mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-06 09:17:10 +08:00
WIP
This commit is contained in:
@@ -152,7 +152,6 @@ func execFinishExport(cluster *Cluster, c redis.Connection, cmdLine CmdLine) red
|
||||
}
|
||||
logger.Infof("finishing migration task %s, got task info", taskId)
|
||||
|
||||
|
||||
// transport dirty keys within lock, lock will be released while migration done
|
||||
var lockedSlots []uint32
|
||||
defer func() {
|
||||
@@ -171,7 +170,6 @@ func execFinishExport(cluster *Cluster, c redis.Connection, cmdLine CmdLine) red
|
||||
}
|
||||
logger.Infof("finishing migration task %s, dirty keys transported", taskId)
|
||||
|
||||
|
||||
// propose migrate finish
|
||||
leaderConn, err := cluster.BorrowLeaderClient()
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user