Joscorbe commented on code in PR #2226:
URL: https://github.com/apache/jackrabbit-oak/pull/2226#discussion_r2061052914
##########
oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/ClusterInfoTest.java:
##########
@@ -89,11 +89,11 @@ public void readWriteMode() throws InterruptedException {
assertEquals(WriteConcern.MAJORITY, mem.getWriteConcern());
op = new UpdateOp(list.get(0).getId(), false);
- op.set("readWriteMode", "read:nearest, write:fsynced");
+ op.set("readWriteMode", "read:nearest, write:w2");
Review Comment:
FSYNCED doesn't exist anymore, the correct replacement is W2.
--
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]