GreyCode
GreyCode
 more 000XXX.log files arise after each query. What cause it? and how can i delete it? like set_keep_log_file_num to limit number of LOG.old file.
I am writing some CLI functions and find a new situation to cause deletions back with release 4.4.1. Quite similar to #127. So, I still use example in #127: ```...
Hi, any suggestion about this? Otherwise can't pass Database struct through state using axum.
Hi, when I invoked disconnect_from_ceph() statement, crashed with below error: `/build/ceph-bPjZn9/ceph-15.2.17/src/common/config_proxy.h: In function 'void ceph::common::ConfigProxy::call_gate_close(ceph::common::ConfigProxy::md_config_obs_t*)' thread 7fe45e543700 time 2023-04-27T17:20:13.539000+0800 /build/ceph-bPjZn9/ceph-15.2.17/src/common/config_proxy.h: 71: FAILED ceph_assert(p != obs_call_gate.end()) ceph version 15.2.17 (8a82819d84cf884bd39c17e3236e0632ac146dc4) octopus...
I follow /example/build_buildkit.rs with bollard = { version = "0.16.0", features = ["buildkit"] }, but #[cfg(feature = "buildkit")] statement shows error: code is inactive due to #[cfg] directives: feature =...