weaviate.exceptions.UnexpectedStatusCodeException: Create class! Unexpected status code: 422, with response body: {‘error’: [{‘message’: ‘open cluster-wide transaction: broadcast open transaction: host “10.200.3.78:7001”: concurrent transaction’}]}.
weaviate.exceptions.UnexpectedStatusCodeException: Creating object! Unexpected status code: 422, with response body: {‘error’: [{‘message’: ‘invalid object: open cluster-wide transaction: broadcast open transaction: host “10.200.3.88:7001”: concurrent transaction’}]}.
Hi Team, facing the above exceptions when creating and importing data with multiprocessing
Hi! Are you running in WCS, right?
This seems to happen on class creation.
Can you create the class before the data import, on separate process and make sure the class was properly created?
Also, this also happens without multiprocess?
Hi!
I am getting the same issue while trying to send multiple tenants creation requests in parallel, by running the same python script n times (e.g. run 5 scripts in parallel), it works fine when I only run one python script.
We’re still facing this issue. Could anyone support please?
hi Benjamin.
Welcome to our community
This is an old post. A lot has changed between that (new versions, new client, GRPC, just to name a few)
Can you create a new thread, under support and provide the requests infos?
This helps us on solving this issue
Thanks!