HBASE-12683 Compilation with hadoop-2.7.0-SNAPSHOT is broken - ADDENDUM

This commit is contained in:
Enis Soztutar 2014-12-17 19:41:56 -08:00
parent 47738ff927
commit 00f4ff420e
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}
}