[GitHub] flink pull request: [FLINK-1650] Configure Netty (akka) to use Slf...

2015-03-27 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/518#issuecomment-86944772 I'll merge the change --- 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

[GitHub] flink pull request: [FLINK-1650] Configure Netty (akka) to use Slf...

2015-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/518 --- 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

[GitHub] flink pull request: [FLINK-1650] Configure Netty (akka) to use Slf...

2015-03-25 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/518#issuecomment-86050697 LGTM. --- 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

[GitHub] flink pull request: [FLINK-1650] Configure Netty (akka) to use Slf...

2015-03-24 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/518#issuecomment-85426018 Good find, but just calling it in the beginning of every main() method seems hacky. I think the code should go to the AkkaUtils.createActorSystem() method.

[GitHub] flink pull request: [FLINK-1650] Configure Netty (akka) to use Slf...

2015-03-24 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/518#issuecomment-85678768 I moved the call to the Akka utils. --- 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

[GitHub] flink pull request: [FLINK-1650] Configure Netty (akka) to use Slf...

2015-03-23 Thread rmetzger
GitHub user rmetzger opened a pull request: https://github.com/apache/flink/pull/518 [FLINK-1650] Configure Netty (akka) to use Slf4j. It seems that Netty 3.8.0 used by Akka was using `java.util.logging` for its internal logging, that's why this entry was without effect:

[GitHub] flink pull request: [FLINK-1650] Configure Netty (akka) to use Slf...

2015-03-23 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/518#issuecomment-85160071 The build passed in my travis: https://travis-ci.org/rmetzger/flink/builds/55487319 --- If your project is set up for it, you can reply to this email and have your

[GitHub] flink pull request: [FLINK-1650] Configure Netty (akka) to use Slf...

2015-03-23 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/518#issuecomment-85239319 Great to hear that you figured out why we could not suppress this error :-) On Mon, Mar 23, 2015 at 8:33 PM, Robert Metzger notificati...@github.com