Repository: usergrid Updated Branches: refs/heads/master ad9d60792 -> f0ec3a903
Increase database connections for Collection module as there are a lot of async workers doing IO. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/f0ec3a90 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/f0ec3a90 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/f0ec3a90 Branch: refs/heads/master Commit: f0ec3a90320298dbed0f0e198c0f24a3b97b9c68 Parents: ad9d607 Author: Michael Russo <[email protected]> Authored: Sat Nov 19 23:02:12 2016 -0800 Committer: Michael Russo <[email protected]> Committed: Sat Nov 19 23:02:12 2016 -0800 ---------------------------------------------------------------------- .../collection/src/test/resources/dynamic-test.properties | 4 ++-- .../collection/src/test/resources/usergrid-CHOP.properties | 4 ++-- .../collection/src/test/resources/usergrid-UNIT.properties | 4 ++-- .../collection/src/test/resources/usergrid.properties | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/f0ec3a90/stack/corepersistence/collection/src/test/resources/dynamic-test.properties ---------------------------------------------------------------------- diff --git a/stack/corepersistence/collection/src/test/resources/dynamic-test.properties b/stack/corepersistence/collection/src/test/resources/dynamic-test.properties index 7f5b691..ca1a51c 100644 --- a/stack/corepersistence/collection/src/test/resources/dynamic-test.properties +++ b/stack/corepersistence/collection/src/test/resources/dynamic-test.properties @@ -1,7 +1,7 @@ # The properties are not the actual configuration properties but # safe dynamic property defaults for our testing via IDE or Maven -#cassandra.connections=30 -cassandra.timeout.pool=20000 +cassandra.connections=30 +cassandra.timeout.pool=30000 cassandra.port=9160 cassandra.hosts=localhost cassandra.cluster_name=Usergrid http://git-wip-us.apache.org/repos/asf/usergrid/blob/f0ec3a90/stack/corepersistence/collection/src/test/resources/usergrid-CHOP.properties ---------------------------------------------------------------------- diff --git a/stack/corepersistence/collection/src/test/resources/usergrid-CHOP.properties b/stack/corepersistence/collection/src/test/resources/usergrid-CHOP.properties index cd130ae..c82bf83 100644 --- a/stack/corepersistence/collection/src/test/resources/usergrid-CHOP.properties +++ b/stack/corepersistence/collection/src/test/resources/usergrid-CHOP.properties @@ -18,8 +18,8 @@ # These are for CHOP environment settings -#cassandra.connections=30 -cassandra.timeout.pool=20000 +cassandra.connections=30 +cassandra.timeout.pool=30000 cassandra.port=9160 # a comma delimited private IP address list to your chop cassandra cluster http://git-wip-us.apache.org/repos/asf/usergrid/blob/f0ec3a90/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties ---------------------------------------------------------------------- diff --git a/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties b/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties index 4dd2686..81db400 100644 --- a/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties +++ b/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties @@ -18,8 +18,8 @@ # # Keep nothing but overriding test defaults in here -#cassandra.connections=30 -cassandra.timeout.pool=20000 +cassandra.connections=30 +cassandra.timeout.pool=30000 cassandra.port=9160 cassandra.hosts=localhost cassandra.cluster_name=Usergrid http://git-wip-us.apache.org/repos/asf/usergrid/blob/f0ec3a90/stack/corepersistence/collection/src/test/resources/usergrid.properties ---------------------------------------------------------------------- diff --git a/stack/corepersistence/collection/src/test/resources/usergrid.properties b/stack/corepersistence/collection/src/test/resources/usergrid.properties index 67d0899..55376e8 100644 --- a/stack/corepersistence/collection/src/test/resources/usergrid.properties +++ b/stack/corepersistence/collection/src/test/resources/usergrid.properties @@ -31,7 +31,7 @@ usergrid.cluster.seeds=us-east\:localhost collection.uniquevalues.actors=300 collection.uniquevalues.authoritative.region=us-east -#cassandra.connections=30 -cassandra.timeout.pool=20000 +cassandra.connections=30 +cassandra.timeout.pool=30000 # --- End: Usergrid cluster/actor system settings
