You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/01/09 06:16:55 UTC

[GitHub] zhijiangW commented on issue #7438: [FLINK-11282][network] Merge StreamRecordWriter into RecordWriter

zhijiangW commented on issue #7438: [FLINK-11282][network] Merge StreamRecordWriter into RecordWriter
URL: https://github.com/apache/flink/pull/7438#issuecomment-452584460
 
 
   @pnowojski , the motivation of this PR is for fixing the issue in @ #7199 .
   
   To do so we can unify the `RecordWriter` implementation for both streaming and batch jobs, and make it easy for introducing new `BroadcastRecordWriter` which extends `RecordWriter` future.
   
   Although we add additional `checkErroneous` for batch mode, it should not bring performance issue I think.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services