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

Alternator OPs are not representative of real ops - in case of BatchGetItem and similar batch ops #2374

Closed
mykaul opened this issue Aug 7, 2024 · 4 comments
Assignees
Labels
area/alternator Alternator related Issues bug Something isn't working right

Comments

@mykaul
Copy link
Contributor

mykaul commented Aug 7, 2024

A customer is running BatchGetItem with 100 items in each batch. It looks as if they have less <1K OPs of batch items, but the overall result is 100K OPs... The visualization is correct per OPs, but is misleading somewhat in terms of how many OPs are actually being run against the cluster. Did not look at the code of where we count such OPs, but I'd argue we should count the overall OPs, not 1 per batch.
@tzach , @nyh , @nuivall - thoughts?

@mykaul mykaul added bug Something isn't working right area/alternator Alternator related Issues labels Aug 7, 2024
@nuivall
Copy link
Member

nuivall commented Aug 27, 2024

New metrics were added in scylladb/scylladb@390e016

@amnonh
Copy link
Collaborator

amnonh commented Sep 12, 2024

I'm going to add a batch size with the batch count

@amnonh
Copy link
Collaborator

amnonh commented Sep 23, 2024

Closed as completed by c418823

@amnonh amnonh closed this as completed Sep 23, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area/alternator Alternator related Issues bug Something isn't working right
Projects
None yet
Development

No branches or pull requests

3 participants