-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Update arrow to reduce plasma IPCs. #3497
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
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
jenkins retest this please |
|
Test FAILed. |
|
Test FAILed. |
| : store_client_(), socket_(io_service) { | ||
| ARROW_CHECK_OK(store_client_.Connect(store_socket_name.c_str(), "", | ||
| plasma::kPlasmaDefaultReleaseDelay)); | ||
| ARROW_CHECK_OK(store_client_.Connect(store_socket_name.c_str(), "", 0)); |
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.
Remove the release delay argument
| // connect to stores. | ||
| ARROW_CHECK_OK(client1.Connect(store_id_1, "", plasma::kPlasmaDefaultReleaseDelay)); | ||
| ARROW_CHECK_OK(client2.Connect(store_id_2, "", plasma::kPlasmaDefaultReleaseDelay)); | ||
| ARROW_CHECK_OK(client1.Connect(store_id_1, "", 0)); |
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.
Remove the release delay argument. same everywhere else.
|
Test PASSed. |
|
Test FAILed. |
|
Test FAILed. |
|
jenkins retest this please |
|
Test PASSed. |
|
Test FAILed. |
See apache/arrow#3124