search change
Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/9800b23d Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/9800b23d Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/9800b23d Branch: refs/heads/USERGRID-347 Commit: 9800b23de03a6663167bee41f5c6fb91127acd39 Parents: 336c222 Author: Shawn Feldman <[email protected]> Authored: Fri Mar 20 11:31:54 2015 -0600 Committer: Shawn Feldman <[email protected]> Committed: Fri Mar 20 11:31:54 2015 -0600 ---------------------------------------------------------------------- .../apache/usergrid/persistence/index/impl/EsEntityIndexImpl.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/9800b23d/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 2be3e51..8bdd663 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 @@ -327,6 +327,7 @@ public class EsEntityIndexImpl implements AliasedEntityIndex { public void refresh() { + refreshIndexMeter.mark(); final Timer.Context timeRefreshIndex = refreshTimer.time(); BetterFuture future = indexBatchBufferProducer.put(new IndexOperationMessage());
