Liang Zheng
Liang Zheng
go mod
Signed-off-by: Liang Zheng
[Question] Does high availability postgreSQL clusters support `hostpath` storage like etcd storage?
Hi, does high availability postgreSQL clusters support `hostpath` storage like etcd storage? For example, there have three nodes to setup HA cluster, and every node uses its local path as...
1. Eliminate possible memory leaks of timer. 2. Eliminate duplicated events between udev events and kernel events. 3. Empty struct have the lowest size. Signed-off-by: Liang Zheng **Description of your...
Based on [pkg-constants](https://pkg.go.dev/encoding/binary#pkg-constants), the `maxHeaderSize` should be 22=5+5+10+1+1, which is discussed on [Why is the `maxHeaderSize` 21 and not 22?](https://discuss.dgraph.io/t/why-is-the-maxheadersize-21-and-not-22/17644) Signed-off-by: Liang Zheng
**Is this a bug report or feature request?** * Bug Report one osd crash with the following trace: ``` 3142 /home/jenkins-build/build/workspace/ceph-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigan tic/release/16.2.10/rpm/el8/BUILD/ceph-16.2.10/src/kv/RocksDBStore.cc: In function 'bool WholeMergeIteratorImpl::is_main_smaller()' thr ead 7fb92c9d6200 time...
**Is this a bug report or feature request?** * Bug Report **Deviation from expected behavior:** Under normal circumstances, only 6 osds should be created, but currently 7 are created, and...
# Describe the bug # A clear and concise description of what the bug is. # Environment details # - Image/version of Ceph CSI driver : `cephcsi:v3.5.1` - Helm chart...
I want to build `ccls` in centos 7.9, then I enable the llvm toolset and devtools. The following is the version of gcc, clang and cmake. ```console 🍺 /root/go/src/github.com/ccls ☞...
When push artifacts to the project we met a lot of errors, `no response`, `500 Internal Server Error`, `502 Bad Gateway`, `http: proxy error: context canceled` or other errors. The...
As the cache data gradually grows, how to setup lifecycle rule for s3 backend for bazel remote cache, and without reducing build speed?