HBASE-15710 Include issue servers information in RetriesExhaustedWithDetailsException message (Yu Li)
This commit is contained in:
parent
e5d01577e4
commit
4bdd47c52c
|
@ -116,7 +116,7 @@ extends RetriesExhaustedException {
|
||||||
for(String addr : uniqAddr) {
|
for(String addr : uniqAddr) {
|
||||||
addrs.append(addr).append(", ");
|
addrs.append(addr).append(", ");
|
||||||
}
|
}
|
||||||
return s;
|
return addrs.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getExhaustiveDescription() {
|
public String getExhaustiveDescription() {
|
||||||
|
|
Loading…
Reference in New Issue