zhijiangW commented on issue #7713: [FLINK-10995][network] Copy intermediate serialization results only once for broadcast mode URL: https://github.com/apache/flink/pull/7713#issuecomment-464116492 @pnowojski , both `RecordWriter` and `BroadcastRecordWriter` are involved in broadcast operations. In order to improve the serialization copy process for all kinds of broadcast, I make the changes on `RecordWriter` side instead of special path only on `BroadcastRecordWriter`. So it brings two different paths in some logics on `RecordWriter`. In addition, the failed travis seems un-related with this PR change.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
