-
Notifications
You must be signed in to change notification settings - Fork 33
Dave Parfitt edited this page Dec 16, 2013
·
9 revisions
Riak MDC Replication FAQ
A system needs to be able to hold at least 1 partitions worth of keys in memory. It's a bloom filter, so probably more efficient than all keys but the partition keylist is held in memory until it is complete and shipped over. Alternatively, AAE fullsync would not have this requirement.
- No
- Yes, but very inefficiently
- look at
netstat -aoutput and see if Recv-Q and Send-Q and growing
- iperf
- yes, here are the rt puts for a single object on a sink with an n_val=3:
vnode_puts : 3
vnode_puts_total : 3
- No, puts on the sink use
disable_hooks: https://github.com/basho/riak_repl/blob/develop/src/riak_repl_util.erl#L117
- be extra darn careful about resolving siblings on either side!
- kittens die
- meh
- customers should be comfortable and educated with EC2 BEFORE using Riak EE on it
- customers should probably look at this doc first: http://docs.basho.com/riak/latest/ops/tuning/aws/