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

Fix SASL negotiation on JRuby #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zanker
Copy link

@zanker zanker commented Dec 18, 2014

On MRI, calling read(0) immediately returns an empty string. On JRuby, calling read(0) blocks forever. See issue jruby/jruby#1637

Looking at the Java Thrift client, https://github.com/apache/thrift/blob/master/lib/java/src/org/apache/thrift/transport/TSaslTransport.java#L285 once negotiation status is complete we don't need to do anything else so this should be a safe change to make.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant