zhixinwen commented on issue #3147: URL: https://github.com/apache/kvrocks/issues/3147#issuecomment-3235749692
> Because the source node will redirect the write request to the destination node Agree > but the cluster information hasn't been updated yet. I wonder if there would be any case the cluster info will never be updated and the old topology is kept. Master that is being migrated becomes slave can be such a case. If it is possible, then some writes may be redirected to a node that would not own the slot and we have write loss? I feel the issue is before controller decides a node owns a slot, the node does not really own it. Therefore any write of the slot to the new node can potentially cause issue. -- 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]
