Netflix / dynomite

A generic dynamo implementation for different k-v storage engines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Help is needed for failover problems

Wlitsoft opened this issue · comments

hi,
I'm using dyno to concurrently request Dynomite
Environment configuration: Three racks with three tokens (One of the hosts simulates a rack with three port )

  1. Hard shut down the local rack to simulate the failure, and found that the cluster returned to normal in about 80 seconds.

  2. Hard shut down any remote rack and some errors caused the dynomite instance to exit.
    _MSG_GET :302 Escort # MSGS 1000000 hit Max limit
    Req_forward_all_local_racks :660 whelp, looks like yer Screwed Now, barry. no inter-rack messages for you!

a configuration:
dyn_o_mite:
env: network
datacenter: dc
rack: rack1
dyn_listen: xx.xx.1:8101
dyn_seeds:
- xx.xx.1:8201:rack1:dc:1431655765
- xx.xx.1:8301:rack1:dc:2863311530
- xx.xx.2:8101:rack2:dc:0
- xx.xx.2:8201:rack2:dc:1431655765
- xx.xx.2:8301:rack2:dc:2863311530
- xx.xx.3:8101:rack3:dc:0
- xx.xx.3:8201:rack3:dc:1431655765
- xx.xx.3:8301:rack3:dc:2863311530
listen: xx.xx.1:8102
servers:
- 127.0.0.1:7200:1
tokens: 0
secure_server_option: none
data_store: 0
stats_listen: xx.xx.1:22221
read_consistency: dc_quorum
write_consistency: dc_quorum
max_msgs: 1000000

please help me with this .thanks!!

That seems like a very old error message. What version of Dynomite are you using? The latest version is v0.6.21-rc2.