Daniilchik commented on PR #7343:
URL: https://github.com/apache/ozone/pull/7343#issuecomment-2447582589

   @adoroszlai 
   I have been working on this issue for the past few days and have some 
updates. First of all, there was an issue with unclosed containers. Then I 
discovered that there were also problems with closing pipelines, but fixing 
that didn’t resolve the issue. Additionally, I found that creating `3` keys 
instead of `5` allows the tests to run without failures (I tested this by 
running 10 split tests). I also tried increasing timeouts in the tests to avoid 
cases where containers did not have enough time to close, but this also didn’t 
affect the outcome. Summing up, it appears that the problem may lie in the 
container balancer itself, not in the test configuration, as one out of ten 
tests still consistently fails. The only solution I see at the moment is to 
create 3 keys in the EC test and set the `LOWER` and `UPPER` limits accordingly.


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