Results 26 issues of Phoenix

### Description about the bug Xline cluster fails to execute member add. Following the instructions in [quick_start/README.md](https://github.com/xline-kv/Xline/tree/master/doc/quick-start#membership-change), executing the member add operation on a three-node Xline cluster results in the...

bug

### Description about the bug The test case lock validation test will failed. Its log is pasted below. ### Version 0.6.1 (Default) ### Relevant log output ```shell [INFO] lock validation...

bug

### Description about the bug The `xlinectl` won't renew the lease of the lock key during the lock usage. How do we reproduce the issue? 1. start up an xline...

bug

### Description about the feature Currently, Xline only supports redirecting logs to log files. The location of the log file and its rotation settings are determined by the command line...

enhancement
good first issue

Currently, the is_conflict method in xine/src/server/command.rs is challenging to maintain, primarily due to the following reasons: ```Rust impl ConflictCheck for Command { #[inline] fn is_conflict(&self, other: &Self) -> bool {...

Improvement

When a client compacts the specific revision with the `physical` option, the KvServer will block until the compactor finishes the compaction task. However, we place the block logic in `sync_compaction_request`...

Improvement

Currently, our `gc` process mainly relies on running `gc_task` every `GC_INTERVAL`. In some extreme cases, it threatens to lose those completed-but-yet-to-sync commands. For instance, a client sends a request to...

Please help me as this is stopping me cold. In accordance with the document *[CONFIGURING THE ISCSI TARGET USING THE COMMAND LINE INTERFACE]([Configuring the iSCSI Target using the Command Line...

在代码下下来后,进入终端执行 `npm run dev`时产生了错误信息如下: $ npm run dev > @fe_korey/[email protected] dev C:\学习盘D\cv > cross-env NODE_ENV=development webpack-dev-server --hot Happy[babel]: Version: 5.0.1. Threads: 3 × 「wds」: Error: listen EADDRINUSE: address already in...

When running madsim tests with cargo-nextest, it is possible that madsim tests may be canceled by cargo-nextest due to timeouts. In such cases, the seed generated by madsim cannot be...