HBASE-21595, Print thread's information and stack traces when RS is aborting forcibly
This commit is contained in:
parent
1200733cd9
commit
a9f40d3bf7
|
@ -3787,7 +3787,8 @@ public class HRegionServer extends HasThread implements
|
|||
|
||||
@Override
|
||||
public void run() {
|
||||
LOG.warn("Aborting region server timed out, terminate forcibly...");
|
||||
LOG.warn("Aborting region server timed out, terminating forcibly. Thread dump to stdout.");
|
||||
Threads.printThreadInfo(System.out, "Zombie HRegionServer");
|
||||
System.exit(1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue