adoroszlai opened a new pull request, #9444:
URL: https://github.com/apache/ozone/pull/9444

   ## What changes were proposed in this pull request?
   
   Fix (frequent) timeout:
   
   ```
   FSO Bucket Can Be Created and Used                                    | FAIL 
|
   Test timeout 5 minutes exceeded.
   --
   xcompat-cluster-2.0.0-client-2.0.0-write :: Write Compatibility       | FAIL 
|
   12 tests, 11 passed, 1 failed
   --
   ERROR: Test execution of xcompat/test-old.sh is FAILED!!!!
   ```
   
   due to:
   
   ```
   VolumeUsage: Both hdds.datanode.volume.min.free.space and 
hdds.datanode.volume.min.free.space.percent are set. Set either one, not both. 
If both are set,it will use default value which is 5GB as min free space
   CapacityVolumeChoosingPolicy: No volumes have enough space for a new 
container.  Most available space: 5170882636 bytes; required space: 1073741824, 
volumes: {/data/hdds/hdds=free: 7318355911, committed: 2147473275}
   ```
   
   caused by the config added in HDDS-14080.
   
   https://issues.apache.org/jira/browse/HDDS-14093
   
   ## How was this patch tested?
   
   CI:
   https://github.com/adoroszlai/ozone/actions/runs/19975562704/job/57291598987
   
   Repeated `compat-old` run:
   https://github.com/adoroszlai/ozone/actions/runs/19975597286


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