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

Agent/699 #744

Open
wants to merge 1 commit into
base: agent/master
Choose a base branch
from
Open

Conversation

paulchandler
Copy link

#699 Reload nodes

First draft of the changes

@paulchandler paulchandler requested a review from a team as a code owner October 14, 2024 13:48
Copy link
Author

@paulchandler paulchandler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comments about sections I am not sure about.

}
catch (IOException e)
{
LOG.info("Node {} JMX connection removal failed", nodeChangeRecord.getNode().getHostId());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code removed now

if ((row == null) || (row.getString("value") == null))
{
simpleStatement = SimpleStatement
.builder("SELECT value FROM system_views.system_properties WHERE name = 'cassandra.jmx.local.port';")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Constant?

@@ -42,7 +42,7 @@ connection:
- host: 127.0.0.1
port: 9042
- host: 127.0.0.2
port: 9042
port: 9043
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

9042

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

application/src/main/resources/ecc.yml Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants