Weaverzhu
Weaverzhu
链接中的embedding 文件名和大小跟这里的都不一致啊。。
https://github.com/facebook/folly/blob/main/folly/experimental/coro/Task.h#L493 This makes the code compiled without `-DNDEBUG` give exception in runtime. What if I'm using `folly::InlineExecutor::instance()` which is static? What are the differences between `.semi().via(&folly::InlineExecutor::instance())` and using Task with...
### Is your feature request related to a problem? Please describe. joining a worker node to an existing cluster running creating token failed. https://github.com/k0sproject/k0s/issues/1284 k0s seems to forbidden a single...
Hi, I found this this [publish](https://helda.helsinki.fi//bitstream/handle/10138/313642/tpc_ancs19.pdf?sequence=1#page=2&zoom=auto,-271,308) on [Glommio docs](https://www.datadoghq.com/blog/engineering/introducing-glommio/). To better understand the impact of thread-per-core I'd like to reproduce the experiment in the paper. Could you provide some information...
**Describe the bug** When no network is specified and using network_mode: host, it will use unexpected default network **To Reproduce** Steps to reproduce the behavior: ``` version: "3" services: prometheus:...