Skip to content

[repro] inverted lsm via decommissioning#80755

Closed
tbg wants to merge 11 commits intocockroachdb:masterfrom
tbg:repro-inv-lsm-decom
Closed

[repro] inverted lsm via decommissioning#80755
tbg wants to merge 11 commits intocockroachdb:masterfrom
tbg:repro-inv-lsm-decom

Conversation

@tbg
Copy link
Copy Markdown
Member

@tbg tbg commented Apr 28, 2022

No description provided.

@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

@tbg tbg force-pushed the repro-inv-lsm-decom branch 3 times, most recently from 1163eae to 8664631 Compare May 5, 2022 07:29
tbg added 11 commits May 6, 2022 10:12
This commit adds a few new metrics that should be helpful in diagnosing
OOMs such as seen in cockroachdb#80155, and, down the road, for experimenting with
(and ultimately implementing) solutions to cockroachdb#79215.

`cr.store.raft.rcvd.queued_bytes`: gauge (sum of size of all entries waiting to be handed to raft)
`cr.store.raft.rcvd.stepped_bytes`: counter (sum of size of all entries handed to RawNode.Step)
`cr.store.raft.rcvd.dropped_bytes`: counter (sum of size of all entries that were dropped because recv queue filled up)

Release note: None
@tbg tbg force-pushed the repro-inv-lsm-decom branch from 2c51461 to f9f1fd9 Compare May 6, 2022 17:44
@tbg tbg closed this Sep 20, 2022
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.

2 participants