ellutionist commented on code in PR #1418:
URL: 
https://github.com/apache/incubator-kvrocks/pull/1418#discussion_r1187593433


##########
src/cluster/slot_migrate.h:
##########
@@ -80,8 +82,8 @@ class SlotMigrator : public redis::Database {
   ~SlotMigrator();
 
   Status CreateMigrationThread();
-  Status PerformSlotMigration(const std::string &node_id, std::string &dst_ip, 
int dst_port, int slot_id, int speed,
-                              int pipeline_size, int seq_gap);
+  Status PerformSlotMigration(const std::string &node_id, std::string &dst_ip, 
int dst_port, int slot_id,
+                              const std::shared_ptr<SyncMigrateContext> 
&blocking_ctx = nullptr);

Review Comment:
   Changed to raw pointer.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to