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

gossip: Don't include gossip connectivity in periodic status logs #30285

Merged
merged 1 commit into from
Sep 17, 2018

Conversation

a-robinson
Copy link
Contributor

As discussed on #30088. It can be absolutely massive on large clusters,
and isn't needed because we still log the connectivity info whenever it
changes.

Release note: None

I still think that logging on every change in connectivity is going to be a mess in large clusters during rolling restarts even if gossip is otherwise perfectly stable, but this is useful regardless of whether we do anything about that.

As discussed on cockroachdb#30088. It can be absolutely massive on large clusters,
and isn't needed because we still log the connectivity info whenever it
changes.

Release note: None
@a-robinson a-robinson requested review from petermattis and a team September 17, 2018 15:24
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@petermattis petermattis left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (and 1 stale)

@a-robinson
Copy link
Contributor Author

bors r+

craig bot pushed a commit that referenced this pull request Sep 17, 2018
30035: builder: upgrade to go1.11 r=bdarnell,raduberinde,nvanbenschoten a=benesch

Go 1.11 brings us some nice performance improvements on single-node
clusters. See #29827 for benchmark results.

Fix #29827.

Release note: None

30285: gossip: Don't include gossip connectivity in periodic status logs r=a-robinson a=a-robinson

As discussed on #30088. It can be absolutely massive on large clusters,
and isn't needed because we still log the connectivity info whenever it
changes.

Release note: None

I still think that logging on every change in connectivity is going to be a mess in large clusters during rolling restarts even if gossip is otherwise perfectly stable, but this is useful regardless of whether we do anything about that.

Co-authored-by: Nikhil Benesch <[email protected]>
Co-authored-by: Alex Robinson <[email protected]>
@craig
Copy link
Contributor

craig bot commented Sep 17, 2018

Build succeeded

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