You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2020/06/02 14:49:57 UTC

[flink] branch release-1.11 updated (de40933 -> 6551b6b)

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

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


    from de40933  [FLINK-17970] Increase default value of cluster.io-pool.size from #cores to 4 * #cores
     add df20a70  [hotfix] Fix checkstyle violation in TaskSlotTableTest
     add bee70e8  [hotfix] Rename TaskSlotTableTest into TaskSlotTableImplTest
     add 7c1d072  [hotfix] Add TaskSlotTableImplTest.testAllocatedSlotTimeout
     add 6551b6b  [FLINK-18012] Deactivate slot timeout when calling TaskSlotTable.tryMarkSlotActive

No new revisions were added by this update.

Summary of changes:
 .../taskexecutor/slot/TaskSlotTableImpl.java       | 24 ++++++----
 ...otTableTest.java => TaskSlotTableImplTest.java} | 56 ++++++++++++++++++++--
 2 files changed, 67 insertions(+), 13 deletions(-)
 rename flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/slot/{TaskSlotTableTest.java => TaskSlotTableImplTest.java} (84%)