bseto commented on code in PR #310:
URL:
https://github.com/apache/kvrocks-controller/pull/310#discussion_r2084999352
##########
store/cluster_shard.go:
##########
@@ -33,11 +33,18 @@ import (
"github.com/apache/kvrocks-controller/consts"
)
+const (
+ NotMigratingString = "not-migrating"
Review Comment:
Hmm to have the field null, il have to make MigrationSlot field a pointer
again.
Which I'm ok with doing. Il make the changes and see if you are ok with how
it looks
--
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]