nfsantos opened a new pull request, #2442: URL: https://github.com/apache/jackrabbit-oak/pull/2442
- Print timings on success at DEBUG level and on failure at ERROR level. Example: ``` 16:14:21.608 DEBUG [ForkJoinPool.commonPool-worker-1] ElasticStatisticalFacetAsyncProvider.java:132 Facet computation times: {query: 46 ms, processAggregations: 0 ms, filterByAcl: 5 ms, processHits: 0 ms, computeStatisticalFacets: 0 ms}. Total hits: 4001, samples: 1000 ``` - Cancel ES search request if consumer times out waiting for results. - Simplify logic by removing CountdownLatch and using instead the search future to wait for completion of ES request. -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org