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 2019/07/31 18:28:00 UTC

[jira] [Updated] (RATIS-645) testRetryOnExceptionDuringReplication may throw NPE.

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

Tsz Wo Nicholas Sze updated RATIS-645:
--------------------------------------
    Description: 
RaftStateMachineExceptionTests.testRetryOnExceptionDuringReplication has failed in Jenkins with NullPointerException; for example https://builds.apache.org/job/PreCommit-RATIS-Build/915/testReport/org.apache.ratis.server.simulation/TestRaftStateMachineExceptionWithSimulatedRpc/testRetryOnExceptionDuringReplication/

Just able to reproduce it:
{code}
java.lang.NullPointerException
	at org.apache.ratis.server.impl.RaftStateMachineExceptionTests.testRetryOnExceptionDuringReplication(RaftStateMachineExceptionTests.java:172)
{code}


  was:
RaftStateMachineExceptionTests.testRetryOnExceptionDuringReplication has failed in Jenkins with NullPointerException; for example https://builds.apache.org/job/PreCommit-RATIS-Build/915/testReport/org.apache.ratis.server.simulation/TestRaftStateMachineExceptionWithSimulatedRpc/testRetryOnExceptionDuringReplication/

Unfortunately, the stack trace is missing and I cannot reproduce it locally.



> testRetryOnExceptionDuringReplication may throw NPE.
> ----------------------------------------------------
>
>                 Key: RATIS-645
>                 URL: https://issues.apache.org/jira/browse/RATIS-645
>             Project: Ratis
>          Issue Type: Bug
>            Reporter: Tsz Wo Nicholas Sze
>            Priority: Major
>
> RaftStateMachineExceptionTests.testRetryOnExceptionDuringReplication has failed in Jenkins with NullPointerException; for example https://builds.apache.org/job/PreCommit-RATIS-Build/915/testReport/org.apache.ratis.server.simulation/TestRaftStateMachineExceptionWithSimulatedRpc/testRetryOnExceptionDuringReplication/
> Just able to reproduce it:
> {code}
> java.lang.NullPointerException
> 	at org.apache.ratis.server.impl.RaftStateMachineExceptionTests.testRetryOnExceptionDuringReplication(RaftStateMachineExceptionTests.java:172)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)