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

[jira] [Created] (RATIS-1358) Fix TestRaftReconfigurationWithHadoopRpc

Bharat Viswanadham created RATIS-1358:
-----------------------------------------

             Summary: Fix TestRaftReconfigurationWithHadoopRpc
                 Key: RATIS-1358
                 URL: https://issues.apache.org/jira/browse/RATIS-1358
             Project: Ratis
          Issue Type: Task
            Reporter: Bharat Viswanadham
            Assignee: Bharat Viswanadham


Test is failing due to for otherRpc server like HadoopRpc, we getServiceException Wrapped with RemoteException.

Because of this caughtException will be false, and test is failing due to that.
catch (ReconfigurationInProgressException e) {
          caughtException.set(true);



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