Cyrill commented on code in PR #4005:
URL: https://github.com/apache/ignite-3/pull/4005#discussion_r1713325301
##########
modules/table/src/integrationTest/java/org/apache/ignite/distributed/ReplicasSafeTimePropagationTest.java:
##########
@@ -293,6 +306,8 @@ CompletableFuture<Void> start() throws Exception {
),
RaftGroupEventsListener.noopLsnr,
RaftGroupOptions.defaults()
+ .serverDataPath(workingDir.metaPath())
+
.setLogStorageFactory(defaultLogStorageFactory)
Review Comment:
There was a discussion regarding leaving a default factory in Loza, but the
agreement was to avoid any implicit dependency of that kind.
Renamed to `partitionLogStorageFactory`.
--
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]