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

Prevent faulty localBroadcastAddress to be set #98

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

Conversation

dapc11
Copy link

@dapc11 dapc11 commented Apr 19, 2021

When Cassandra has not yet started up and /metrics is called, then FBUtilities.getlocalBroadcastAddress is called and sets variables which causes faulty address to be set for the local broadcast address.

Using the same logic as FBUtilities, but not assigning any variable that Cassandra server itself is using elsewhere.

When Cassandra has not yet started up and /metrics is called, then
FBUtilities.getlocalBroadcastAddress is called and sets variables
which causes faulty address to be set for the local broadcast address.

Using the same logic as FBUtilities, but not assigning any variable
that Cassandra server itself is using elsewhere.
@dapc11
Copy link
Author

dapc11 commented Apr 19, 2021

This is a fix for when doing metrics scraping at an early stage of Cassandra startup. When calling FBUtillities.getlocalBroadcastAddress the field is set, resulting in that it's not assigned to the proper address when Cassandra has started up.

Related to #42, not fixing the stacktrace in log, but fixing so that StorageService can populate the broadcast address properly.

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.

1 participant