Iceber Gu

Results 158 comments of Iceber Gu

当时对于这个问题的判断是因为只设置了 SQPOLL,忽视了 IOPOLL,所以没有正常运行,考虑到 Go 相比 C 来说比较特殊的就是他的 gmp 模型,没有深究就暂时感觉也许是这个问题引起的。 我也试了一下 SQPOLL 和 IOPOLL 同时开启后,的确可以正常运行,但是 IOPOLL 和 SQPOLL 应该是两个单独的功能,不太应该有很深的互相影响,而且在 C 中好像单独使用 SQPOLL 是没有问题的,可能还需要再研究一下。 @Cloudstriff 请教一下,对于 go 中必须同时开启 SQPOLL + IOPOLL 有什么思路吗

@Cloudstriff 我的测试方法是修改 https://github.com/Iceber/iouring-go/tree/main/examples/mv,开启 SQPOLL,你的测试方法是什么呢,你的环境可以试一下修改 mv ,观察是否可以正常运行吗

注意到 mv 执行时使用的不是 `./mv`,是否是使用了 PATH 中的 mv 命令呢

@d2gr Thanks, it does seem to be a serious bug. Looks like I need to re-review this project,and start the development(alpha) of iouring-net.

> > I want the cri plugin to ignore images whose references are converted, and these images do not set the io.cri-containerd.image=managed label. > > Does this mean , if...

If `/resources` is still needed, I think it's not necessary to change it, and `/apis/clusterpedia.io/v1beta1/resources` is more standardized and easier to understand than `/resources`. If you choose to remove the...

@wuyingjun-lucky @xyz2277 could you take a look at this, please?

https://github.com/clusterpedia-io/clusterpedia/pull/592#pullrequestreview-1737075720 > But https://github.com/clusterpedia-io/clusterpedia/pull/592 also requires the memory storage layer to support PartialObjectMetadata, which of course may require other issues and pr to resolve > > Also I think that...