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 3d23bdfbda2 Revert "Revert "[FLINK-40208] Add JobMdcRegistry for 
config-driven MDC enrichment""
     new 07a4ba9799c Revert "Revert "Revert "[FLINK-40208] Add JobMdcRegistry 
for config-driven MDC enrichment"""
     new 755671fd2ba Revert "[FLINK-40208] Add Logging Context (MDC) 
operational docs"

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:
 .../content.zh/docs/deployment/advanced/logging.md |   2 -
 docs/content.zh/docs/ops/logging_context.md        |  86 ------
 docs/content/docs/deployment/advanced/logging.md   |   2 -
 docs/content/docs/ops/logging_context.md           |  86 ------
 .../shortcodes/generated/mdc_configuration.html    |  18 --
 .../org/apache/flink/configuration/MdcOptions.java |  51 ----
 .../java/org/apache/flink/util/JobMdcRegistry.java |  75 -----
 .../main/java/org/apache/flink/util/MdcUtils.java  |  36 +--
 .../org/apache/flink/util/JobMdcRegistryTest.java  | 109 -------
 .../org/apache/flink/util/MdcTestFixtures.java     |  51 ----
 .../java/org/apache/flink/util/MdcUtilsTest.java   | 327 +++------------------
 .../flink/runtime/dispatcher/Dispatcher.java       |  11 +-
 .../flink/runtime/taskexecutor/TaskExecutor.java   |  35 +--
 .../flink/runtime/dispatcher/DispatcherTest.java   |  46 ---
 .../taskexecutor/TaskExecutorSubmissionTest.java   |  83 +-----
 .../apache/flink/test/misc/JobIDLoggingITCase.java |  49 +--
 16 files changed, 63 insertions(+), 1004 deletions(-)
 delete mode 100644 docs/content.zh/docs/ops/logging_context.md
 delete mode 100644 docs/content/docs/ops/logging_context.md
 delete mode 100644 docs/layouts/shortcodes/generated/mdc_configuration.html
 delete mode 100644 
flink-core/src/main/java/org/apache/flink/configuration/MdcOptions.java
 delete mode 100644 
flink-core/src/main/java/org/apache/flink/util/JobMdcRegistry.java
 delete mode 100644 
flink-core/src/test/java/org/apache/flink/util/JobMdcRegistryTest.java
 delete mode 100644 
flink-core/src/test/java/org/apache/flink/util/MdcTestFixtures.java

Reply via email to