Merge "Fix for possible NPE if Bundle is stopped."
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / src / test / resources / application.conf
index 874d3fcb90a412169c9ddd7c00c4d9dfbd25354e..8100ed35abd580a13367922ff255e42c61369f93 100644 (file)
@@ -1,6 +1,6 @@
 odl-cluster{
   akka {
-    loglevel = "INFO"
+    loglevel = "DEBUG"
     #log-config-on-start = on
 
     actor {
@@ -17,13 +17,13 @@ odl-cluster{
 
       log-remote-lifecycle-events = off
       netty.tcp {
-        hostname = "localhost"
-        port = 2551
+        hostname = "127.0.0.1"
+        port = 2550
       }
     }
 
     cluster {
-      seed-nodes = ["akka.tcp://opendaylight-rpc@localhost:2551"]
+      seed-nodes = ["akka.tcp://opendaylight-rpc@127.0.0.1:2550"]
 
       auto-down-unreachable-after = 10s
     }
@@ -32,10 +32,7 @@ odl-cluster{
 unit-test{
   akka {
     loglevel = "INFO"
-    loggers = ["akka.event.slf4j.Slf4jLogger"]
-    actor {
-      provider = "akka.cluster.ClusterActorRefProvider"
-    }
+    #loggers = ["akka.event.slf4j.Slf4jLogger"]
   }
 }
 
@@ -45,6 +42,9 @@ memberA{
     loggers = ["akka.event.slf4j.Slf4jLogger"]
     actor {
       provider = "akka.cluster.ClusterActorRefProvider"
+      debug {
+        #lifecycle = on
+      }
     }
     remote {
       log-received-messages = off
@@ -52,13 +52,13 @@ memberA{
 
       log-remote-lifecycle-events = off
       netty.tcp {
-        hostname = "localhost"
+        hostname = "127.0.0.1"
         port = 2551
       }
     }
 
     cluster {
-      seed-nodes = ["akka.tcp://opendaylight-rpc@localhost:2551"]
+      seed-nodes = ["akka.tcp://opendaylight-rpc@127.0.0.1:2551"]
 
       auto-down-unreachable-after = 10s
     }
@@ -77,13 +77,13 @@ memberB{
 
       log-remote-lifecycle-events = off
       netty.tcp {
-        hostname = "localhost"
+        hostname = "127.0.0.1"
         port = 2552
       }
     }
 
     cluster {
-      seed-nodes = ["akka.tcp://opendaylight-rpc@localhost:2551"]
+      seed-nodes = ["akka.tcp://opendaylight-rpc@127.0.0.1:2551"]
 
       auto-down-unreachable-after = 10s
     }
@@ -102,13 +102,13 @@ memberC{
 
       log-remote-lifecycle-events = off
       netty.tcp {
-        hostname = "localhost"
+        hostname = "127.0.0.1"
         port = 2553
       }
     }
 
     cluster {
-      seed-nodes = ["akka.tcp://opendaylight-rpc@localhost:2551"]
+      seed-nodes = ["akka.tcp://opendaylight-rpc@127.0.0.1:2551"]
 
       auto-down-unreachable-after = 10s
     }