-
Notifications
You must be signed in to change notification settings - Fork 7k
[java] when put an object in plasma store, ignore "object alreay exists" exception #3687
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
Conversation
raulchen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unapprove this PR for now, because it depends on arrow update.
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
#3871 already includes these changes. |
|
@raulchen The test is not included in that PR. The test could be added in this PR... |
|
yeah, we can do that! |
|
thanks. Reopening this PR. |
|
Test PASSed. |
e185eb3 to
7ef0bcc
Compare
guoyuhong
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @bibabolynn for this PR. To avoid deadlock dependency of #3871 which is used to update Arrow. I have moved the change in ObjectStoreProxy.java to #3871 . Now that Arrow have been updated, this PR is unblocked. I have rebased this PR and will merge it once all tests pass.
|
Test PASSed. |
|
Test PASSed. |
|
This PR is not related to python, so the test failures are not caused by this PR. |
@raulchen please help review , DuplicateObjectExcepton is defined in arrow project,
apache/arrow#3306
What do these changes do?
when put an object in plasma store ,plasma client stops catch exceptions, raylet needs to deal with them itself, if raylet catch "object with this ID already exists in the plasma store" exception ,a simply log would be fine
Related issue number