-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-28970 Get asyncfs working with custom SASL mechanisms #6507
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
|
This should be good, but I'm waiting for the Hadoop side fixes before landing this one. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
The standard HBase SASL code already works like this. |
anmolnar
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.
Quick question.
...src/main/java/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputSaslHelper.java
Show resolved
Hide resolved
Apache9
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.
Do you have any real use cases?
IIRC we have done the same fix in hbase's own rpc implementation, but I can not recall the details...
|
I'm not sure about the HBase implementation, but I plan to review it for this issue soon. As for the real world use case, this has come up when running Hadoop+HBase with the SCRAM mechanism lifted from Kafka. |
stoty
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.
Forgot to submit my pending responses to Andor
...src/main/java/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputSaslHelper.java
Show resolved
Hide resolved
...src/main/java/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputSaslHelper.java
Show resolved
Hide resolved
Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit 9036d88)
No description provided.