Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
qifanwang committed Sep 4, 2024
1 parent 4e6dcfa commit 4a9c388
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import com.ctrip.xpipe.redis.console.service.migration.CheckMigrationCommandBuilder;
import com.ctrip.xpipe.redis.core.entity.KeeperMeta;
import com.ctrip.xpipe.redis.core.exception.NoResourceException;
import com.ctrip.xpipe.redis.core.meta.MetaCache;
import com.ctrip.xpipe.redis.core.metaserver.META_SERVER_SERVICE;
import com.ctrip.xpipe.redis.core.service.AbstractService;
import com.ctrip.xpipe.tuple.Pair;
Expand All @@ -39,8 +38,6 @@ public class DefaultCheckMigrationCommandBuilder extends AbstractService impleme

private ConsoleConfig consoleConfig;

private MetaCache metaCache;

public DefaultCheckMigrationCommandBuilder(ScheduledExecutorService scheduled, DcService dcService, ClusterService clusterService,
OuterClientService outerClientService, ConsoleConfig consoleConfig) {
this.scheduled = scheduled;
Expand All @@ -50,8 +47,6 @@ public DefaultCheckMigrationCommandBuilder(ScheduledExecutorService scheduled, D
this.consoleConfig = consoleConfig;
}



@Override
public Command<CheckResult> checkCommand(CHECK_MIGRATION_SYSTEM_STEP step) {
Pair<String, String> clusterShard = consoleConfig.getClusterShardForMigrationSysCheck();
Expand Down

0 comments on commit 4a9c388

Please sign in to comment.