xintongsong opened a new pull request #14576: URL: https://github.com/apache/flink/pull/14576
## What is the purpose of the change Previously, `DATAPROC` represents both operators (batch) and state backends, assuming they never coexist in the same job. To allow streaming operators to use managed memory, we break that assumption, thus need to separate `DATAPROC` into `OPERATOR` and `STATE_BACKEND`. ## Brief change log - Rename `ManagedMemoryUseCase#BATCH_OP` to `OPERATOR`. - Separate consumer name `DATAPROC` into `OPERATOR` and `STATE_BACKEND` ## Verifying this change Update existing tests. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
