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

JiangHua Zhu resolved RATIS-2288.
---------------------------------
    Resolution: Fixed

> Add some assertions to RaftServerImpl to improve robustness
> -----------------------------------------------------------
>
>                 Key: RATIS-2288
>                 URL: https://issues.apache.org/jira/browse/RATIS-2288
>             Project: Ratis
>          Issue Type: Improvement
>          Components: server
>    Affects Versions: 3.1.1, 3.1.2
>            Reporter: JiangHua Zhu
>            Assignee: JiangHua Zhu
>            Priority: Minor
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> When executing RaftServerImpl#getTransactionContext(), it may return null. We 
> should add some assertions.
> {code:java}
> TransactionContext getTransactionContext(LogEntryProto entry, Boolean 
> createNew) {
>     if (!entry.hasStateMachineLogEntry()) {
>       return null;
>     }
>     ......
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to