[ 
https://issues.apache.org/jira/browse/RATIS-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mukul Kumar Singh updated RATIS-426:
------------------------------------
    Attachment: RATIS-426.001.patch

> StateMachine should be notified about index updates when confentry/no op 
> entries are processed
> ----------------------------------------------------------------------------------------------
>
>                 Key: RATIS-426
>                 URL: https://issues.apache.org/jira/browse/RATIS-426
>             Project: Ratis
>          Issue Type: Bug
>          Components: server
>            Reporter: Mukul Kumar Singh
>            Assignee: Mukul Kumar Singh
>            Priority: Major
>         Attachments: RATIS-426.001.patch
>
>
> In Ratis, 2 types of log entries exists, it can either of type 
> StateMachineLogEntryProto or RaftConfigurationProto. Only 
> StateMachineLogEntryProto is processed by the state machine, however 
> RaftConfigurationProto is processed internally. In certain cases, state 
> machine might like to maintain the sequence of events being processed by it 
> i.e. ContainerStateMachine for Ozone. In such cases State machine should be 
> notified of index updates while processing RaftConfigurationProto.
> {code}
>   oneof LogEntryBody {
>     StateMachineLogEntryProto stateMachineLogEntry = 3;
>     RaftConfigurationProto configurationEntry = 4;
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to