You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Roni Juntunen (Jira)" <ji...@apache.org> on 2021/04/21 08:32:00 UTC

[jira] [Commented] (RATIS-1362) Intermittent NPE in RaftReconfigurationBaseTest

    [ https://issues.apache.org/jira/browse/RATIS-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17326360#comment-17326360 ] 

Roni Juntunen commented on RATIS-1362:
--------------------------------------

I got a fix proposal also for this and will issue PR request shortly.

> Intermittent NPE in RaftReconfigurationBaseTest
> -----------------------------------------------
>
>                 Key: RATIS-1362
>                 URL: https://issues.apache.org/jira/browse/RATIS-1362
>             Project: Ratis
>          Issue Type: Bug
>          Components: test
>            Reporter: Attila Doroszlai
>            Assignee: Attila Doroszlai
>            Priority: Major
>
> {noformat}
> Test set: org.apache.ratis.grpc.TestRaftReconfigurationWithGrpc
> -------------------------------------------------------------------------------
> Tests run: 15, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 59.766 s <<< FAILURE! - in org.apache.ratis.grpc.TestRaftReconfigurationWithGrpc
> testBootstrapReconfWithSingleNodeAddTwo(org.apache.ratis.grpc.TestRaftReconfigurationWithGrpc)  Time elapsed: 10.691 s  <<< ERROR!
> java.lang.NullPointerException
> 	at org.apache.ratis.RaftTestUtil.waitFor(RaftTestUtil.java:146)
> 	at org.apache.ratis.server.impl.RaftReconfigurationBaseTest.runTestBootstrapReconf(RaftReconfigurationBaseTest.java:365)
> 	at org.apache.ratis.server.impl.RaftReconfigurationBaseTest.lambda$testBootstrapReconfWithSingleNodeAddTwo$8(RaftReconfigurationBaseTest.java:317)
> 	at org.apache.ratis.server.impl.MiniRaftCluster$Factory$Get.runWithNewCluster(MiniRaftCluster.java:129)
> 	at org.apache.ratis.server.impl.MiniRaftCluster$Factory$Get.runWithNewCluster(MiniRaftCluster.java:117)
> 	at org.apache.ratis.server.impl.RaftReconfigurationBaseTest.testBootstrapReconfWithSingleNodeAddTwo(RaftReconfigurationBaseTest.java:317)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)