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 e5d01577e4
commit 4bdd47c52c
1 changed files with 1 additions and 1 deletions

View File

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