You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "László Bodor (Jira)" <ji...@apache.org> on 2022/02/21 11:28:00 UTC

[jira] [Commented] (TEZ-4351) ShuffleHandler port should respect value in config

    [ https://issues.apache.org/jira/browse/TEZ-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17495472#comment-17495472 ] 

László Bodor commented on TEZ-4351:
-----------------------------------

patch applies cleanly to branch-0.9, TestShuffleHandler passed locally, so pushed the fix
resolving jira


> ShuffleHandler port should respect value in config
> --------------------------------------------------
>
>                 Key: TEZ-4351
>                 URL: https://issues.apache.org/jira/browse/TEZ-4351
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: László Bodor
>            Assignee: László Bodor
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> This is the same as HIVE-25691:
> The problem is that private int port variable is not assigned before binding the netty channel, so as it's 0, shuffle handler port is random regardless of the config.
> This issue wasn't noticeable because the shuffle host:port is put into DataMovementEvent payload, so fetchers are always aware of where to connect.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)