Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to add a null identifiable in a ridbag #6467

Closed
OTalmor opened this issue Jul 26, 2016 · 3 comments
Closed

Impossible to add a null identifiable in a ridbag #6467

OTalmor opened this issue Jul 26, 2016 · 3 comments
Assignees
Milestone

Comments

@OTalmor
Copy link

OTalmor commented Jul 26, 2016

OrientDB Version, operating system, or hardware.

v2.2.5

Operating System

  • [ X] Linux

Expected behaviour and actual behaviour

object should be created but fails with the following:
2016-07-26 05:51:23,995 WARNING [com.orientechnologies.orient.server.distributed.ODistributedResponseManager](default task-36) [nodea] Detected 1 node(s) in timeout or in conflict and quorum (2) has not been reached, rolling back changes for request (id=1.31 task=tx user=#5:0)
2016-07-26 05:51:23,997 SEVERE [com.orientechnologies.orient.server.distributed.impl.ODistributedTxContextImpl](default task-36) [nodea] Error on fixing transaction 1.31 db=RuleEngineDB task=record_update(#156:0 v.4726 realV.-2147478922): java.lang.NullPointerException: Impossible to add a null identifiable in a ridbag at com.orientechnologies.orient.core.db.record.ridbag.embedded.OEmbeddedRidBag.addEntry(OEmbeddedRidBag.java:492) at com.orientechnologies.orient.core.db.record.ridbag.embedded.OEmbeddedRidBag.doDeserialization(OEmbeddedRidBag.java:541)
this happens after I restart one of the node (embedded) of my distibuted environment.

Steps to reproduce the problem

restart embedded node.
creating an object that is referring to another object.

@lvca lvca added the bug label Jul 26, 2016
tglman added a commit that referenced this issue Aug 2, 2016
tglman added a commit that referenced this issue Aug 2, 2016
@tglman
Copy link
Member

tglman commented Aug 2, 2016

hi,
Just made a check to keep the original value instead of make this exception come up, this will not solve the original problem of record link propagation in distributed.

Regards.

@G4br13l3
Copy link
Contributor

Hi @OTalmor,

did you try with last hotfix?

Thanks.

@lvca
Copy link
Member

lvca commented Jan 30, 2017

I'm closing this issue because of no response since a while. In case the issue is still valid, please reopen/comment this. Thanks.

@lvca lvca closed this as completed Jan 30, 2017
@robfrank robfrank modified the milestones: 2.2.x (next hotfix), 2.2.16 Feb 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

5 participants