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:50:42 UTC

[flink] branch release-1.10 updated (a8b1fac -> ffc3d86)

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

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


    from a8b1fac  [FLINK-17970] Increase default value of cluster.io-pool.size from #cores to 4 * #cores
     add a93edd1  [hotfix] Fix checkstyle violation in TaskSlotTableTest
     add 4a562d3  [hotfix] Rename TaskSlotTableTest into TaskSlotTableImplTest
     add d872411  [hotfix] Add TaskSlotTableImplTest.testAllocatedSlotTimeout
     add ffc3d86  [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%)