Revert "HBASE-15261 Make Throwable t in DaughterOpener volatile (Huaxiang Sun)"
Not needed afterall
This reverts commit d15ae0e6ab
.
This commit is contained in:
parent
b3e71d4644
commit
bb5bfe82f2
|
@ -564,7 +564,7 @@ public class SplitTransactionImpl implements SplitTransaction {
|
|||
private class DaughterOpener extends HasThread {
|
||||
private final Server server;
|
||||
private final Region r;
|
||||
private volatile Throwable t = null;
|
||||
private Throwable t = null;
|
||||
|
||||
DaughterOpener(final Server s, final Region r) {
|
||||
super((s == null? "null-services": s.getServerName()) +
|
||||
|
|
Loading…
Reference in New Issue