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

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


    from 88c206d  [hotfix][state-backends] Simple cleanups in 
RocksDBStateBackend
     add 4060acc  [FLINK-15047][runtime] Fix format of setting managed memory 
size in ActiveResourceManagerFactory.
     add 1f5e56a  [hotfix][runtime] Code clean-up in ResourceProfile.
     add 2142dc7  [FLINK-15023][runtime] Remove on-heap managed memory

No new revisions were added by this update.

Summary of changes:
 .../task_manager_memory_configuration.html         |  16 +---
 docs/ops/config.md                                 |   2 +-
 docs/ops/config.zh.md                              |   2 +-
 .../flink/api/common/operators/ResourceSpec.java   |  73 +++++----------
 .../flink/configuration/ConfigurationUtils.java    |   1 -
 .../flink/configuration/TaskManagerOptions.java    |  48 ++--------
 .../clusterframework/TaskExecutorResourceSpec.java |  61 +++++--------
 .../TaskExecutorResourceUtils.java                 | 100 ++-------------------
 .../clusterframework/types/ResourceProfile.java    |  88 ++++++------------
 .../ActiveResourceManagerFactory.java              |   2 +-
 .../runtime/taskexecutor/TaskManagerServices.java  |  35 ++------
 .../TaskManagerServicesConfiguration.java          |   8 +-
 .../flink/runtime/taskexecutor/slot/TaskSlot.java  |   7 +-
 .../clusterframework/BootstrapToolsTest.java       |   3 +-
 .../TaskExecutorResourceUtilsTest.java             |  85 +-----------------
 .../types/ResourceProfileTest.java                 |  71 ++++++---------
 .../jobmaster/slotpool/SlotSharingManagerTest.java |   9 +-
 .../runtime/taskexecutor/slot/TaskSlotUtils.java   |   3 +-
 .../flink/streaming/api/graph/StreamConfig.java    |  27 ++----
 .../api/graph/StreamingJobGraphGenerator.java      |  23 ++---
 .../api/graph/StreamingJobGraphGeneratorTest.java  |  44 ++++-----
 .../plan/nodes/resource/NodeResourceUtil.java      |   3 +-
 .../apache/flink/yarn/YarnResourceManagerTest.java |   3 +-
 23 files changed, 163 insertions(+), 551 deletions(-)

Reply via email to