Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently, sasl encryption doesn't work with AsyncRpcChannelImpl, there has 3 problems:
1. sourcecode will throw the following exception:
java.lang.UnsupportedOperationException: direct buffer
at io.netty.buffer.UnpooledUnsafeDirectByteBuf.array(UnpooledUnsafeDirectByteBuf.java:199)
at org.apache.hadoop.hbase.security.SaslClientHandler.write(SaslClientHandler.java:308)
2. sourcecode has deadlocks problem.
3. TestAsyncSecureIPC doesn't cover the sasl encryption test case.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-15913 Sasl encryption doesn't work with AsyncRpcChannel
- Resolved
- links to