[
https://issues.apache.org/jira/browse/RATIS-960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shashikant Banerjee resolved RATIS-960.
---------------------------------------
Fix Version/s: 0.6.0
Resolution: Fixed
Thanks [~szetszwo] for the contribution. I have committed this.
> Add APIs to support streaming state machine data
> ------------------------------------------------
>
> Key: RATIS-960
> URL: https://issues.apache.org/jira/browse/RATIS-960
> Project: Ratis
> Issue Type: New Feature
> Components: StateMachine
> Reporter: Tsz-wo Sze
> Assignee: Tsz-wo Sze
> Priority: Major
> Fix For: 0.6.0
>
> Attachments: r960_20200529.patch, r960_20200603.patch,
> r960_20200610.patch
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {code}
> //StateMachine
> CompletableFuture<?> writeStateMachineData(LogEntryProto entry)
> {code}
> In StateMachine, we have writeStateMachineData to write the state machine
> data in the given log entry. It is inefficient to process state machine data
> in a log entry when the data size is large.
> In this JIRA, we add new APIs to support streaming state machine data.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)