You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Andor Molnar (JIRA)" <ji...@apache.org> on 2018/09/11 12:22:00 UTC

[jira] [Comment Edited] (ZOOKEEPER-2261) When only secureClientPort is configured connections, configuration, connection_stat_reset, and stats admin commands throw NullPointerException

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

Andor Molnar edited comment on ZOOKEEPER-2261 at 9/11/18 12:21 PM:
-------------------------------------------------------------------

Thanks [~hanm]

It's probably my fault, because the fixed version was only set to 3.6, but the issue exists in 3.5 too. Would you like me to open another PR targeting 3.5 branch?


was (Author: andorm):
Thanks [~hanm]

It's probably my fault, but the issue exists in 3.5 too. Would you like me to open another PR targeting 3.5 branch?

> When only secureClientPort is configured connections, configuration, connection_stat_reset, and stats admin commands throw NullPointerException
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-2261
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2261
>             Project: ZooKeeper
>          Issue Type: Bug
>    Affects Versions: 3.5.0
>            Reporter: Mohammad Arshad
>            Assignee: Andor Molnar
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.6.0
>
>          Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> When only secureClientPort is configured connections, configuration, connection_stat_reset and stats admin commands throw NullPointerException. Here is stack trace one of the connections command.
> {code}
> java.lang.NullPointerException
> 	at org.apache.zookeeper.server.admin.Commands$ConsCommand.run(Commands.java:177)
> 	at org.apache.zookeeper.server.admin.Commands.runCommand(Commands.java:92)
> 	at org.apache.zookeeper.server.admin.JettyAdminServer$CommandServlet.doGet(JettyAdminServer.java:166)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)