Could not call Index #3993
Unanswered
sharma-kunal
asked this question in
Q&A
Replies: 1 comment
-
Ok, so I debugged the issue and it is working fine for properties that are indexed in elastic, and for properties that are not indexed, it just keeps on showing these logs again and again, and after the executionTimeout it fails with the message,
Is this a feature or a bug ? I mean there might be some data that is indexed in cassandra but not in Elastic, maybe due to some exception. Then why can't it just simply check if that property is present in Elastic or not. Why is it getting stuck in a loop if that property is not indexed ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Janusgraph: 0.6.3
cqlsh 6.1.0 | Cassandra 4.1.3
Elastic: 7.17.9
I am using both Composite and Mixed Index. When I run a heavy query, it fails with error,
Janusgraph Logs message:
I am not sure why is it not able to call index and what this error message signify.
I looked at this discussion that earlier it was an issue, but now it was fixed. But still I am getting this error.
P.S: I have created a new database with some sample records in cassandra with indexing enabled, and it is working fine. I am not able to figure out why is it not working in the above case.
Beta Was this translation helpful? Give feedback.
All reactions