This is an automated email from the ASF dual-hosted git repository.

pnowojski pushed a change to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 6551b6b  [FLINK-18012] Deactivate slot timeout when calling 
TaskSlotTable.tryMarkSlotActive
     new f5ad2a3  [FLINK-16057][hotfix][task] Remove 
MailboxProcessor.mainMailboxExecutor field
     new ad998f8  [FLINK-16057][task] Optimize ContinuousFileReaderOperator
     new e514c71  [FLINK-16057][task] Optimize TaskMailbox state retrieval

The 3 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:
 .../source/ContinuousFileReaderOperator.java       | 25 ++++++++++++----------
 .../flink/streaming/runtime/tasks/StreamTask.java  | 11 ++++++----
 .../runtime/tasks/mailbox/MailboxExecutorImpl.java | 13 +++++++++++
 .../runtime/tasks/mailbox/MailboxProcessor.java    | 19 ++--------------
 .../runtime/tasks/mailbox/TaskMailbox.java         | 11 +++++++++-
 .../runtime/tasks/mailbox/TaskMailboxImpl.java     |  3 +++
 .../tasks/mailbox/MailboxExecutorImplTest.java     |  2 +-
 7 files changed, 50 insertions(+), 34 deletions(-)

Reply via email to