Skip to content

tsdb: fix up sort call with faster slices.Sort#11380

Merged
LeviHarrison merged 1 commit intoprometheus:mainfrom
bboreham:fix-tsdb-block-sort
Oct 1, 2022
Merged

tsdb: fix up sort call with faster slices.Sort#11380
LeviHarrison merged 1 commit intoprometheus:mainfrom
bboreham:fix-tsdb-block-sort

Conversation

@bboreham
Copy link
Member

@bboreham bboreham commented Oct 1, 2022

This call was added by PR #11075 merged before #11318 which changed all similar calls to sort.Sort into a faster one.

Without some change like this the main branch will not compile.

This call was added by PR prometheus#11075 merged before prometheus#11318 which changed all
similar calls to `sort.Sort` into a faster one.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
@bboreham bboreham requested a review from codesome as a code owner October 1, 2022 15:13
@bboreham bboreham mentioned this pull request Oct 1, 2022
Copy link
Contributor

@LeviHarrison LeviHarrison left a comment

Choose a reason for hiding this comment

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

Thanks!

@LeviHarrison LeviHarrison merged commit 9b31adc into prometheus:main Oct 1, 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.

2 participants