Skip to main content
-3 votes
0 answers
43 views

We maintain multiple counters where each incoming request increments or decrements one or more counters. These counters are bounded by a max value, once that is reached, we reject the requests. ...
0 votes
0 answers
28 views

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 votes
1 answer
55 views

I've got a lot of applications, each one have her own log. I'm typically in a distributed logs problematic. To resolve this problematic, I'm using : Brave / Spring Sleuth to generate trace and span ...
3 votes
3 answers
3k views

We have multiple instances of Ofbiz/Opentaps running. All the instances talk to the same database. There are many tables that are rarely updated hence they are cached and all the instances maintain ...
2 votes
1 answer
628 views

Using flower I can cancel or add consumer for particular worker on particular node. However using CLI, I fail and getting this error: Error: No nodes replied within time constraint. This is the ...
0 votes
0 answers
52 views

I created a 5 GPU Cluster using three nodes/machines locally using the tensorflow.distributed.MultiWorkerMirrored Strategy. One machine has the Apple M1 Pro Metals GPU, the other two nodes has NVIDIA ...
24 votes
7 answers
82k views

I am currently working on a project using Hadoop DFS. I notice there is no search or find command in Hadoop Shell. Is there a way to search and find a file (e.g. testfile.doc) in Hadoop DFS? Does ...
32 votes
2 answers
21k views

I am getting my foot into contracting and have had today my first round interview for a contractor position. I have passed it however I was told - being mainly a UI developer - I only covered the ...
32 votes
12 answers
11k views

I think I've become quite good at the basics of programming (for a variety of languages). I can write a good line of code. I can write a good method. I can write a good class. I can write a good ...
1 vote
3 answers
882 views

In the book "Designing Data-Intensive Applications. The Big Ideas Behind Reliable, Scalable and Maintainable Systems", we can read regarding Sloppy Quorum : However, this means that even ...
12 votes
2 answers
5k views

Assume data is stored the same in database and in distributed cache (.i.e. no join needed), is it still relevant that distributed cache much faster than accessing database directly? As far as I ...
2 votes
2 answers
230 views

Imagine a 3 node raft cluster. Each node is in sync has log [1,2,3] and entry 3 is committed by the leader. Now leader receives an entry 4 but fails to commit it because of unreliable network and ...
120 votes
6 answers
105k views

I'm learning about Kafka, reading the introduction section here https://kafka.apache.org/documentation.html#introduction specifically the portion about Consumers. In the second to last paragraph in ...
0 votes
0 answers
44 views

I don't seem to understand how clusters work in the parameterServerStrategy in TensorFlow, and I need some clarifications. I have read this tutorial, but they don't mention or explain clearly how to ...
0 votes
0 answers
82 views

I implemented an algorithm in a Decentralized Federated Learning (DFL) environment. When I experimented with MNIST and Fashion-MNIST, I achieved an accuracy of 80–90%. However, when testing with CIFAR-...

15 30 50 per page
1
2 3 4 5
149