Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page properties

Document the state by adding a label to the FLIP page with one of "discussion", "accepted", "released", "rejected".

Discussion threadhere (<- link to https://lists.apache.org/list.html?dev@flink.apache.org)thread/wjd3nbvg6nt93lb0sd52f0lzls6559tv
Vote threadhere (<- link to https://lists.apache.org/list.html?dev@flink.apache.org)
JIRAhere (<- link to https://issues.apache.org/jira/browse/FLINK-XXXX)
Release<Flink Version>


...

Therefore, I propose to deprecate the use of Global Aggregate Manager, which can improve the maintainability of the Flink codebase without compromising its functionality.

Public Interfaces

Class / Method

Annotation

org.apache.flink.streaming.api.operators.StreamingRuntimeContext#getGlobalAggregateManager

Internal

org.apache.flink.runtime.execution.Environment#getGlobalAggregateManager

N.A.

org.apache.flink.runtime.taskexecutor.GlobalAggregateManager

org.apache.flink.runtime.taskexecutor.rpc.RpcGlobalAggregateManager

org.apache.flink.runtime.jobmaster.JobMasterGateway#updateGlobalAggregate

Proposed Changes

We propose to deprecate the classes/methods listed above. And remove the related doc under the flink-web repository.

...