This is an automated email from the ASF dual-hosted git repository.
rkhachatryan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 0b5cb41c429 [FLINK-39524][checkpoint] Forward-only spill reader with
snapshot/resume
add dfa83abbbd0 [FLINK-40208] Add test coverage and blank-key validation
for JobMdcRegistry
No new revisions were added by this update.
Summary of changes:
docs/content.zh/docs/ops/logging_context.md | 2 +-
docs/content/docs/ops/logging_context.md | 2 +-
.../main/java/org/apache/flink/util/MdcUtils.java | 7 +-
.../java/org/apache/flink/util/MdcUtilsTest.java | 25 +++
.../flink/runtime/dispatcher/DispatcherTest.java | 43 ++++-
.../taskexecutor/TaskExecutorSubmissionTest.java | 190 +++++++++++++++++++++
.../TaskSubmissionTestEnvironment.java | 14 +-
7 files changed, 272 insertions(+), 11 deletions(-)