Janus Chow created HDDS-6553:
--------------------------------
Summary: Incorrect timeout when checking balancer iteration result.
Key: HDDS-6553
URL: https://issues.apache.org/jira/browse/HDDS-6553
Project: Apache Ozone
Issue Type: Improvement
Reporter: Janus Chow
Assignee: Janus Chow
The scenario is as follows:
# ContainerBalancer trying to move the following containers:
## container 1, took 20 minutes
## container 2, took 40 minutes
## container 3, took 60 minutes
# When checking if a move finishes, the timeout is set to 30minutes.
# When ContainerBalancer waited 20 minutes, it records container1 as finished.
# 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.
# The same issue happens when checking move result for container 3.
This ticket is to fix this issue.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]