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

Some buckets are leaked #2298

Closed
marta-lokhova opened this issue Oct 1, 2019 · 1 comment · Fixed by #2303
Closed

Some buckets are leaked #2298

marta-lokhova opened this issue Oct 1, 2019 · 1 comment · Fixed by #2303
Assignees
Labels
Projects

Comments

@marta-lokhova
Copy link
Contributor

Looks like fixing #2286 was not enough, and we still have bucket number constantly fluctuating (with total number of files being over expected 31). Checking the logs, the number of buckets referenced by the bucketlist, publishqueue and LCL is correct, so it must be failing the refcount == 1 check in forgetUnreferencedBuckets

@MonsieurNicolas
Copy link
Contributor

Here's a gist of an increase in number of shared-buckets https://gist.github.com/MonsieurNicolas/5436a26ac3c06e2edbb010d45aaab596 (not sure there is anything in there useful)

@MonsieurNicolas MonsieurNicolas added this to To do in v12.1.0 via automation Oct 2, 2019
@marta-lokhova marta-lokhova self-assigned this Oct 4, 2019
@marta-lokhova marta-lokhova moved this from To do to In progress in v12.1.0 Oct 8, 2019
v12.1.0 automation moved this from In progress to Done Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
v12.1.0
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants