symious opened a new pull request, #3272:
URL: https://github.com/apache/ozone/pull/3272
## What changes were proposed in this pull request?
The scenario is as follows:
1. ContainerBalancer trying to move the following containers:
1. container 1, took 20 minutes
1. container 2, took 40 minutes
1. container 3, took 60 minutes
2. When checking if a move finishes, the timeout is set to 30minutes.
3. When ContainerBalancer waited 20 minutes, it records container1 as
finished.
4. Then Containerbalancer will wait another 30 minutes for container 2.
Although container 2 took 40 minutes, ContainerBalancer will still record
container 2 as a finished move.
5. The same issue happens when checking move result for container 3.
This ticket is to fix this issue.
## What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-6553
## How was this patch tested?
unit test.
--
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]