Alex Chi Z.

Results 196 issues of Alex Chi Z.

https://www.skyzh.dev/posts/articles/2022-01-22-rust-type-exercise-in-database-executors/ https://www.skyzh.dev/posts/articles/2022-01-24-rust-type-exercise-in-database-executors-middle/

As discussed in https://github.com/tikv/community/pull/152, we use alphabetical order in team member json files. Therefore, we may need a style checker for this enforcement.

help wanted
good first issue

As pointed out by someone in Discord, we do not guarantee atomicity for WAL, in the case of txn commit.

docker is compatible with firewalld rules, and therefore I'd like to migrate to that firewall. Zhiyuan has been using firewalld since its upgrade to Fedora 33, and we would apply...

As for https://github.com/sjtug/mirror-docker-unified/pull/296, we should be able to check if IPv6 is really available in some container, e.g. by using prometheus.

Currently, all docker images are built offline on servers instead of packaging in advance in CI. We plan to publish all images to ghcr.io, and pull them to server.

Currently monitoring infrastructure is too old. In the future, we plan to: * open-source monitor infra * upgrade Grafana, Prometheus and ELK stack to latest version * add status page...

* 可以完整记录同步的状态(json / Redis) * 可以获取同步数据的大小 * 可以通过 REST API 暂停/开始同步(或者通过类似 lock file 之类的东西控制) * 可以热更新配置 * 可以启动容器同步 * 可以把 stdout 打到 ELK * 可以将上游、interval 等信息暴露给用户 cc @htfy96 @PhotonQuantum 有啥可以补充的吗(

enhancement

Caddyfile brings numerous issues for our site. We could leverage caddy JSON configuration scheme for better extensibility.