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

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


    from 37f436e  [FLINK-18143][python] Fix Python meter metric incorrect value 
problem (#12498)
     new 359ab03  [FLINK-15687][runtime][test] Fix accessing TaskSlotTable via 
TaskSubmissionTestEnvironment not in RPC main thread.
     new 10b2842  [FLINK-15687][runtime][test] Make TaskManagerActions access 
task slot table on rpc main thread in TaskSubmissionTestEnvironment.

The 2 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:
 .../TaskSubmissionTestEnvironment.java             |  34 ++--
 .../runtime/taskexecutor/TestingTaskExecutor.java  |   5 +
 .../taskexecutor/slot/ThreadSafeTaskSlotTable.java | 206 +++++++++++++++++++++
 3 files changed, 230 insertions(+), 15 deletions(-)
 create mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/slot/ThreadSafeTaskSlotTable.java

Reply via email to