MCPcopy Create free account
hub / github.com/cortexproject/cortex / ownUserForCompaction

Method ownUserForCompaction

pkg/compactor/compactor.go:1158–1160  ·  view source on GitHub ↗
(userID string)

Source from the content-addressed store, hash-verified

1156}
1157
1158func (c *Compactor) ownUserForCompaction(userID string) (bool, error) {
1159 return c.ownUser(userID, false)
1160}
1161
1162func (c *Compactor) ownUserForCleanUp(userID string) (bool, error) {
1163 return c.ownUser(userID, true)

Callers 2

compactUsersMethod · 0.95
findCompactorByUserIDFunction · 0.80

Calls 1

ownUserMethod · 0.95

Tested by 1

findCompactorByUserIDFunction · 0.64