You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2015/06/09 18:16:44 UTC

[4/6] incubator-usergrid git commit: core passing

core passing


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

Branch: refs/heads/USERGRID-652
Commit: ec3060b9966fdace55579a04d568ea8c4ba6bd4a
Parents: 9af1637
Author: Shawn Feldman <sf...@apache.org>
Authored: Mon Jun 8 17:49:25 2015 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Mon Jun 8 17:49:25 2015 -0600

----------------------------------------------------------------------
 .../apache/usergrid/persistence/index/impl/EsEntityIndexImpl.java  | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/ec3060b9/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/impl/EsEntityIndexImpl.java
----------------------------------------------------------------------
diff --git a/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/impl/EsEntityIndexImpl.java b/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/impl/EsEntityIndexImpl.java
index 1fd20e9..ea11b7f 100644
--- a/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/impl/EsEntityIndexImpl.java
+++ b/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/impl/EsEntityIndexImpl.java
@@ -169,8 +169,6 @@ public class EsEntityIndexImpl implements AliasedEntityIndex,VersionedData {
         final int numberOfShards = indexFig.getNumberOfShards();
         final int numberOfReplicas = indexFig.getNumberOfReplicas();
 
-        aliasCache.invalidate(alias);
-
         if (shouldInitialize()) {
             addIndex( null, numberOfShards, numberOfReplicas, indexFig.getWriteConsistencyLevel() );
         }