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