ibessonov commented on code in PR #2758:
URL: https://github.com/apache/ignite-3/pull/2758#discussion_r1377140201
##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/server/impl/JraftServerImpl.java:
##########
@@ -97,6 +100,9 @@
* Raft server implementation on top of forked JRaft library.
*/
public class JraftServerImpl implements RaftServer {
+ /** Enables logit log storage. {@code true} by default. */
+ public static final String LOGIT_STORAGE_ENABLED_PROPERTY =
"LOGIT_STORAGE_ENABLED";
Review Comment:
Yes, it is temporary, by the time we release the product, only one log
storage will be left. I'll say that in the comment
--
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]