Skip to content

Instantly share code, notes, and snippets.

@piroor
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piroor/c0326a61076798b2f105 to your computer and use it in GitHub Desktop.
Save piroor/c0326a61076798b2f105 to your computer and use it in GitHub Desktop.
Droongaの分散処理を支える技術:マスター無しでのクラスタ管理 ref: http://qiita.com/piroor/items/20caac6e66ea228585e9
{ "version": 3,
"datasets": {
"Default": {
"volume": { "replicas": [
{ "slices": [
{ "volume": { "replicas": [
{ "address": "node0:10031/droonga.000" },
{ "address": "node1:10031/droonga.000" }
] } },
{ "volume": { "replicas": [
{ "address": "node2:10031/droonga.000" },
{ "address": "node3:10031/droonga.000" }
] } },
{ "volume": { "replicas": [
{ "address": "node4:10031/droonga.000" },
{ "address": "node5:10031/droonga.000" }
] } }
] },
{ "slices": [
{ "volume": { "replicas": [
{ "address": "node6:10031/droonga.000" },
{ "address": "node7:10031/droonga.000" }
] } },
{ "volume": { "replicas": [
{ "address": "node8:10031/droonga.000" },
{ "address": "node9:10031/droonga.000" }
] } }
] }
] }
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment