[
https://issues.apache.org/jira/browse/FLINK-37575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jiaan Geng updated FLINK-37575:
-------------------------------
Description:
Currently, NettyShuffleServiceFactory.createNettyShuffleEnvironment have the
parameter 'String[] tmpDirPaths', but its true purpose is only to use its
length.
Carry the String[] as a parameter increases the size of thread frame.
> Simplify the code for creating netty shuffle environment.
> ---------------------------------------------------------
>
> Key: FLINK-37575
> URL: https://issues.apache.org/jira/browse/FLINK-37575
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / Network
> Reporter: Jiaan Geng
> Priority: Major
>
> Currently, NettyShuffleServiceFactory.createNettyShuffleEnvironment have the
> parameter 'String[] tmpDirPaths', but its true purpose is only to use its
> length.
> Carry the String[] as a parameter increases the size of thread frame.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)