Checking out individual layers from ImageImporter is exceptionally slow
- Dominant language
- Rust
- Stars
- 2.3k
- Forks
- 230
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 38
Description
Appears like https://github.com/bootc-dev/bootc/issues/885
via `bootc upgrade` and `bootc switch`
No progress bar, no indication of progress, injected `println!` statements to code. `bootc` version 1.1.6.
This loop here is causing massive delays for me https://github.com/bootc-dev/bootc/blob/main/ostree-ext/src/container/store.rs#L1050.
Stalling at layer
```
import...17
import...18
"f5b1a72eef3f7091126bfb0fd7126ad9b1f7db6ba80579b0861a12c5fab7a8fc" 37
"e3e08f139bd8e789535915c947ee6a6c9debcbf25cb00c4d7b2e09b0b71b9413" 37
"776956a4ce6826f6fb5e4d9f858f8f8d6c03ec66eba95985784bcab9709bacf2" 37
"2f6e0031863e8433c50b88bbdd0489269d92b061e028e3523121390537e309ca" 37
```
for last 30m
Contributor guide
Assessment
This issue has not been assessed yet.