mirror of
https://github.com/actiontech/dble.git
synced 2026-01-05 20:30:40 -06:00
add voliate
This commit is contained in:
@@ -45,7 +45,7 @@ public final class PauseShardingNodeManager {
|
||||
private volatile Set<String> shardingNodes = null;
|
||||
private Map<String, Set<String>> pauseMap = new ConcurrentHashMap<>();
|
||||
private AtomicBoolean isPausing = new AtomicBoolean(false);
|
||||
private DistributeLock distributeLock = null;
|
||||
private volatile DistributeLock distributeLock = null;
|
||||
|
||||
private volatile PauseEndThreadPool pauseThreadPool = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user