Closed Desiki-high closed 1 year ago
When acceld handles highly concurrent conversion tasks, the content store will be locked because of fetching the same layer.
acceld
LocalAdapter.Dispatch
fetchHandler
desc.Digest
In Integration Test, we can move accel check out of build, it will make ci faster.
resolve #46.
@imeoer All fixed. PTAL.
When
acceld
handles highly concurrent conversion tasks, the content store will be locked because of fetching the same layer.Changes:
LocalAdapter.Dispatch
. If the image ref is the same, we only convert once simultaneously.fetchHandler
. If thedesc.Digest
is the same, we only fetch once simultaneously.Github Action:
In Integration Test, we can move accel check out of build, it will make ci faster.
resolve #46.