mogui / pyorient

Orientdb driver for python that uses the binary protocol.
Apache License 2.0
166 stars 127 forks source link

ODistributedRecordLockedException or ONeedRetryException not dealt with #258

Closed decebal closed 6 years ago

decebal commented 6 years ago

Hi guys,

I am running a distributed cluster with 2 nodes on orientdb: 2.2.29 , but I am met with the exception mentioned in the title: ODistributedRecordLockedException

The guys at orientdb propose it's dealt with something like this: https://github.com/orientechnologies/orientdb/issues/5012#issuecomment-312335527

Is there any ongoing investigation to do with this issue on implementation ?

Regards

Ostico commented 6 years ago

HI @decebal , the first thing to do is to instruct the method you called that the server is running as distributed environment.

Please provide more info on what you done

decebal commented 6 years ago

I can see it's already re-trying, that was the only problem I thought I am reporting, but it's already doing it. Must be a configuration issue then.