480 questions
0
0
answers
28
views
Why does MixCoord keep routing requests to stale QueryNodes after a Kubernetes node reboot in Milvus?
MixCoord keeps routing requests to non-existent QueryNodes after a Kubernetes worker node reboot in Milvus
I’m running a Milvus 2.5.x cluster on Kubernetes, where each worker node hosts a full set of ...
0
1
answer
397
views
Patroni/etcd can't find member list
All,
I'm new to the Patroni. I'm trying to install a Patroni with etcd system with 2 nodes--
vsa14156957 10.180.9.88
vsa14156959 10.180.8.36
The etcd and libraries looks good --
vsa14156959:/etc #...
1
vote
1
answer
128
views
patroni[etcd] not installing on ubuntu - error: subprocess-exited-with-error
the full output of cmd pip install patroni[etcd] on ubuntu, i could install it on my own windows pc, but remote linux VM not installing, i could install just patronit but i need to get both patroni ...
1
vote
1
answer
107
views
Does etcd have an environment DEFRAGMENT_ENABLE?
I have a docker compose that I run on my computer. Data compression works, this is shown in my logs. But for some reason there is run no automatic defragmentation. And that's why I wanted to clarify, ...
0
0
answers
29
views
How to make below 5 members can be elected as leader to all pods rather than one pod
func main() {
// initialize the client
etcdClient, err := client.New(client.Config{Endpoints: []string{"localhost:2379"}})
if err != nil {
log.Fatal(err)
}
defer ...
1
vote
0
answers
156
views
EFS access from ECS - ERROR: cannot access data directory: mkdir /bitnami/etcd/data: read-only file system
I am trying to use CDK to deploy an etcd image with ECS and an EFS attached to it.
In our stack we have an EFS and an ECS cluster with all the configuration.
ECS is running as root.
When deploying our ...
0
1
answer
145
views
How to close jetcd election client without errors
All client configurations work without any problems.
Election class in the Jetcd library has the following observe method,
void observe(ByteSequence electionName, Listener listener);
With this method ...
1
vote
1
answer
149
views
golang etcd grpc Call Route err: rpc error: code = Unimplemented desc = unknown service kkk.Simple
I have two grpc services, one is called simple_grpc in the etcd-example project, the other is called shop_grpc in the shop-example project, and the client project is in etcd-example-client. When I ...
0
1
answer
213
views
how can i control the number of events a namespace can save?
I want to control the number of events my tenants can create.
My ttl is 1 our, and that ok, but sometimes we have spikes in several namespaces and i am worry about etcd getting flouted if it happens ...
1
vote
1
answer
60
views
Golang API in Docker Swarm Unable to Retrieve 'users.rpc' Key from etcd, but Key Exists When Queried Directly with etcdctl
I need to deploy a Docker Swarm application stack using the go-zero framework. The architecture consists of a RESTful API service as the entry point for requests. The API then requests the RPC service ...
0
1
answer
38
views
Information sharing between two kubernetes services
I have 2 REST API services running on the same kubernetes cluster- service A and service B. Service A needs some information stored by service B in etcd. What is the best way to fetch that information?...
1
vote
1
answer
656
views
Citus + Patroni in Docker: could not change permissions of directory "/var/lib/postgresql/data": Operation not permitted
I want to set up a cluster in Docker that contains citus + patroni and the corresponding etcd for Postgres
I have this dockerfile:
FROM postgres:16
RUN apt-get update && \
apt-get install ...
1
vote
0
answers
65
views
Can etcd watcher read older events?
Can etcd 3.5 watcher read older events? If yes, how? I inserted a few thousand key/values in etcd 3.5 and brought the revision to 75,000. But when I start the watcher to watch from revision 1000, I ...
0
0
answers
309
views
Permission denied when mount persistent volume in kubernetes with etcd
This is my deployment:
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
kompose.cmd: kompose convert -f ../docker-compose.yml
kompose.version: 1.24.0 (4a2a0458)
...
1
vote
2
answers
8k
views
patroni cluster has no leader
I'm setting up a Patroni cluster and facing an issue where both nodes remain in the 'stopped' state, and the logs indicate that the system is waiting for a leader to bootstrap. Here is the output when ...