littleeleventhwolf opened a new pull request, #1069:
URL: https://github.com/apache/flink-kubernetes-operator/pull/1069
## What is the purpose of the change
When the scale-down interval window selects the max recommended parallelism
that happens to match the current parallelism, which would cause an
IllegalArgumentException in ScalingSummary.
## Brief change log
- Avoid unnecessary scale-down when recommended parallelism equals current
parallelism in delay window.
## Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (no)
- The public API, i.e., is any changes to the `CustomResourceDescriptors`:
(no)
- Core observer or reconciler logic that is regularly executed: (no)
## Documentation
- Does this pull request introduce a new feature? (no)
--
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]