Re: MoveReplicaCmd with concurrent updates

2022-07-06 Thread David Smiley
On Tue, Jul 5, 2022 at 10:48 AM Houston Putman wrote: > That, or maybe the distributed update processor checks the state of the > cluster on a failure and if the replica no longer exists, it acts > accordingly. > That is what we're exploring.

Re: MoveReplicaCmd with concurrent updates

2022-07-05 Thread Houston Putman
I don't think so, but it would be a wonderful addition. That, or maybe the distributed update processor checks the state of the cluster on a failure and if the replica no longer exists, it acts accordingly. - Houston On Mon, Jul 4, 2022 at 6:33 AM Bruno Roustant wrote: > Hi all, > I'm playing

MoveReplicaCmd with concurrent updates

2022-07-04 Thread Bruno Roustant
Hi all, I'm playing with the MoveReplicaCmd. Internally it calls addReplica and then deleteReplica. And it seems that, if there are concurrent updates, the call to deleteReplica makes the concurrent updates fail because they do not find the replica at the original host. Details: The test moves myte