You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/10/29 13:25:48 UTC

[GitHub] [ignite-3] sk0x50 commented on a change in pull request #419: IGNITE-15474 Documented RAFT threading model.

sk0x50 commented on a change in pull request #419:
URL: https://github.com/apache/ignite-3/pull/419#discussion_r739231234



##########
File path: modules/raft/README.md
##########
@@ -0,0 +1,76 @@
+# Ignite module for RAFT (Reliable, Replicated, Redundant, And Fault-Tolerant) protocol implementation.
+
+This module contains a fork of a JRaft project <sup id="a1">[1](#f1)</sup>
+
+## Top level overview
+
+The main entry point is `JRaftServerImpl`, which starts server node for handling RAFT messages.
+Responsble for managing one or many RAFT replication groups, see `NodeImpl`.

Review comment:
       ```suggestion
   Responsible for managing one or many RAFT replication groups, see `NodeImpl`.
   ```




-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org