Revert "HBASE-15261 Make Throwable t in DaughterOpener volatile (Huaxiang Sun)"

Not needed afterall

This reverts commit d15ae0e6ab.
This commit is contained in:
stack 2016-03-10 15:40:41 -08:00
parent b3e71d4644
commit bb5bfe82f2
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ public class SplitTransactionImpl implements SplitTransaction {
private class DaughterOpener extends HasThread { private class DaughterOpener extends HasThread {
private final Server server; private final Server server;
private final Region r; private final Region r;
private volatile Throwable t = null; private Throwable t = null;
DaughterOpener(final Server s, final Region r) { DaughterOpener(final Server s, final Region r) {
super((s == null? "null-services": s.getServerName()) + super((s == null? "null-services": s.getServerName()) +