Sergey Chugunov created IGNITE-16655:
----------------------------------------

             Summary: Raft log improvements
                 Key: IGNITE-16655
                 URL: https://issues.apache.org/jira/browse/IGNITE-16655
             Project: Ignite
          Issue Type: Improvement
            Reporter: Sergey Chugunov


For in-memory storage Raft logging can be optimized as we don't need to have it 
active when topology is stable.

Each write can directly go to in-memory storage at much lower cost than 
synchronizing it with disk so it is possible to avoid writing Raft log.

As nodes don't have any state and always join cluster clean we always need to 
transfer full snapshot during rebalancing - no need to keep long Raft log for 
historical rebalancing purposes.

So we need to implement API for Raft component enabling configuration of Raft 
logging process.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to