Lijie Wang created FLINK-30670: ---------------------------------- Summary: Ignore broadcast bytes when computing parallelism and input infos Key: FLINK-30670 URL: https://issues.apache.org/jira/browse/FLINK-30670 Project: Flink Issue Type: Sub-task Components: Runtime / Coordination Reporter: Lijie Wang Fix For: 1.17.0
Currently, we include the broadcast bytes in the "jobmanager.adaptive-batch-scheduler.avg-data-volume-per-task" when calculating the parallelism, and set a cap ratio(0.5) for the broadcast ratio. Considering that the broadcast bytes are generally relatively small, we can ignore the broadcast bytes to simplify the logic. -- This message was sent by Atlassian Jira (v8.20.10#820010)