Created
December 12, 2018 17:43
-
-
Save chewbranca/055d50be1173cb016982b21aa2c3674e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rr(mem3_shards), | |
SyncShard = fun(ShardName) -> | |
Shards = mem_shards:for_shard_name(ShardName), | |
[rpc:call(S1#shard.node, mem3_sync, push, [S1, S2#shard.node]) || S1 <- Shards, S2 <- Shards, S1 =/= S2] | |
end. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment