HDFS-14207. ZKFC should catch exception when ha configuration missing. Contributed by Fei Hui.
This commit is contained in:
parent
d43df31751
commit
de34fc148c
@ -189,9 +189,9 @@ public static void main(String args[])
|
||||
|
||||
GenericOptionsParser parser = new GenericOptionsParser(
|
||||
new HdfsConfiguration(), args);
|
||||
DFSZKFailoverController zkfc = DFSZKFailoverController.create(
|
||||
parser.getConfiguration());
|
||||
try {
|
||||
DFSZKFailoverController zkfc = DFSZKFailoverController.create(
|
||||
parser.getConfiguration());
|
||||
System.exit(zkfc.run(parser.getRemainingArgs()));
|
||||
} catch (Throwable t) {
|
||||
LOG.error("DFSZKFailOverController exiting due to earlier exception "
|
||||
|
Loading…
Reference in New Issue
Block a user