-
Notifications
You must be signed in to change notification settings - Fork 21
CNDB-15620: Fix sstablesHit and segmentsHit metrics to be updated by ANN and generic OrderBy #2115
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
Conversation
…ANN and generic OrderBy
Checklist before you submit for review
|
|
This is ready for review, the test coverage complains about two assertions not being covered, but that would be a bug, so I think we are good from test coverage perspective. The only test failure has actually a ticket for the same one. It does not fail locally and I keep on seeing it also on other PRs today. |
test/distributed/org/apache/cassandra/distributed/test/sai/SlowSAIQueryLoggerTest.java
Outdated
Show resolved
Hide resolved
…wSAIQueryLoggerTest and test the metric update fix for that method
adelapena
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I have left just a minor suggestion to reset QUERY_OPT_LEVEL.
test/distributed/org/apache/cassandra/distributed/test/sai/SlowSAIQueryLoggerTest.java
Show resolved
Hide resolved
… test work with the defaults
|
✔️ Build ds-cassandra-pr-gate/PR-2115 approved by ButlerApproved by Butler |
… updated by ANN and generic OrderBy (#2115)
… updated by ANN and generic OrderBy (#2115)
… updated by ANN and generic OrderBy (#2115)
… updated by ANN and generic OrderBy (#2115)



…
What is the issue
...
SAI sstablesHit and segmentsHit metrics are not updated by ANN and generic ORDER BY
What does this PR fix and why was it fixed
...
Fix sstablesHit and segmentsHit metrics to be updated by ANN and generic OrderBy