8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc1f64 commit df237ebCopy full SHA for df237eb
arangod/Replication2/ReplicatedState/UpdateReplicatedState.cpp
@@ -99,8 +99,6 @@ auto algorithms::updateReplicatedState(
99
if (generation != expectedGeneration) {
100
state->flush(expectedGeneration);
101
}
102
- } else if (!spec->participants.contains(serverId)) {
103
- ctx.dropReplicatedState(id);
104
105
return {TRI_ERROR_NO_ERROR};
106
0 commit comments