devmadhuu commented on code in PR #5647:
URL: https://github.com/apache/ozone/pull/5647#discussion_r1403263471


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/recon/TestReconInsightsForDeletedDirectories.java:
##########
@@ -467,6 +463,7 @@ private void assertTableRowCount(Table<String, ?> table, 
int expectedCount,
 
   private boolean assertTableRowCount(int expectedCount,
                                       Table<String, ?> table, boolean isRecon) 
{
+    syncDataFromOM();

Review Comment:
   We should not use this call here. This method should only be used for 
assert. Use and sync wherever necessary. This assert method call being done 
from multiple callers.



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