GitHub user StephanEwen opened a pull request:
https://github.com/apache/incubator-flink/pull/283
Akka fixes
Various cleanups and fixes
- Remove obsolete code from old IPC net utils
- Smaller Writable/IOReadableWritable serialzation buffer start size (most
messages are rather small)
- For message logging, make system calls (timestamps) only in debug mode
- Clean up warnings / code simplifications
Fixes for Java/Scala code interaction (cleaner code, also works around
Eclipse limitations)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/StephanEwen/incubator-flink akka_fixes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-flink/pull/283.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 #283
----
commit f524bcae499d3a07914cf7f99db9f7f528b9d907
Author: Stephan Ewen <[email protected]>
Date: 2014-12-28T09:55:21Z
Various fixes
- Remove obsolete code from old IPC net utils
- Smaller Writable/IOReadableWritable serialzation buffer start size (most
messages are rather small)
- For message logging, make system calls (timestamps) only in debug mode
- Clean up warnings / code simplifications
commit 61c391e45d65c17c70e7532bf4003a6303906c5f
Author: Stephan Ewen <[email protected]>
Date: 2015-01-05T23:40:38Z
[runtime] Various cleanups to make scala runtime code interact smoother
with java
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---