You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by "Gell-Holleron, Daniel" <da...@gb.unisys.com> on 2020/07/31 10:54:44 UTC

JMX with ZooKeeper

Hi everyone,

This may not be appropriate for this type of forum but I though I'd check.

I'm trying to setup JMX with ZooKeeper (which is being used with SolrCloud) so I am able to extract information from the MBeans.

I have ZooKeeper installed on a Windows OS (Server 2019). ZooKeeper is running with JDK8.

In the ZkServer.cmd file I have the set ZOOMAIN=org.apache.zookeeper.server.quorum.QuorumPeerMain which is all that's needed according to https://zookeeper.apache.org/doc/r3.5.2-alpha/zookeeperJMX.html#ch_starting

However when I try to access using jconsole (connect to local process) I cannot see the ZooKeeper MBeans. Any idea on what I could be missing?

Thanks,

Daniel