Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Compaction Byte Rate Metrics are Confusing #52

Open
tpetracca opened this issue Sep 13, 2019 · 1 comment
Open

Compaction Byte Rate Metrics are Confusing #52

tpetracca opened this issue Sep 13, 2019 · 1 comment

Comments

@tpetracca
Copy link
Contributor

If you do a 10GB compaction over 10 minutes, you don't see 1/60th of a GB per second over 10 minutes like you'd expect. You see the 10GB as a single instantaneous event.

@leonz
Copy link
Contributor

leonz commented Sep 25, 2019

This is because of the way the compaction is marked - https://github.com/palantir/cassandra/pull/80/files

cfs.metric.compactionBytesWritten.inc(endsize);

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants