Skip to main content
Best practices
0 votes
2 replies
121 views

Using Go I am creating an in-memory distributed store similar to Cassandra. I have concept of storage_node with get_by_key and put_key_value. When a new node starts it starts to gossip with a seed ...
wonka's user avatar
  • 1
1 vote
0 answers
109 views

i have a problem I have made a program that uses hashicorp's memberlist gossip protocol, to connect between clients and send data. When i am running two clients on the same computer, it works just ...
Giannis Petsis's user avatar
0 votes
1 answer
102 views

I am developing a simple gossip udp system for a college project where end users should first initialize their own peer network configuration (ip:port) and also set up the network configuration for ...
JOC's user avatar
  • 83
1 vote
2 answers
616 views

I am basically wondering how big of an impact the number of seed nodes plays in network traffic. I have a 16-node cluster with 3 seed nodes and I am trying to keep the gossip-traffic as less as ...
ktzan's user avatar
  • 520
1 vote
1 answer
1k views

I have a 16-node Cassandra cluster (3.11.9) with 3 seed nodes (.54, .115 and 164), replication factor 3 and gc_grace_seconds 10 days(default). Some nodes show DN on some other nodes but on other nodes ...
ktzan's user avatar
  • 520
1 vote
1 answer
292 views

Could some one help me understand what protocol nodes use when they talk to each other at the time of write and read e.g. a Client connects to a coordinator node for write, then coordinator node ...
Rafel's user avatar
  • 23
0 votes
1 answer
216 views

I read HashGraph paper https://www.swirlds.com/downloads/SWIRLDS-TR-2016-01.pdf and view "The HashGraph Protocol" https://www.youtube.com/watch?v=BAfsN3NW2Zg&list=PLr-...
Giorgos Papaioannou's user avatar
2 votes
0 answers
406 views

I'm trying to get gossip encryption enabled on a local cluster running the bitnami/consul image. I have created the containers with CONSUL_GOSSIP_ENCRYPTION: 'true' and CONSUL_GOSSIP_ENCRYPTION_KEY ...
mike brennan's user avatar
1 vote
0 answers
304 views

I'm trying to implement a Gossip style membership protocol for an online cloud computing course assignment, and I've run into a strange issue. When members enter the network, they report to an '...
Salman Hamid's user avatar
2 votes
1 answer
1k views

I've created a network with 2orgs each one with 2peers and 1ca. After creating the network, the error that I get is: peer0.org2.example.com|2020-01-30 06:30:18.279 UTC [gossip.comm] func1 -> WARN ...
Giorgos Niotis's user avatar
0 votes
1 answer
177 views

So I've been racking my brain trying to implement a system in which computers on a network (where there are always three or more computers on the network) are able to asynchronously communicate with ...
Mav's user avatar
  • 117
1 vote
2 answers
992 views

I am very new to Cassandra and I am wondering, is it possible for Cassandra to return an inconsistent value? For example, say we have six node cluster. LOCAL_QUORUM = (replication_factor/2) + 1 ...
user avatar
2 votes
0 answers
76 views

There's something I'm trying to understand about failure detection and the gossip of the detection. A multi-jvm test I wrote seems to show that a member that has been detected as failed but still ...
DennisVDB's user avatar
  • 1,367
3 votes
0 answers
326 views

When I did nodetool gossipinfo on one of the nodes on cassandra server, I got the following output, /192.168.0.36 generation:1504926520 heartbeat:2147483647 DC:datacenter1 STATUS:shutdown,...
Satya Kishore's user avatar
0 votes
1 answer
492 views

Our cassandra cluster went down. It was not maintained properly. The nodetool status from each node is different. So, when I tried the gossip info, the generation timestamp if very old. /192.168.0.35 ...
Satya Kishore's user avatar

15 30 50 per page