Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.2-alpha, 3.0.0-alpha1
-
None
-
None
-
Reviewed
Description
we hit HBASE-6031 again, after looking into thread dump, it was caused by the threads from QueuedThreadPool are user thread, not daemon thread, so the hbase shutdownhook never be called and the hbase instance was hung.
Furthermore, i saw daemon be set in fb-20 branch, let's set in trunk codebase as well, it should be safe
Attachments
Attachments
Issue Links
- relates to
-
HDFS-4426 Secondary namenode shuts down immediately after startup
- Closed