From 436da6efad95e55028839e98d40254c442146465 Mon Sep 17 00:00:00 2001 From: ykadowak Date: Tue, 3 Oct 2023 04:21:25 +0000 Subject: [PATCH] Remove memo --- pkg/index/job/correction/service/corrector.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/index/job/correction/service/corrector.go b/pkg/index/job/correction/service/corrector.go index d0570e5977..f5553c73ba 100644 --- a/pkg/index/job/correction/service/corrector.go +++ b/pkg/index/job/correction/service/corrector.go @@ -278,7 +278,6 @@ type vectorReplica struct { } // Validate len(addrs) >= 2 before calling this function -// idxだけ渡せば良い?c.addrsに全ての情報があるので? func (c *correct) checkConsistency(ctx context.Context, targetReplica *vectorReplica, targetAgentIdx int) error { // leftAgentAddrs is the agents' addr that hasn't been corrected yet. leftAgentAddrs := c.agentAddrs[targetAgentIdx+1:]