-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.0
-
Fix Version/s: 1.9.0
-
Component/s: Runtime / Network
-
Labels:
The forceReleaseOnConsumption flag is currently evaluated on the TM side deep in the netty shuffle environment.
We can rework this to be evaluated on the JM side, by setting the releasedOnConsumption flag in the ResultPartitionDeploymentDescriptor appropriately.
This consolidates the setting of releasedOnConsumption on the JM, and also allows this to be used with other shuffle service implementations.
- links to