iwasakims commented on PR #1295:
URL: https://github.com/apache/bigtop/pull/1295#issuecomment-2402081250
It worked on fedora-38 (with systemd-253.17).
```
[root@fcb0be088ad2 /]# systemctl status zookeeper-server
● zookeeper-server.service - ZooKeeper is a centralized service for
maintaining configuration information, naming, providing distributed
synchronization, and providing group services.
Loaded: loaded (/usr/lib/systemd/system/zookeeper-server.service;
static)
Drop-In: /usr/lib/systemd/system/service.d
└─10-timeout-abort.conf
Active: active (running) since Wed 2024-10-09 11:15:23 UTC; 21min ago
Docs: https://zookeeper.apache.org/
Process: 916 ExecStart=/etc/rc.d/init.d/zookeeper-server start
(code=exited, status=0/SUCCESS)
Main PID: 951 (java)
Tasks: 41 (limit: 5743)
Memory: 82.2M
CPU: 3.395s
CGroup: /system.slice/zookeeper-server.service
└─951
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.412.b06-1.fc38.x86_64/bin/java
-Dzookeeper.datadir.autocreate=false -Dzookeeper.log.dir=/var/log/zookeeper
-Dzookeeper.log.file=zookeeper-zookeeper-server-fcb0be088ad2.log
-XX:+HeapDumpOnOutOfMemoryError "-XX:OnOutOfMemoryError=kill -9 %p" -c>
Oct 09 11:15:22 fcb0be088ad2 systemd[1]: Starting zookeeper-server.service -
ZooKeeper is a centralized service for maintaining configuration information,
naming, providing distributed synchronization, and providing group services....
Oct 09 11:15:22 fcb0be088ad2 runuser[932]: pam_unix(runuser:session):
session opened for user zookeeper(uid=993) by (uid=0)
Oct 09 11:15:22 fcb0be088ad2 zookeeper-server[934]: ZooKeeper JMX enabled by
default
Oct 09 11:15:22 fcb0be088ad2 zookeeper-server[934]: Using config:
/etc/zookeeper/conf/zoo.cfg
Oct 09 11:15:23 fcb0be088ad2 zookeeper-server[934]: Starting zookeeper ...
STARTED
Oct 09 11:15:23 fcb0be088ad2 runuser[932]: pam_unix(runuser:session):
session closed for user zookeeper
Oct 09 11:15:23 fcb0be088ad2 systemd[1]: Started zookeeper-server.service -
ZooKeeper is a centralized service for maintaining configuration information,
naming, providing distributed synchronization, and providing group services..
[root@fcb0be088ad2 /]# rpm -q systemd
systemd-253.17-1.fc38.x86_64
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]