Re: systemd failed to stop zookeeper-server.

2020-03-09 Thread Andor Molnar
Hi, Strange. It’s actually normal that ZooKeeper process gets stopped with the kill signal. That’s "business as usual”, but why does systemd have problems with that and since when has this been happening? Andor > On 2020. Mar 4., at 15:44, Anastasios Lisgaras > wrote: > > Hello zookeeper

Re: systemd failed to stop zookeeper-server.

2020-03-05 Thread Szalay-Bekő Máté
Hi Tasos, Thanks for reporting the issue! Taking a quick look on it, I don't think it is related to ZooKeeper itself, rather it is something related to systemd and to the init scripts / service descriptors on CentOS. We don't maintain those parts. I actually never used systemd in production to ru

systemd failed to stop zookeeper-server.

2020-03-04 Thread Anastasios Lisgaras
Hello zookeeper community, After the last system update I had a problem with the zookeeper-server. The problem was about the same as this: https://issues.apache.org/jira/browse/BIGTOP-3302 So, I went to the file : /etc/init.d/zookeeper-server and I replaced "su" with "runuser". If you want to see