Fix the default consistency level settings in properties.  The fig (e.g. 
CassandraFig) will only use its default if there was no java prop set already.


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/e03354f6
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/e03354f6
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/e03354f6

Branch: refs/heads/USERGRID-1047
Commit: e03354f60bc1174056ced91926172fdf004bec33
Parents: cf3d6a3
Author: Michael Russo <michaelaru...@gmail.com>
Authored: Sun Jan 17 17:10:48 2016 -0800
Committer: Michael Russo <michaelaru...@gmail.com>
Committed: Sun Jan 17 17:10:48 2016 -0800

----------------------------------------------------------------------
 .../config/src/main/resources/usergrid-default.properties | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/e03354f6/stack/config/src/main/resources/usergrid-default.properties
----------------------------------------------------------------------
diff --git a/stack/config/src/main/resources/usergrid-default.properties 
b/stack/config/src/main/resources/usergrid-default.properties
index 39ae84e..cac7898 100644
--- a/stack/config/src/main/resources/usergrid-default.properties
+++ b/stack/config/src/main/resources/usergrid-default.properties
@@ -134,19 +134,19 @@ cassandra.password=
 
 # Set the read consistency level.  This is the default Usergrid read 
consistency.
 #
-cassandra.readcl=QUORUM
-usergrid.read.cl=CL_QUORUM
+cassandra.readcl=LOCAL_QUORUM
+usergrid.read.cl=CL_LOCAL_QUORUM
 
 # Set the write consistency level.  This is the default Usergrid write 
consistency.
 #
-cassandra.writecl=QUORUM
-usergrid.write.cl=CL_QUORUM
+cassandra.writecl=LOCAL_QUORUM
+usergrid.write.cl=CL_LOCAL_QUORUM
 
 # Set an additional strict read consistency level.  When choosing to perform a
 # consistent read from Usergrid, this is the consistency level used when 
reading
 # from Cassandra.  Used only with astyanax client.
 #
-#usergrid.consistent.read.cl=CL_LOCAL_QUORUM
+#usergrid.consistent.read.cl=CL_QUORUM
 
 
 # Set the timeout used when writing unique values and logs to the datastore. 
(in seconds).

Reply via email to