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

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


    from 8dc257d  [FLINK-20837][runtime] Refactor dynamic SlotID
     new 004e374  [FLINK-20860][core] Rename ManagedMemoryUseCase#BATCH_OP to 
OPERATOR.
     new ed354d9  [FLINK-20860][core] Update valid names for 
TaskManagerOptions#MANAGED_MEMORY_CONSUMER_WEIGHTS.

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:
 .../_includes/generated/common_memory_section.html |   4 +-
 .../task_manager_memory_configuration.html         |   4 +-
 .../flink/configuration/TaskManagerOptions.java    |  27 +++--
 .../flink/core/memory/ManagedMemoryUseCase.java    |   2 +-
 .../apache/flink/api/dag/TransformationTest.java   |  10 +-
 .../util/config/memory/ManagedMemoryUtils.java     | 109 ++++++++++++---------
 .../util/config/memory/ManagedMemoryUtilsTest.java |  94 ++++++++++++++----
 .../io/StreamMultipleInputProcessorFactory.java    |   2 +-
 .../runtime/io/StreamTwoInputProcessorFactory.java |   2 +-
 .../runtime/tasks/OneInputStreamTask.java          |   2 +-
 .../runtime/translators/BatchExecutionUtils.java   |   2 +-
 .../api/graph/StreamGraphGeneratorTest.java        |   4 +-
 .../api/graph/StreamingJobGraphGeneratorTest.java  |   8 +-
 .../plan/nodes/exec/utils/ExecNodeUtil.java        |   2 +-
 .../codegen/agg/batch/BatchAggTestBase.scala       |   2 +-
 .../runtime/operators/TableStreamOperator.java     |   2 +-
 .../BatchMultipleInputStreamOperator.java          |   4 +-
 .../TableOperatorWrapperGenerator.java             |   6 +-
 .../operators/join/Int2HashJoinOperatorTest.java   |   2 +-
 .../join/RandomSortMergeInnerJoinTest.java         |   2 +-
 .../join/String2HashJoinOperatorTest.java          |   2 +-
 .../join/String2SortMergeJoinOperatorTest.java     |   2 +-
 .../TableOperatorWrapperGeneratorTest.java         |  28 +++---
 .../over/BufferDataOverWindowOperatorTest.java     |   2 +-
 24 files changed, 201 insertions(+), 123 deletions(-)

Reply via email to