redisraft
redisraft copied to clipboard
A Redis Module that make it possible to create a consistent Raft cluster from multiple Redis instances.
We are a group of researchers testing distributed protocol implementations. While testing redisraft, we encountered the following crashes (with a 3 node cluster). ## Crash 1 ------ STACK TRACE ------...
We are a group of researchers testing distributed protocol implementations. While testing redisraft, we encountered the following crashes (with a 3 node cluster). ## Crash 1 === REDIS BUG REPORT...
Following directions received on the main redis repo. Opening an issue here since we could not replicate the issue without the raft module - https://github.com/redis/redis/issues/12679 The bug occurs when closing...
We are a group of researchers testing distributed protocol implementations. While testing redisraft, we encountered the following crash (with a 3 node cluster). ``` logs for node: 1 ----- Stdout...
We are a group of researchers testing distributed protocol implementations. While testing redisraft, we encountered the following crash (with a 3 node cluster). ``` logs for node: 2 ----- Stdout...
We are a group of researchers testing distributed protocol implementations. While testing redisraft, we encountered the following crash (with a 3 node cluster). The crash occurs when invoking the redisraft...
We are a group of researchers testing distributed protocol implementations. While testing redisraft, we encountered the following crash (with a 3 node cluster). The crash occurs when first configuring the...
We are a group of researchers testing distributed protocol implementations. While testing redisraft, we encountered the following crash (with a 3 node cluster) caused when polling for connections. ``` logs...
We are a group of researchers testing distributed protocol implementations. While testing redisraft, we encountered the following crash (with a 3 node cluster) and an assertion failure. ``` logs for...
redis-benchmark with --cluster option while using redisraft with the example from in the readme (1 leader and two members) fails because there is a check that is requiring 2 or...