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

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

Attila Doroszlai created RATIS-1362:
---------------------------------------

             Summary: 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


{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)