Uh oh!
There was an error while loading. Please reload this page.
HBASE-25586 Fix HBASE-22492 on branch-2 (SASL GapToken) - #2961
Conversation
ServerCall.java: calling wrapWithSasl() was moved to getResponse(), so the SASL wrapping is delayed until the reply is sent back to the client.
Apache-HBase
commented
Feb 18, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 18, 2021
🎊 +1 overall
This message was automatically generated. |
busbey
commented
Feb 18, 2021
Excellent find! Can the reproduction code be used to add a test? |
Apache-HBase
commented
Feb 18, 2021
🎊 +1 overall
This message was automatically generated. |
meszibalu
commented
Feb 18, 2021
It would be very problematic, because:
|
meszibalu
commented
Feb 24, 2021
retest |
joshelser
commented
Feb 24, 2021
What about just the code you have used to reproduce this, provided "as-is"? Having been here before, I can understand how tough it is to just get to this problem. |
Apache-HBase
commented
Feb 25, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 25, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 25, 2021
🎊 +1 overall
This message was automatically generated. |
ServerCall.java: calling wrapWithSasl() was moved to getResponse(), so the SASL wrapping is delayed until the reply is sent back to the client. Signed-off-by: Peter Somogyi <psomogyi@apache.org>
ServerCall.java: calling wrapWithSasl() was moved to getResponse(), so the SASL wrapping is delayed until the reply is sent back to the client. Signed-off-by: Peter Somogyi <psomogyi@apache.org>
ServerCall.java: calling wrapWithSasl() was moved to getResponse(), so the SASL wrapping is delayed until the reply is sent back to the client. Signed-off-by: Peter Somogyi <psomogyi@apache.org>
ServerCall.java: calling wrapWithSasl() was moved to getResponse(), so the SASL wrapping is delayed until the reply is sent back to the client. Signed-off-by: Peter Somogyi <psomogyi@apache.org>
joshelser
commented
Feb 26, 2021
Just noticed that the test runner is attached to https://issues.apache.org/jira/browse/HBASE-25586 |
ServerCall.java: calling wrapWithSasl() was moved to getResponse(), so the SASL wrapping is delayed until the reply is sent back to the client. Signed-off-by: Peter Somogyi <psomogyi@apache.org> (cherry picked from commit ec9995c) Change-Id: Ibcd471082e617a0d2fda7f4dcbf395cd8022189c
ServerCall.java: calling wrapWithSasl() was moved to getResponse(), so
the SASL wrapping is delayed until the reply is sent back to the client.