Github user shawnfeldman commented on commit 
b545c0e4715d458f7e6b5c1cfa0e96a1f86068b2:

    
https://github.com/apache/incubator-usergrid/commit/b545c0e4715d458f7e6b5c1cfa0e96a1f86068b2#commitcomment-8898088
  
    In 
stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/impl/EsIndexCache.java:
    In 
stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/impl/EsIndexCache.java
 on line 58:
    the base implementation just calls load.  is that not correct?
      @GwtIncompatible("Futures")
      public ListenableFuture<V> reload(K key, V oldValue) throws Exception {
        checkNotNull(key);
        checkNotNull(oldValue);
        return Futures.immediateFuture(load(key));
      }


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to