-
Notifications
You must be signed in to change notification settings - Fork 33
Dave Parfitt edited this page Nov 14, 2013
·
9 revisions
Riak MDC Replication FAQ
- Can fullsync replication run between clusters having rings of different sizes?
- No
- Can realtime replication run between clusters having different n values?
- Yes, but very inefficiently
- How can it be determined if backpressure is being applied during replication?
- look at
netstat -aoutput and see if Recv-Q and Send-Q and growing
- look at
- How can network performance between source + sink be measured
- iperf
- Do replicated puts show up in
riak-admin statusstats?- 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
- see also:
https://github.com/basho/riak_repl/blob/develop/src/riak_repl_util.erl#L109
-
Do bucket hooks on the sink fire?
- No, puts on the sink use
disable_hooks: https://github.com/basho/riak_repl/blob/develop/src/riak_repl_util.erl#L117
- No, puts on the sink use
-
What happens when the same keys are written into both source and sink?
- kittens die