I had encountered a problem when I executed a gremlin query.
when I just changed the condition of "status" from "2" to "1", the query failed as while "status" is "1" queried normally, the error message like this.
I supposed something wrong with indexed, and after I dropped all the indexes (composite indexes and mixed indexes), the query execution is correct, The index schema like this
so is there someone can give me some tips, thanks so much!