Netflix / dynomite

A generic dynamo implementation for different k-v storage engines
Apache License 2.0
4.2k stars 532 forks source link

dynomite cluster is not replicating between two data centers #790

Closed venkatasivamadala closed 3 years ago

venkatasivamadala commented 3 years ago

I have 10 nodes per rack and one rack per dc.

dc_east4 - rack1 - 10 nodes dc_central1 - rack2 - 10 nodes

Replication is not happening between datacenters. Please tell if I am doing anything wrong with the configuration. dyn_o_mite: data_store: '0' datacenter: dc_east4 dyn_listen: 0.0.0.0:8101 dyn_port: 8101 dyn_seed_provider: simple_provider dyn_seeds:

venkatasivamadala commented 3 years ago

@ipapapa Can you help? Working with two nodes per DC, but replication is not working with similar configuration with 10 nodes per DC.

ipapapa commented 3 years ago

From what I see you are using 1 per datacenter. I do not see any major issues. A few things to keep an eye on:

I would recommend increasing the verbosity level and see what are the printed errors that cause the issue.

venkatasivamadala commented 3 years ago

@ipapapa Thanks for the update. Replication was not working for few nodes. Found out the issue is with encryption, so taken out the pem_key_file and it worked.