-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Make putting large objects work. #411
Conversation
Let's hold off on merging this due to https://issues.apache.org/jira/browse/ARROW-739. Although actually this problem may already be present in the Arrow commit in the current master. |
Since https://issues.apache.org/jira/browse/ARROW-739 was addressed by apache/arrow@ad8a0cf, can you change this patch to use the most recent arrow commit? |
Test PASSed. |
Test PASSed. |
Merged build finished. Test PASSed. |
Test PASSed. |
Merged build finished. Test PASSed. |
Test PASSed. |
@@ -12,3 +12,9 @@ python $ROOT_DIR/multi_node_docker_test.py \ | |||
--docker-image=$DOCKER_SHA \ | |||
--num-nodes=5 \ | |||
--test-script=/ray/test/jenkins_tests/multi_node_tests/test_0.py | |||
|
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.
The problem with the tests in Jenkins may just be that we were starting the docker image with a small amount of shared memory (1GB), so maybe it would be sufficient to just increase that number.
Merged build finished. Test PASSed. |
Test PASSed. |
Merged build finished. Test FAILed. |
Test FAILed. |
Merged build finished. Test FAILed. |
Test FAILed. |
Merged build finished. Test FAILed. |
Test FAILed. |
Merged build finished. Test PASSed. |
Test PASSed. |
This validates that arrow's large object support apache/arrow#455 and apache/arrow#404 is working for us end-to-end |
This should address #412.