Description
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.
Attachments
Issue Links
- links to