HBASE-11674 LoadIncrementalHFiles should be more verbose after unrecoverable error (Jan Lukavsky)
This commit is contained in:
parent
074f83c80b
commit
51cc4fed0a
|
@ -692,7 +692,8 @@ public class LoadIncrementalHFiles extends Configured implements Tool {
|
|||
// success
|
||||
return toRetry;
|
||||
} catch (IOException e) {
|
||||
LOG.error("Encountered unrecoverable error from region server", e);
|
||||
LOG.error("Encountered unrecoverable error from region server, additional details: "
|
||||
+ svrCallable.getExceptionMessageAdditionalDetail(), e);
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue