You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Arpit Agarwal (Jira)" <ji...@apache.org> on 2020/07/31 17:37:00 UTC

[jira] [Resolved] (RATIS-792) NPE. ServerOpts.metaQuorum should be required

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

Arpit Agarwal resolved RATIS-792.
---------------------------------
    Fix Version/s: 1.1.0
       Resolution: Fixed

+1 merged via GitHub.

> NPE. ServerOpts.metaQuorum should be required
> ---------------------------------------------
>
>                 Key: RATIS-792
>                 URL: https://issues.apache.org/jira/browse/RATIS-792
>             Project: Ratis
>          Issue Type: Bug
>          Components: LogService
>            Reporter: maobaolong
>            Priority: Major
>             Fix For: 1.1.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> {code:java}
> Exception in thread "main" java.lang.NullPointerException
> 	at org.apache.ratis.logservice.util.LogServiceUtils.getPeersFromQuorum(LogServiceUtils.java:43)
> 	at org.apache.ratis.logservice.server.LogServer.start(LogServer.java:107)
> 	at org.apache.ratis.logservice.server.LogServer.main(LogServer.java:165)
> 	Suppressed: java.lang.NullPointerException
> 		at org.apache.ratis.logservice.server.LogServer.close(LogServer.java:179)
> 		at org.apache.ratis.logservice.server.LogServer.main(LogServer.java:174)
> {code}



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