meshpaul commented on issue #8753: [FLINK-12862][coordination] Remove legacy class QuarantineHandler and QuarantineMonitor URL: https://github.com/apache/flink/pull/8753#issuecomment-502448663 Cancel On Sun, Jun 16, 2019, 08:40 Zili Chen <[email protected]> wrote: > What is the purpose of the change > > Remove legacy class QuarantineHandler and QuarantineMonitor. > 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 changed class annotated with > @Public(Evolving): (no) > - The serializers: (no) > - The runtime per-record code paths (performance sensitive): (no) > - Anything that affects deployment or recovery: JobManager (and its > components), Checkpointing, Yarn/Mesos, ZooKeeper: (no) > - The S3 file system connector: (no) > > Documentation > > - Does this pull request introduce a new feature? (no) > - If yes, how is the feature documented? (not applicable) > > ------------------------------ > You can view, comment on, or merge this pull request online at: > > https://github.com/apache/flink/pull/8753 > Commit Summary > > - [FLINK-12862][coordination] Remove legacy class QuarantineHandler > and QuarantineMonitor > > File Changes > > - *D* > flink-runtime/src/main/java/org/apache/flink/runtime/akka/DefaultQuarantineHandler.java > <https://github.com/apache/flink/pull/8753/files#diff-0> (83) > - *D* > flink-runtime/src/main/java/org/apache/flink/runtime/akka/QuarantineHandler.java > <https://github.com/apache/flink/pull/8753/files#diff-1> (46) > - *D* > flink-runtime/src/main/java/org/apache/flink/runtime/akka/QuarantineMonitor.java > <https://github.com/apache/flink/pull/8753/files#diff-2> (101) > - *D* > flink-runtime/src/test/java/org/apache/flink/runtime/akka/QuarantineMonitorTest.java > <https://github.com/apache/flink/pull/8753/files#diff-3> (332) > > Patch Links: > > - https://github.com/apache/flink/pull/8753.patch > - https://github.com/apache/flink/pull/8753.diff > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/apache/flink/pull/8753?email_source=notifications&email_token=AAPZZW52SNULHINDN644BPDP2YYDLA5CNFSM4HYRC4KKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GZXXMRQ>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AAPZZW4KA6OIJAAW62VKGXLP2YYDLANCNFSM4HYRC4KA> > . >
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
