Fu Wei
Fu Wei
Currently, when bbolt commits changes, the writeAt operations are sequential. This proposal is trying to introduce io-uring to submit multiple writing operations in one time. Since io-uring is kernel level...
### What is the problem you're trying to solve When containerd unpacks OCI image v1 tar file into specific filesystems, diff/applier should provide `sync-fs` option for strong requirement for data...
In CI we run make root-test via gotestsum, which executes multiple package tests concurrently. TestAutoclearTrueLoop attempts to invoke LOOP_CLR_FD using a device name, which introduces a race condition. Example race:...
### Description It's caused by new change on image. REF: https://github.com/kubernetes-sigs/cri-tools/issues/1950 ### Steps to reproduce the issue Just file pull request to trigger CI pipleine ### Describe the results you...
In CI we run make root-test via gotestsum, which executes multiple package tests concurrently. TestAutoclearTrueLoop attempts to invoke LOOP_CLR_FD using a device name, which introduces a race condition. Example race:...
REF: #20995 Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.
There are three places where zombie membership information can be cleaned up: ``` 1. ApplierV2 -> UpdateAttributes Ideally, each member updates its own attributes only once before serving requests. Since...