Details
-
Sub-task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
There is a difference in behaviour for handling exception in move.
- Exception occurred immediately, its logged and metrics ignored. (ContainerBalancer.moveContainer)
- If Exception occurred later in future for any one, all are treated as exception case and logged accordingly. Success cases are also treated as failure. (ContainerBalancer.checkIterationMoveResults)
Both should have uniform behaviour.