From 0c8f0fa34e3c4dbfdd8d61031b98fdc3791de4b1 Mon Sep 17 00:00:00 2001 From: Abhinay Nagpal Date: Thu, 13 Jun 2013 16:22:51 -0700 Subject: [PATCH] Fixed systemstore constants and got rid of the superfluous zone rep factor --- .../voldemort/store/system/SystemStoreConstants.java | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/java/voldemort/store/system/SystemStoreConstants.java b/src/java/voldemort/store/system/SystemStoreConstants.java index c0034721ea..1090eeb482 100644 --- a/src/java/voldemort/store/system/SystemStoreConstants.java +++ b/src/java/voldemort/store/system/SystemStoreConstants.java @@ -37,8 +37,7 @@ public static enum SystemStoreName { voldsys$_metadata_version_persistence; } - // TODO: Verify that this hard coded system store works in three zones - // and/or extend it to have zone 2. + // The route to all strategy does not bother about zones or rep factor public static final String SYSTEM_STORE_SCHEMA = "" + " " + " voldsys$_client_registry" @@ -46,11 +45,7 @@ public static enum SystemStoreName { + " proximity-handoff" + " memory" + " client" - + " 4" - + " " - + " 2" - + " 2" - + " " + + " 1" + " 1" + " 1" + " "