You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2017/12/04 15:57:32 UTC

flink git commit: [FLINK-8194] [akka] Suppress Java serializer used warnings from Akka

Repository: flink
Updated Branches:
  refs/heads/master eda583092 -> 2d1d4dd76


[FLINK-8194] [akka] Suppress Java serializer used warnings from Akka


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/2d1d4dd7
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/2d1d4dd7
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/2d1d4dd7

Branch: refs/heads/master
Commit: 2d1d4dd763ddcc8166bf26492e4950089c10f64e
Parents: eda5830
Author: Till Rohrmann <tr...@apache.org>
Authored: Mon Dec 4 16:56:15 2017 +0100
Committer: Till Rohrmann <tr...@apache.org>
Committed: Mon Dec 4 16:56:15 2017 +0100

----------------------------------------------------------------------
 .../src/main/scala/org/apache/flink/runtime/akka/AkkaUtils.scala  | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/2d1d4dd7/flink-runtime/src/main/scala/org/apache/flink/runtime/akka/AkkaUtils.scala
----------------------------------------------------------------------
diff --git a/flink-runtime/src/main/scala/org/apache/flink/runtime/akka/AkkaUtils.scala b/flink-runtime/src/main/scala/org/apache/flink/runtime/akka/AkkaUtils.scala
index e359a4c..3df1c0a 100644
--- a/flink-runtime/src/main/scala/org/apache/flink/runtime/akka/AkkaUtils.scala
+++ b/flink-runtime/src/main/scala/org/apache/flink/runtime/akka/AkkaUtils.scala
@@ -224,6 +224,9 @@ object AkkaUtils {
         |
         | actor {
         |   guardian-supervisor-strategy = $supervisorStrategy
+        |
+        |   warn-about-java-serializer-usage = off
+        |
         |   default-dispatcher {
         |     throughput = $akkaThroughput
         |