Daniel Potapov

Results 11 comments of Daniel Potapov

UPD: after restoring from backups, the prod cluster was working for awhile and run into "has NO quorum, stalled".

It seems AWS ECS Fargate supports only EFS volumes. My project likely won't justify using EC2 instances + EBS... Regardless of the storage layer, it feels that the clustering mechanism...

> What aspects of clustering do you think need attention? I'd like to see that NATS restores itself to a working state (assuming there will be a partial data loss).

Could you please clarify what do you mean by R2/R3? Is it number of replicas per stream or cluster node size? My cluster has 3 nodes and all streams have...

I think I've found a relevant doc article: > A stream's replication factor (R, often referred to as the number 'Replicas') determines how many places it is stored > allowing...

That's not what I'm observing. I just did few more experiments. 1. Start new cluster with 3 nodes 2. Create a stream with 3 replicas 3. Put random data in...

I keep using NATS v2.7.0 on AWS Fargate containers with EFS backend (I know I know, Nats team doesn't recommend it) and few days ago I run into a clustering...

I've decided to give it a try (running Trident under Nomad) and... it didn't work. Here is a Nomad job file I wrote (it can be used as a minimal...

from v1.1.4 servers and clients are amd64 VMs I guess updating the nomad version on client should help...

Not sure if I could accommodate some time for making PRs in the near future, though I'm definitely willing to contribute at some point.