HBASE-10013 Enhance the message about ZK when there is an exception
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1544104 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5ab799822e
commit
5cf0b3f055
|
@ -188,7 +188,7 @@ public class ZooKeeperWatcher implements Watcher, Abortable, Closeable {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return this.identifier;
|
return this.identifier + ", quorum=" + quorum + ", baseZNode=" + baseZNode;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue