issues
search
lablup
/
raftify
Experimental High level Raft framework
https://docs.rs/raftify/latest/raftify
Apache License 2.0
36
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Implement membership change integration tests
#176
jopemachine
opened
1 month ago
0
Consolidate feature management across crates for easier configuration
#175
jopemachine
opened
1 month ago
0
Add arbitrary range's snapshot creation logic to log storages
#174
jopemachine
opened
1 month ago
0
Add unit tests for `MemStorage`
#173
jopemachine
opened
1 month ago
0
Support mixed `AddNode` and `RemoveNode` for ConfChangeV2 request
#172
jopemachine
opened
1 month ago
0
Support TLS encrypted `debug_node` gRPC call in `describe node` CLI command
#171
jopemachine
opened
1 month ago
0
Apply code formatting and lint checks to `raftify-py` and `raftify-cli` packages
#170
jopemachine
opened
1 month ago
0
Support machine-parsable output format in `describe` CLI command
#169
jopemachine
opened
1 month ago
0
refactor: Replace `debug` commands with `describe` commands
#168
jopemachine
closed
1 month ago
0
Implement cluster bootstrap from existing logs and snapshot integration test
#167
jopemachine
opened
1 month ago
0
Intermittent failure in leader election tests
#166
jopemachine
opened
1 month ago
0
Cargo test failure on macOS
#165
jopemachine
opened
1 month ago
0
Add persistent storage based FSM example and integrate tests
#164
jopemachine
opened
1 month ago
0
feat: Introduce `pretty_assertions` to integration tests
#163
Devansh-Negi3839
closed
1 week ago
3
feat: Node.js binding PoC
#162
jopemachine
opened
1 month ago
0
feat: Define custom `raftify-cli` --version command
#161
CHOUMnote
closed
1 month ago
1
Use `pretty_assertions` in intergration tests
#160
jopemachine
opened
1 month ago
3
feat: Implement metadata pretty print
#159
jopemachine
closed
1 month ago
0
feat: Implement integration test parallel execution based on dockerizing each test
#158
jopemachine
closed
1 month ago
0
feat: Implement integration test parallel execution
#157
jopemachine
closed
1 month ago
0
Consider to use `anyhow` for better error reporting in example code
#156
jopemachine
opened
1 month ago
0
Define custom `raftify-cli --version` command
#155
jopemachine
closed
1 month ago
0
Node removed from cluster fails to terminate disrupting cluster operations when `tick_interval` is 0.1
#154
jollidah
opened
1 month ago
0
Introduce change log management
#153
jopemachine
opened
1 month ago
0
Pretty print metadata in `debug persisted` CLI
#152
jopemachine
closed
1 month ago
0
feat: Pretty print persisted log entries in CLI
#151
why-arong
closed
1 month ago
2
feat: Optimize docker image building
#150
CHOUMnote
closed
1 month ago
1
feat: Auto-generate python type hint file using `pyo3-stub-gen`
#149
why-arong
opened
1 month ago
1
feat: Add code lint, formatting check in CI
#148
CHOUMnote
closed
1 month ago
1
fix: Correct wrong `GET` http method usage in example code
#147
TaskerJang
closed
1 month ago
3
feat: Implement Test Runner workflow for Windows
#146
jyc0011
closed
1 month ago
4
feat: Implement test Runner workflow for Windows
#145
jyc0011
closed
1 month ago
3
Add build test per feature in CI
#144
jopemachine
opened
1 month ago
0
feat: Implement config loader
#143
jopemachine
closed
1 month ago
2
feat: Replace the build_config() in the example code with config.toml
#142
jyc0011
closed
1 month ago
1
Add `--storage-type` option in CLI
#141
jopemachine
opened
1 month ago
0
Add configuration for each Log Storage
#140
jopemachine
opened
1 month ago
0
feat: Support TLS config
#139
jopemachine
closed
1 month ago
0
Replace the `build_config()` in the example code with `config.toml`
#138
jopemachine
closed
1 month ago
0
feat: Add `omit_heartbeat_log` parameter for python binding
#137
broccolism
closed
1 month ago
3
Writing performance benchmark tests for each log storage type
#136
jopemachine
opened
1 month ago
0
Refactor `raftify-py`, `raftify-cli` build, release workflow
#135
jopemachine
opened
1 month ago
0
Write CI test to prevent crate version mismatch
#134
jopemachine
opened
1 month ago
1
Add the log storage variable as `Raft::bootstrap()` parameter
#133
jopemachine
closed
1 month ago
1
Print additional information of the special type entry in `log debug` CLI commands
#132
jopemachine
opened
1 month ago
0
Add log directory mount option to `docker-compose` config example
#131
jopemachine
opened
1 month ago
0
feat: Add `docker-compose` setup config for example code
#130
CHOUMnote
closed
1 month ago
1
feat: Add pre-commit hooks for code formatting, linting
#129
why-arong
closed
1 month ago
4
feat: Disallow to overwrite compacted raft logs
#128
inchori
closed
1 month ago
4
Compare the `first_index` when appending the entries to compacted log storage
#127
inchori
closed
1 month ago
2
Next