|
|
@@ -70,6 +70,7 @@ public abstract class ClusterUniqueTask implements Serializable {
|
|
|
public ClusterUniqueTask(String id,String currentSeverId,
|
|
|
ClusterManager clusterManager,
|
|
|
RedissonClient redissonClient) {
|
|
|
+ this.id=id;
|
|
|
this.currentSeverId=currentSeverId;
|
|
|
this.workerId=currentSeverId;
|
|
|
this.clusterManager=clusterManager;
|