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

Update cortex vendoring to latest master #1975

Merged
merged 3 commits into from
Apr 23, 2020
Merged

Update cortex vendoring to latest master #1975

merged 3 commits into from
Apr 23, 2020

Conversation

slim-bean
Copy link
Collaborator

Commit hash: 36496a074bc4530fb1d7c74136cab1566fbd9583
Signed-off-by: Ed Welch edward.welch@grafana.com

@@ -168,6 +169,13 @@ func (shard *indexShard) lookup(matchers []*labels.Matcher) []model.Fingerprint
if matcher.Type == labels.MatchEqual {
fps := values.fps[matcher.Value]
toIntersect = append(toIntersect, fps.fps...) // deliberate copy
} else if matcher.Type == labels.MatchRegexp && len(chunk.FindSetMatches(matcher.Value)) > 0 {
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice I needed this, and I was bringing it in another PR.

@slim-bean
Copy link
Collaborator Author

@sandeepsukhani It might be easier for you to fix this than me? Looks like the ObjectClient interface changed with a recent PR of yours. Could you please take a look?

@pull-request-size pull-request-size bot added size/L and removed size/M labels Apr 23, 2020
Copy link
Contributor

@sandeepsukhani sandeepsukhani left a comment

Choose a reason for hiding this comment

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

I just went through all the changes and fixed the ones which were breaking.
Looks good to go to me unless someone else wants to have a look at it to reconfirm.

@slim-bean
Copy link
Collaborator Author

slim-bean commented Apr 23, 2020

Thanks @sandeepsukhani !

slim-bean and others added 3 commits April 23, 2020 16:33
…d7c74136cab1566fbd9583`

Signed-off-by: Ed Welch <edward.welch@grafana.com>
Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com>
…ore changes...

Signed-off-by: Ed Welch <edward.welch@grafana.com>
@slim-bean slim-bean merged commit b89a1f8 into master Apr 23, 2020
@slim-bean slim-bean deleted the revendor-cortex branch April 23, 2020 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants