JackyWoo
JackyWoo
### Description Right now the only way to introspect RaftKeeper is 4lw command which is based on Zookeeper 3.5. We fould the metrics is too simple to known what is...
### Description Add slow request statistic to `mntr` command. You can add a new settings such as `slow_request_thredshold_ms` to identify slow request. ### Are you willing to submit PR?
### Description There are many high performance hash map implementations and here is a [testing](https://martin.ankerl.com/2022/08/27/hashmap-bench-01/#benchmark-results-table). We can test them for data tree. ### Are you willing to submit PR? /cc...
### RaftKeeper version v2.0.4 ### Description `test_session/test.py::test_reconnection` is flaky which is only found in `tsan` testing group. [details ](https://pipelinesghubeus25.actions.githubusercontent.com/RHtCufxjqcU6iKxEDP8fQ0Ebgt5RZ6E93ABDW0iYsdnMdZDU5u/_apis/pipelines/1/runs/1978/signedlogcontent/2?urlExpires=2024-01-19T02%3A54%3A52.1075602Z&urlSigningMethod=HMACV1&urlSignature=lq9fNnUGoA0LLV9mZCePDxSGdiTRWcHVBCxU0clLsgM%3D) ``` 2024-01-18T10:28:42.9555805Z 2024.01.18 10:22:03.189483 [ 187 ] SocketReactor: Dispatch event read...
### RaftKeeper version v2.0.4 ### Description Logical error: 'Session response callback with id 0x7 has already registered when reconnecting. ``` 2024-01-15T03:45:41.1263562Z 2024.01.15 03:38:46.941590 [ 168 ] NuRaft: socket 0x7b4800000618 to...
Problems and issues with code of RaftKeeper. If this doesn’t look right, choose a [choose a different type.](https://github.com/JDRaftKeeper/RaftKeeper/issues/new) Fields marked with an asterisk (*) are required. Thank you very much...
If this doesn’t look right, [choose a different type.](https://github.com/JDRaftKeeper/RaftKeeper/issues/new) ### Describe your ideas Support work with apache Pulsar. see #34 Tasks: - [ ] Add `AddWatch` command - [ ]...
We appreciate any contributions from developers who are passionate about our project. We have some easy tasks that you can work on to get started. These tasks are a great...
**Description** Add some limitations to protect system, such as max_node_child_size, max_node_deepth etc. **Solution** Make the limitations confiurable. Below are some limitations: ``` max_node_child_size : max child size for a node...
Rightnow there is only bug template. I think we should add more types of issue template, such as: enhancement, question, features.