-
Notifications
You must be signed in to change notification settings - Fork 115
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
Move storage backend initialization to storage worker #3373
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3373 +/- ##
==========================================
+ Coverage 66.04% 66.20% +0.15%
==========================================
Files 371 371
Lines 33284 33293 +9
==========================================
+ Hits 21982 22041 +59
+ Misses 8075 8019 -56
- Partials 3227 3233 +6
Continue to review full report at Codecov.
|
0ba016a
to
cb7f369
Compare
ce15ec4
to
5255024
Compare
.changelog/3323.breaking.md
Outdated
go: Move storage backend initialization to storage worker | ||
|
||
Notably, this also means that node command line options for storage | ||
configuration have been renamed (`--storage.*` to `--worker.storage.*`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a cfg
changelog fragment and list the changes please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also there's an additional configuration change that should also be listed: clients do not need to configure storage backed anymore
bc5f233
to
dd5c1c8
Compare
go/runtime/registry/registry.go
Outdated
// Close tag indexer service. | ||
r.tagIndexer.Stop() | ||
<-r.tagIndexer.Quit() | ||
if !r.finished { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this require holding a mutex?
79eade2
to
b3af377
Compare
b3af377
to
1eea9f7
Compare
1eea9f7
to
1cc252d
Compare
Closes #3323