Uh oh!
There was an error while loading. Please reload this page.
HBASE-25875 RegionServer failed to start due to IllegalThreadStateException in AuthenticationTokenSecretManager.start - #3250
Conversation
Apache-HBase
commented
May 10, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 10, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 10, 2021
🎊 +1 overall
This message was automatically generated. |
Spotbugs warn looks like a false positive case which will never happen technically, as multiple thread can't call NettyRpcServer#start concurrently (start() is synchronized) and we have a check whether NettyRpcServer started before creating a new AuthenticationTokenSecretManager instance. |
pankaj72981
commented
May 11, 2021
Missed to handle in SimpleRpcServer, handled in second commit. |
Apache-HBase
commented
May 11, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 11, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 11, 2021
🎊 +1 overall
This message was automatically generated. |
…eption in AuthenticationTokenSecretManager.start
…eption in AuthenticationTokenSecretManager.start
Apache-HBase
commented
May 13, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 13, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 13, 2021
🎊 +1 overall
This message was automatically generated. |
pankaj72981
commented
May 13, 2021
Test case failures are not relevant, passing locally. |
Apache-HBase
commented
May 13, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 13, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 13, 2021
💔 -1 overall
This message was automatically generated. |
pankaj72981
commented
May 17, 2021
Test case failures are not relevant, passing locally. |
…tion due to race condition in AuthenticationTokenSecretManager (#3250) * HBASE-25875 RegionServer failed to start with IllegalThreadStateException due to race condition in AuthenticationTokenSecretManager's start & retrievePassword method Signed-off-by: stack <stack@apache.com> (cherry picked from commit 2126ec9)
…tion due to race condition in AuthenticationTokenSecretManager (#3250) * HBASE-25875 RegionServer failed to start with IllegalThreadStateException due to race condition in AuthenticationTokenSecretManager's start & retrievePassword method Signed-off-by: stack <stack@apache.com> (cherry picked from commit 2126ec9)
…tion due to race condition in AuthenticationTokenSecretManager (#3250) * HBASE-25875 RegionServer failed to start with IllegalThreadStateException due to race condition in AuthenticationTokenSecretManager's start & retrievePassword method Signed-off-by: stack <stack@apache.com> (cherry picked from commit 2126ec9)
No description provided.