[GitHub] flink pull request #2656: [FLINK-4852] Remove Non-Multiplexing StreamRecordS...

2016-10-21 Thread aljoscha
Github user aljoscha closed the pull request at:

https://github.com/apache/flink/pull/2656


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request #2656: [FLINK-4852] Remove Non-Multiplexing StreamRecordS...

2016-10-18 Thread aljoscha
GitHub user aljoscha opened a pull request:

https://github.com/apache/flink/pull/2656

[FLINK-4852] Remove Non-Multiplexing StreamRecordSerializer

This is getting rid of a source `ClassCastExceptions` that cropped up 
several times now. We simply always to the multiplexing now which adds the cost 
of transmitting one byte to every element we transmit.

R: @mxm and @StephanEwen 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/aljoscha/flink remove-stream-record-serializer

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/2656.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2656


commit 87fd6b6d824c03f2ff6591af8ae28a9b6e65296b
Author: Aljoscha Krettek 
Date:   2016-10-18T16:32:17Z

[FLINK-4852] Remove Non-Multiplexing StreamRecordSerializer

This also renames MultiplexingStreamRecordSerializer to
StreamElementSerializer.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---