-
### Description
Hi, everything was working fine until I decided to reduce the number of master nodes from 3 to 1, after that I see
``` E0825 09:58:36.124964 8655 memcache.go:265] couldn't get curren…
-
Hi, I have a quick question.. let's say I have a 5 nodes clusters. Let's say I don't store logs at the leader, but I store them at all the 4 followers. What is the implication during recovery? As an e…
-
I followed the steps in README and run
_go install github.com/Jille/raftadmin/cmd/raftadmin@latest_
then I met this error:_
# github.com/Jille/grpc-multi-resolver
/go/pkg/mod/github.com/!jille/grp…
-
Support for distributed deployment ?
-
### Version & Environment
Redpanda version: 23.2.3
`segment_appender::flush_ops_` is a `std::vector`. OOMed under load. Must have been hundredthousands of `flush_op`s as that struct is fairly sm…
-
Explore [Kafka Raft](https://github.com/apache/kafka/tree/3.6.0/raft) implementation and summarize the findings.
-
**Is your feature request related to a problem? Please describe.**
ETL Indexing operation is preventing con-current searching.
In its most basic form, a single indexing operation involves deleti…
-
Hey,
I recently start using gdnsd, however with bigger files I somehow managed to make gdnsd stuck in a limbo on start.
Basically gdnsd gets up, burns 100% cpu fills up the memory and then stucks …
Ne00n updated
11 months ago
-
_note: [current summary](https://github.com/Actyx/Cosmos/issues/5861#issuecomment-770993148)_
---
```
Causal consistency: If a correct replica generates or applies
update 𝑢1 before generating …
-
In the Raft consensus algorithm, "majority" refers to a majority of all configured servers in the system, regardless of whether they are currently connected or not.