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:46:04 UTC

[flink] branch master updated (b416302 -> 3dabc69)

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

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


    from b416302  [FLINK-17970] Increase default value of cluster.io-pool.size from #cores to 4 * #cores
     add 4d200ed  [hotfix] Fix checkstyle violation in TaskSlotTableTest
     add b53e133  [hotfix] Rename TaskSlotTableTest into TaskSlotTableImplTest
     add 3181248  [hotfix] Add TaskSlotTableImplTest.testAllocatedSlotTimeout
     add 3dabc69  [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%)