Git Product home page Git Product logo

Comments (5)

mbarrin avatar mbarrin commented on June 18, 2024

It looks like it is an interface issue. nodetool -h localhost gossipinfo is showing that it is using localhost for gossip. The cassandra.yaml created by Praim has listen_address and rpc_address set to null. Is this correct?

from priam.

mbarrin avatar mbarrin commented on June 18, 2024

Ok I have discovered the issue I think. Cassandra is being loaded using the yaml file located in the JAR and not the one located at /etc/cassandra/conf/cassandra.yaml. Is there a way to prevent this?

from priam.

dannoz avatar dannoz commented on June 18, 2024

You need to reverse the CLASSPATH ordering in /etc/init.d/cassandra
Out of the box it reads $cp:$CONFDIR
Change that to $CONFDIR:$cp to make it read the /etc/cassandra/cassandra.yaml and NOT the cassandra.yaml that is included in the priam.jar
Had the same issue! Let me know if you could get it sorted!

from priam.

mbarrin avatar mbarrin commented on June 18, 2024

You got it. That has fixed my problems.

Thank you very much! 👍

from priam.

davemckay avatar davemckay commented on June 18, 2024

I seem to be having the same problem as Mbarrin , Ive tried with both dse 2 and dse 1.2 with same result cassandra comes up as two separate nodes but no cluster is present. I'm running amazon linux and the Etc/init.d does not have a class path entry however I did find a entry in the cassandra.in.sh however changing made no difference . Mbarrins description is same as mine to a tee , sdb works, s3 works however hosts show only themselves bound to 127.0.0.1

Additionally the curl get seeds returns no value so I'm thinking perhaps this is the hosts file configuration .

To echo is there a additional step I need to apply ? Or alternate to /etc/init.d/cassandra ????

from priam.

Related Issues (20)

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.