This is an automated email from the ASF dual-hosted git repository.
gyfora pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
from 6e597d4c [FLINK-29609] Shut down JM for terminated applications after
configured duration
new 1fba88e9 [FLINK-29959] Use optimistic locking when updating the status
to avoid potential race conditions
new 7d801050 [hotfix] Remove some unnecessary empty strings from status
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:
docs/content/docs/custom-resource/reference.md | 8 +-
e2e-tests/test_application_operations.sh | 6 +-
e2e-tests/test_sessionjob_operations.sh | 4 +-
.../operator/api/status/CommonStatus.java | 2 +-
.../kubernetes/operator/api/status/Savepoint.java | 39 +++++----
.../operator/api/status/SavepointInfo.java | 15 ++--
.../operator/api/utils/BaseTestUtils.java | 2 +
...Exception.java => StatusConflictException.java} | 14 +---
.../AbstractFlinkDeploymentObserver.java | 2 +-
.../operator/reconciler/ReconciliationUtils.java | 2 +-
.../deployment/AbstractJobReconciler.java | 2 +-
.../kubernetes/operator/utils/SavepointUtils.java | 34 +++++---
.../kubernetes/operator/utils/StatusRecorder.java | 98 +++++++++++++++++-----
.../kubernetes/operator/FlinkOperatorITCase.java | 30 +++++--
.../kubernetes/operator/TestingStatusRecorder.java | 3 +-
.../controller/FlinkDeploymentControllerTest.java | 4 +-
.../operator/controller/RollbackTest.java | 8 +-
.../metrics/KubernetesClientMetricsTest.java | 2 +-
.../lifecycle/ResourceLifecycleMetricsTest.java | 2 +-
.../operator/observer/SavepointObserverTest.java | 3 +-
.../deployment/ApplicationReconcilerTest.java | 13 +--
21 files changed, 182 insertions(+), 111 deletions(-)
copy
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/exception/{ReconciliationException.java
=> StatusConflictException.java} (73%)