You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Tsz Wo Nicholas Sze (JIRA)" <ji...@apache.org> on 2017/12/12 15:57:02 UTC

[jira] [Updated] (RATIS-171) The FileStore tests fail with NullPointerException

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

Tsz Wo Nicholas Sze updated RATIS-171:
--------------------------------------
    Description: In the RaftLogWorker.WriteLog constructor, stateMachineFuture can be null since stateMachine.writeStateMachineData(entry) may return null.  In such case,  NullPointerException when creating the combined future.   (was: In the RaftLogWorker.WriteLog constructor, stateMachineFuture can be null since stateMachine.writeStateMachineData(entry) may return null.  It leads to NullPointerException when creating the combined future. )
        Summary: The FileStore tests fail with NullPointerException  (was: The FileStore tests fails with NullPointerException)

> The FileStore tests fail with NullPointerException
> --------------------------------------------------
>
>                 Key: RATIS-171
>                 URL: https://issues.apache.org/jira/browse/RATIS-171
>             Project: Ratis
>          Issue Type: Bug
>            Reporter: Tsz Wo Nicholas Sze
>            Assignee: Kit Hui
>
> In the RaftLogWorker.WriteLog constructor, stateMachineFuture can be null since stateMachine.writeStateMachineData(entry) may return null.  In such case,  NullPointerException when creating the combined future. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)