Giter Site home page Giter Site logo

Error Task about ansible-zookeeper HOT 4 CLOSED

sleighzy avatar sleighzy commented on May 29, 2024
Error Task

from ansible-zookeeper.

Comments (4)

DenisK32 avatar DenisK32 commented on May 29, 2024

[root@centos71 bin]# ./zkServer.sh start
/usr/bin/java
ZooKeeper JMX enabled by default
Using config: /usr/share/zookeeper/bin/../conf/zoo.cfg
Starting zookeeper ... FAILED TO START

from ansible-zookeeper.

sleighzy avatar sleighzy commented on May 29, 2024

Hi @DenisK32 . The first part of your error re: start request repeated too quickly for zookeeper.service I believe I've seen before. Will need to dig up some information but SystemD will try to restart the process if it fails, this restart attempt is performed in just a few milliseconds.

The above can be a red-herring and is due to another issue which is causing the ZooKeeper process to fail. Is there any information in the ZooKeeper logs themselves? Does this occur for all servers?

After 5 retries (if I recall correctly) it won't try again, as finally terminates due to too many attempts in a short period of time. This cause it to enter the failure state which means systemd may not allow you to start it again using the systemctl start zookeeper command. To use systemd to start the service again you may need to run the below command to reset the failure state so that it will attempt to start.

systemctl reset-failed zookeeper

Your zkServer.sh start command will bypass systemd so hopefully there's something more useful in the logs, e.g. indicating a config problem. Does running ps aux show any other instances of the process running?

from ansible-zookeeper.

DenisK32 avatar DenisK32 commented on May 29, 2024

I figured it out myself, it was in java, as soon as I fixed the error - everything worked, it was my fault

from ansible-zookeeper.

sleighzy avatar sleighzy commented on May 29, 2024

No worries, glad you solved it. :)

from ansible-zookeeper.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.