reswqa commented on code in PR #21603:
URL: https://github.com/apache/flink/pull/21603#discussion_r1067743909
##########
flink-core/src/main/java/org/apache/flink/configuration/NettyShuffleEnvironmentOptions.java:
##########
@@ -270,6 +270,24 @@ public class NettyShuffleEnvironmentOptions {
// this raw value must be changed
correspondingly
"taskmanager.memory.framework.off-heap.batch-shuffle.size"));
+ /** Segment size of hybrid spilled file data index. */
+ @Documentation.Section(Documentation.Sections.ALL_TASK_MANAGER_NETWORK)
+ public static final ConfigOption<Integer>
HYBRID_SHUFFLE_SPILLED_INDEX_SEGMENT_SIZE =
+ key("taskmanager.network.hybrid-shuffle.spill-index-segment-size")
+ .intType()
+ .defaultValue(256)
+ .withDescription(
+ "Controls the segment size of hybrid spilled file
data index.");
Review Comment:
Add description of unit and change this default value to 1024.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]