You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2014/10/16 06:30:57 UTC

[1/2] git commit: Fixes issue with setup not creating indexes correctly

Repository: incubator-usergrid
Updated Branches:
  refs/heads/cloudformation-update c9ac3e27a -> c920eca03


Fixes issue with setup not creating indexes correctly


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

Branch: refs/heads/cloudformation-update
Commit: dbdba300d9f690cfa6fd7738bc58955488b177ba
Parents: d52ad4c
Author: Todd Nine <to...@apache.org>
Authored: Wed Oct 15 22:28:48 2014 -0600
Committer: Todd Nine <to...@apache.org>
Committed: Wed Oct 15 22:28:48 2014 -0600

----------------------------------------------------------------------
 .../main/java/org/apache/usergrid/corepersistence/CpSetup.java    | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/dbdba300/stack/core/src/main/java/org/apache/usergrid/corepersistence/CpSetup.java
----------------------------------------------------------------------
diff --git a/stack/core/src/main/java/org/apache/usergrid/corepersistence/CpSetup.java b/stack/core/src/main/java/org/apache/usergrid/corepersistence/CpSetup.java
index 9063775..c1bab12 100644
--- a/stack/core/src/main/java/org/apache/usergrid/corepersistence/CpSetup.java
+++ b/stack/core/src/main/java/org/apache/usergrid/corepersistence/CpSetup.java
@@ -156,6 +156,9 @@ public class CpSetup implements Setup {
 
         setupStaticKeyspace();
 
+        //force the EMF creation of indexes before creating the default applications
+        emf.refreshIndex();
+
         createDefaultApplications();
     }
 


[2/2] git commit: Merge branch 'two-dot-o' into cloudformation-update

Posted by to...@apache.org.
Merge branch 'two-dot-o' into cloudformation-update


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

Branch: refs/heads/cloudformation-update
Commit: c920eca03621a7cf94d75d105be1e46418cd6464
Parents: c9ac3e2 dbdba30
Author: Todd Nine <to...@apache.org>
Authored: Wed Oct 15 22:30:48 2014 -0600
Committer: Todd Nine <to...@apache.org>
Committed: Wed Oct 15 22:30:48 2014 -0600

----------------------------------------------------------------------
 .../main/java/org/apache/usergrid/corepersistence/CpSetup.java    | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------