Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zookeeper status on confluent #46

Open
christopherkeller opened this issue Dec 15, 2020 · 0 comments
Open

zookeeper status on confluent #46

christopherkeller opened this issue Dec 15, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@christopherkeller
Copy link
Contributor

When running against a confluent install, zookeeper is checking for /var/run/confluent-zookeeper.pid which doesn't exist. This leads to us reporting java as down.

$ /usr/local/bin/zookeeper status
java is stopped
$ sudo systemctl status confluent-zookeeper
● confluent-zookeeper.service - Apache Kafka - ZooKeeper
   Loaded: loaded (/usr/lib/systemd/system/confluent-zookeeper.service; enabled; vendor preset: disabled)
  Drop-In: /etc/systemd/system/confluent-zookeeper.service.d
           └─override.conf
   Active: active (running) since Tue 2020-12-15 17:56:17 UTC; 12min ago
     Docs: http://docs.confluent.io/
 Main PID: 12519 (java)
   CGroup: /system.slice/confluent-zookeeper.service
           └─12519 java -Xmx3g -Xms3g -server -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOcc...

Dec 15 17:56:18 zookeeper-32145fb92bc34c71b6bab092d5a59582 zookeeper-server-start[12519]: [2020-12-15 17...
Dec 15 17:56:18 zookeeper-32145fb92bc34c71b6bab092d5a59582 zookeeper-server-start[12519]: [2020-12-15 17...
Dec 15 17:56:18 zookeeper-32145fb92bc34c71b6bab092d5a59582 zookeeper-server-start[12519]: [2020-12-15 17...
Dec 15 17:56:18 zookeeper-32145fb92bc34c71b6bab092d5a59582 zookeeper-server-start[12519]: [2020-12-15 17...
Dec 15 17:56:18 zookeeper-32145fb92bc34c71b6bab092d5a59582 zookeeper-server-start[12519]: [2020-12-15 17...
Dec 15 17:56:18 zookeeper-32145fb92bc34c71b6bab092d5a59582 zookeeper-server-start[12519]: [2020-12-15 17...
Dec 15 17:56:18 zookeeper-32145fb92bc34c71b6bab092d5a59582 zookeeper-server-start[12519]: [2020-12-15 17...
Dec 15 17:58:53 zookeeper-32145fb92bc34c71b6bab092d5a59582 zookeeper-server-start[12519]: [2020-12-15 17...
Dec 15 18:05:29 zookeeper-32145fb92bc34c71b6bab092d5a59582 zookeeper-server-start[12519]: [2020-12-15 18...
Dec 15 18:05:55 zookeeper-32145fb92bc34c71b6bab092d5a59582 zookeeper-server-start[12519]: [2020-12-15 18...
@christopherkeller christopherkeller added the bug Something isn't working label Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant