HBASE-2124 Useless exception in HMaster on startup
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@899441 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2c4289f284
commit
b590cc49ac
|
@ -163,6 +163,7 @@ Release 0.21.0 - Unreleased
|
||||||
Purtell)
|
Purtell)
|
||||||
HBASE-2122 [stargate] Initializing scanner column families doesn't work
|
HBASE-2122 [stargate] Initializing scanner column families doesn't work
|
||||||
(Greg Lu via Andrew Purtell)
|
(Greg Lu via Andrew Purtell)
|
||||||
|
HBASE-2124 Useless exception in HMaster on startup
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
HBASE-1760 Cleanup TODOs in HTable
|
HBASE-1760 Cleanup TODOs in HTable
|
||||||
|
|
|
@ -374,6 +374,7 @@ public class ZooKeeperWrapper implements HConstants {
|
||||||
try {
|
try {
|
||||||
return readAddressOrThrow(znode, watcher);
|
return readAddressOrThrow(znode, watcher);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
LOG.debug("Failed to read " + e.getMessage());
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue