This is an automated email from the ASF dual-hosted git repository.
dmvk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from ccd0fe2d75a [FLINK-30989][runtime] Some config options related to
sorting and spilling are not valid.
new 0a874de89cb [hotfix] Introduce InstantiationUtil#cloneUnchecked for
the cases where we don't need to handle exceptions.
new d4e3b6646f3 [FLINK-31470] Add integration tests for Externalized
Declarative Resource Management.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../client/program/rest/RestClusterClient.java | 36 ++++
.../org/apache/flink/util/InstantiationUtil.java | 16 ++
.../flink/runtime/minicluster/MiniCluster.java | 28 +--
.../scheduler/adaptive/JobGraphJobInformation.java | 5 +-
...pdateJobResourceRequirementsRecoveryITCase.java | 115 ++++++++++
.../UpdateJobResourceRequirementsITCase.java | 235 +++++++++++++++++++++
6 files changed, 420 insertions(+), 15 deletions(-)
create mode 100644
flink-tests/src/test/java/org/apache/flink/test/recovery/UpdateJobResourceRequirementsRecoveryITCase.java
create mode 100644
flink-tests/src/test/java/org/apache/flink/test/scheduling/UpdateJobResourceRequirementsITCase.java