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.");
|
+ " consider submitting a bug report including a thread dump of this process.");
|
||||||
if (haltOnTimeout) {
|
if (haltOnTimeout) {
|
||||||
LOG.error("Zombie Master exiting. Thread dump to stdout");
|
LOG.error("Zombie Master exiting. Thread dump to stdout");
|
||||||
org.apache.hadoop.util.ReflectionUtils.printThreadInfo(
|
Threads.printThreadInfo(System.out, "Zombie HMaster");
|
||||||
new PrintWriter(System.out), "Zombie HMaster");
|
|
||||||
System.exit(-1);
|
System.exit(-1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue