While storing chunks in weaviate I have encountered following exception. What could be the possible reasons for it?
raise WeaviateInsertManyAllFailedError(
weaviate.exceptions.WeaviateInsertManyAllFailedError: Every object failed during insertion. Here is the set of all errors: broadcast: cannot rea
ch enough replicas
Task 50 encountered an exception: Every object failed during insertion. Here is the set of all errors: broadcast: cannot reach enough replicas
Traceback (most recent call last):
We have a set of questions asked when the thread is created in the Support category that are crucial to helping you.
For example:
what is the version of server and client?
is this a multi node?
How have you deployed this cluster?
can you paste the entire log from the client and, if possible, also from the server?
This error message indicates that you may have a multi node cluster, and it that one node answering that request cannot get the other nodes to reach quorum.
Check here for more information for consistency:
You can change the consistency level to ONE and also check the availability of the other nodes.