fabriziofortino commented on code in PR #718:
URL: https://github.com/apache/jackrabbit-oak/pull/718#discussion_r978364437


##########
oak-search-elastic/src/main/java/org/apache/jackrabbit/oak/plugins/index/elastic/ElasticIndexStatistics.java:
##########
@@ -63,6 +65,15 @@ public class ElasticIndexStatistics implements 
IndexStatistics {
     private static final LoadingCache<StatsRequestDescriptor, StatsResponse> 
STATS_CACHE =
             setupCache(MAX_SIZE, EXPIRE_SECONDS, REFRESH_SECONDS, new 
StatsCacheLoader(), null);
 
+    private static final ExecutorService refreshExecutor = new 
ThreadPoolExecutor(

Review Comment:
   this should be uppercase



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to