Details
Description
In HIVE-13090 we decided that we should not close the metastore if there is an unexpected exception during the expired token removal process, but that fix leaves a running metastore without ExpiredTokenRemover thread.
To fix this I will move the catch inside the running loop, and hope the thread could recover from the exception
Attachments
Attachments
Issue Links
- is broken by
-
HIVE-13090 Hive metastore crashes on NPE with ZooKeeperTokenStore
- Closed
- relates to
-
HIVE-15184 Add the possibility to separate recoverable and not recoverable errors in DelegationTokenStore
- Patch Available
- links to