summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/README
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-01-19 13:30:58 +0100
committerJon Bratseth <bratseth@yahoo-inc.com>2017-01-19 13:30:58 +0100
commitd9a6d0885f91838bc98e38f7a98729dd0d97846b (patch)
tree60ff343c7b8b7f8b048a061b88ec935991254d8d /clustercontroller-core/README
parent6999811bff537b554ac7084247e50655466f6345 (diff)
Add/improve README's
Diffstat (limited to 'clustercontroller-core/README')
-rw-r--r--clustercontroller-core/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/clustercontroller-core/README b/clustercontroller-core/README
new file mode 100644
index 00000000000..24dd50547e1
--- /dev/null
+++ b/clustercontroller-core/README
@@ -0,0 +1,5 @@
+Core Java library for the Cluster Controller.
+
+The Cluster Controller makes and publish singular decisions about node states in content clusters,
+using ZooKeeper for leader election. Node state decisions must be singular because
+they decide bucket mastering (distributor node) and storage (storage node) distribution.