nit0906 commented on code in PR #743:
URL: https://github.com/apache/jackrabbit-oak/pull/743#discussion_r1013183233


##########
oak-search-elastic/src/main/java/org/apache/jackrabbit/oak/plugins/index/elastic/query/async/ElasticResultRowAsyncIterator.java:
##########
@@ -343,7 +341,7 @@ public void onFailure(Throwable t) {
             }
 
             LOG.error("Error retrieving data for jcr query [{}] :: 
Corresponding ES query {} : closing scanner, notifying listeners",
-                indexPlan.getFilter(), ElasticIndexUtils.toString(query), t);
+                indexPlan.getFilter(), query, t);

Review Comment:
   @fabriziofortino  - should this be query.toString() ? 



-- 
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