ChenSammi commented on code in PR #4540:
URL: https://github.com/apache/ozone/pull/4540#discussion_r1192102954


##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/solr/SolrUtil.java:
##########
@@ -252,52 +255,62 @@ private void 
updateBucketSize(EntityReadAccessHeatMapResponse bucket,
     bucket.setSize(bucket.getSize() + keySize);
   }
 
-  public void queryLogs(String path, String entityType, String startDate,
-                        SolrHttpClient solrHttpClient) {
+  public AtomicReference<EntityReadAccessHeatMapResponse>

Review Comment:
   Hi @devmadhuu, since we return the result, I think we can just return 
EntityReadAccessHeatMapResponse instead of an AtomicReference.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to