HBASE-12683 Compilation with hadoop-2.7.0-SNAPSHOT is broken - ADDENDUM
This commit is contained in:
parent
47738ff927
commit
00f4ff420e
|
@ -206,8 +206,7 @@ public class HMaster extends HRegionServer implements MasterServices, Server {
|
|||
+ " consider submitting a bug report including a thread dump of this process.");
|
||||
if (haltOnTimeout) {
|
||||
LOG.error("Zombie Master exiting. Thread dump to stdout");
|
||||
org.apache.hadoop.util.ReflectionUtils.printThreadInfo(
|
||||
new PrintWriter(System.out), "Zombie HMaster");
|
||||
Threads.printThreadInfo(System.out, "Zombie HMaster");
|
||||
System.exit(-1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue