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

Prepare a VAST v2.4.2 release #3048

Merged
merged 2 commits into from
Mar 31, 2023
Merged

Prepare a VAST v2.4.2 release #3048

merged 2 commits into from
Mar 31, 2023

Conversation

dominiklohmann
Copy link
Member

This PR backports #3047 and prepares the repository for a new patch release on the v2.4.x branch.

Rather than treating high as 4x medium and that as 25x low, we now
always use a scaling factor of 1000x between query priorities, and
consider partition transforms to have a priority of zero. In addition,
we now prefer partitions with more related queries over those with fewer
related queries given an otherwise equal priority. This reduces the
conflict potentual between rebuilds, compaction, and queries.

Additionally, this commit adds logs for the number of scheduled
partitions by the index, which helped debug this issue and is generally
worth having.
@dominiklohmann dominiklohmann added the maintenance Tasks for keeping up the infrastructure label Mar 31, 2023
@dominiklohmann
Copy link
Member Author

@tobim I will have to merge this using an administrative override as we broke the v2.4.x CI by renaming the default branch from master to main. I would still like to get an approval on this. I ran the tests locally and confirmed that the issue is fixed with this on this branch as well.

Copy link
Member

@tobim tobim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I trust that the changes are functionally equivalent to the ones from #3047.

@dominiklohmann dominiklohmann merged commit b40265f into v2.4.x Mar 31, 2023
13 of 16 checks passed
@dominiklohmann dominiklohmann deleted the topic/prepare-v2.4.2 branch March 31, 2023 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Tasks for keeping up the infrastructure
Projects
None yet
2 participants