Use connection lock when creating services#2465
Use connection lock when creating services#2465crosbymichael merged 1 commit intocontainerd:masterfrom
Conversation
|
@fraenkel thanks for the PR. you need to sign your commit for the DCO. You can read about it in the contributing docs for the repo. |
|
Sorry again, can you rebase on master? There was an upstream change in one of the deps that is breaking the CI. We merged this fix into master this morning but PRs need to be rebased to pick this up. Sorry for the troubles, contributing is usually much easier. |
Fixes containerd#2335 Signed-off-by: Michael Fraenkel <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #2465 +/- ##
=======================================
Coverage 44.76% 44.76%
=======================================
Files 93 93
Lines 9555 9555
=======================================
Hits 4277 4277
Misses 4585 4585
Partials 693 693
Continue to review full report at Codecov.
|
|
LGTM, but the doc part is missing. @dmcgowan where were you thinking of having the lifespan of the conn mentioned? |
|
LGTM |
Fixes #2335
Closes #2484