HBASE-15710 Include issue servers information in RetriesExhaustedWithDetailsException message (Yu Li)

This commit is contained in:
stack 2016-04-26 09:15:02 -07:00
parent 5a69bc2dcb
commit 9f222d59e1
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ extends RetriesExhaustedException {
for(String addr : uniqAddr) {
addrs.append(addr).append(", ");
}
return s;
return addrs.toString();
}
public String getExhaustiveDescription() {