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 bd97a0a commit a643c14Copy full SHA for a643c14
ReplicaEngine/tla/ReplicaEngine.tla
@@ -294,7 +294,7 @@ begin
294
useLuceneUpdateDocument := FALSE;
295
indexIntoLucene := TRUE;
296
else
297
- if FALSE = (req.type \in {ADD, RETRY_ADD})
+ if req.type \notin {ADD, RETRY_ADD}
298
then
299
maxSeqNoOfNonAppendOnlyOperations := Max(maxSeqNoOfNonAppendOnlyOperations, req.seqno);
300
end if;
0 commit comments