raju-balpande commented on code in PR #6223:
URL: https://github.com/apache/ozone/pull/6223#discussion_r1511149805


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/recon/TestReconTasks.java:
##########
@@ -74,21 +80,22 @@ public void init() throws Exception {
 
     conf.set("ozone.scm.stale.node.interval", "6s");
     conf.set("ozone.scm.dead.node.interval", "8s");
-    cluster =  MiniOzoneCluster.newBuilder(conf).setNumDatanodes(1)
+    cluster =  MiniOzoneCluster.newBuilder(conf).setNumDatanodes(3)

Review Comment:
   With 1 datanode it was working fine in local but was getting stuck in a wait 
condition in CI. After multiple such tries I found the CI working when we 
switch to 3 datanodes.
   
   The performance after changes can be viewed in 
https://github.com/raju-balpande/apache_ozone/actions/runs/8091976415/job/22112283975
   
   <img width="1249" alt="image" 
src="https://github.com/apache/ozone/assets/146973984/9dbe2dcc-b6db-460e-95e3-29c1c8ea96bf";>
   
   and previously it was  
https://github.com/raju-balpande/apache_ozone/actions/runs/7843423779/job/21404234425
 
   <img width="1236" alt="image" 
src="https://github.com/apache/ozone/assets/146973984/c51f2f93-5f27-4fee-b5c0-2ef2b174d09c";>
   



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