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

[extension/filestorage] use correct bbolt options for compaction #9134

Conversation

swiatekm-sumo
Copy link
Contributor

Description: We changed the bbolt options for opening the db on client creation in #9004 but forgot to change them for compaction as well.

Link to tracking Issue: N/A

Testing: Existing tests are good enough. This change only affects performance in particular circumstances. See #9004 and the linked issue for a more detailed discussion.

Documentation: N/A

@swiatekm-sumo swiatekm-sumo requested review from a team and djaglowski as code owners April 11, 2022 12:32
@project-bot project-bot bot added this to In progress in Collector Apr 11, 2022
@swiatekm-sumo swiatekm-sumo force-pushed the fix/filestorageextension/bbolt-options branch from 63b5d47 to f1d1829 Compare April 11, 2022 12:46
[v0.0.1]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.0.1
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm, saw the same thing in some other PR, realized there seems to be a trailing space added by #8548

Copy link
Member

Choose a reason for hiding this comment

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

I'm not blocking this PR because of this :-) Merging.

Collector automation moved this from In progress to Reviewer approved Apr 11, 2022
@pmm-sumo
Copy link
Contributor

The tests are passing and we agreed on this change in the previous PR, so I'm attaching ready to merge tag

@pmm-sumo pmm-sumo added the ready to merge Code review completed; ready to merge by maintainers label Apr 11, 2022
@jpkrohling jpkrohling merged commit 83d292c into open-telemetry:main Apr 11, 2022
@djaglowski
Copy link
Member

👍 LGTM. Was waiting for tests to pass before approving but didn't circle back soon enough.

@swiatekm-sumo swiatekm-sumo deleted the fix/filestorageextension/bbolt-options branch April 11, 2022 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Code review completed; ready to merge by maintainers
Projects
No open projects
Collector
  
Reviewer approved
Development

Successfully merging this pull request may close these issues.

None yet

5 participants