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

Not needed afterall

This reverts commit d15ae0e6abea3e25838df6f8850c9593248fe6a4.
This commit is contained in:
stack 2016-03-10 15:40:41 -08:00
parent b3e71d4644
commit bb5bfe82f2

View File

@ -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()) +