hll1213181368 commented on PR #346: URL: https://github.com/apache/kvrocks-controller/pull/346#issuecomment-3264229473
> @hll1213181368 Can you share which version(or commit id) you're using? I cannot find which version was using the string type for the migration slot. in the slot.go file. The function of MigrateSlot's String() returns string type to caller. The cases are following: 1)return nil if new version is not migrating. 2)return string if new version is migrating. 3)return "-1" if old version is not migrating. So I think, we should return string to caller. -- 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]
