-
Notifications
You must be signed in to change notification settings - Fork 280
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
replaced queues in RPC layer with MoodyCamel's lock-free queues #380
Conversation
Can one of the admins verify this patch? |
jenkins ok to test |
Test FAILed. |
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.
LGTM. Will merge when tests pass
jenkins test this please |
Test FAILed. |
@dcrankshaw Can you try formatting this? Yapf on my machine isn't catching the C++ format violations referenced by Jenkins. |
Test FAILed. |
jenkins test this please |
Test FAILed. |
From what I can tell, the Jenkins test failed to build a test suite called 'rpc-test' because it couldn't find something called 'scala-compiler-2.11.8.jar' - not sure how to resolve this |
Test PASSed. |
addressing issue #335 - performance optimization using https://github.com/cameron314/concurrentqueue