fatedier
fatedier
In the early stage of development, i choose INI as configure format because it looks simple and easy to write. However, with the increase of project complexity, INI can't describe...
当多个 worker 之间的传输速率不一致时,由于缓冲区大小有限,若窗口最前面的包 block 在慢速的 worker 中,需要等这些包传输完成后才能释放缓冲区的空间,导致整体传输速度变慢。
- [x] 传输进度显示。 - [x] fftw 限速。 - [ ] token 校验。 - [x] 传输加密。 - [ ] 传输压缩。 - [x] sender 和 receiver 之间支持 ack 确认。 - [x] 支持设置缓冲区大小,缓冲区满时不再读取。...
**Please provide a description of this PR:** Fix https://github.com/istio/istio/issues/41114
### Bug Description Someone's feedback: > Hi folks, we’re experiencing a weird issue with TCP connections leak on the PassthroughCluster. The client is a redis client (raw TCP) and it...
通过 `/auto-merge` 命令打上 `merge-after-ci-success` 标签,对于这样的 PR 如果 ci 通过后就可以自动合并。
目前一个 precondition 中的所有条件是与的关系,多个 precondition 是或的关系。 对于一个 precondition 中的数组,需要能够支持配置与的判断逻辑。
一个 group 包含多个 user。 在 plugin 的配置中可以指定 group,避免频繁配置所有 user。
例如 pull_request_review/approve