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

Fixed the problem with different number of metrics in trie index and on disk #501

Merged
merged 6 commits into from
Oct 10, 2022

Conversation

auguzun
Copy link
Contributor

@auguzun auguzun commented Oct 7, 2022

I'm trying to merge previous MR which I had to revert.
The problem was that creation throttle was happening much more often than with previous design.
Mainly because with previous design throughput throttle and quota usage throttle happened before the creation throttle, which allowed us to save creation throttle quota. In this MR I change the order of throttle function as it was before.

…isk, moved creation throttle logic to trie index. fixed a bug in hard throttle helper
Changed an order of applying throttle func (how it was before):
first throughput throttle,
second quota usage throttle,
third hard throttle
@auguzun auguzun merged commit f984125 into master Oct 10, 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.

None yet

4 participants