-
-
Save brianwawok/3b71ff75a98ffa983c41 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-09-21 14:20:54,334 - [INFO] - from Cluster(akka://MySystem) in MySystem-akka.actor.default-dispatcher-2 | |
Cluster Node [akka.tcp://[email protected]:9010] - Starting up... | |
015-09-21 14:20:55,015 - [INFO] - from Cluster(akka://MySystem) in MySystem-akka.actor.default-dispatcher-15 | |
Cluster Node [akka.tcp://[email protected]:9010] - Registered cluster JMX MBean [akka:type=Cluster] | |
2015-09-21 14:20:55,018 - [INFO] - from Cluster(akka://MySystem) in MySystem-akka.actor.default-dispatcher-15 | |
Cluster Node [akka.tcp://[email protected]:9010] - Started up successfully | |
2015-09-21 14:20:55,093 - [INFO] - from Cluster(akka://MySystem) in MySystem-akka.actor.default-dispatcher-15 | |
Cluster Node [akka.tcp://[email protected]:9010] - Metrics will be retreived from MBeans, and may be incorrect on some platforms. To increase metric accuracy add the 'sigar.jar' to the classpath and the appropriate platform-specific native libary to 'java.library.path'. Reason: java.lang.ClassNotFoundException: org.hyperic.sigar.Sigar | |
2015-09-21 14:20:55,132 - [INFO] - from Cluster(akka://MySystem) in MySystem-akka.actor.default-dispatcher-3 | |
Cluster Node [akka.tcp://[email protected]:9010] - Metrics collection has started successfully | |
2015-09-21 14:20:57,725 - [INFO] - from Cluster(akka://MySystem) in MySystem-akka.actor.default-dispatcher-15 | |
Cluster Node [akka.tcp://[email protected]:9010] - Welcome from [akka.tcp://[email protected]:9010] | |
2015-09-21 14:20:58,346 - [INFO] - from Cluster(akka://MySystem) in MySystem-akka.actor.default-dispatcher-18 | |
Cluster Node [akka.tcp://[email protected]:9010] - Leader is moving node [akka.tcp://[email protected]:9010] to [Up] | |
2015-09-21 14:20:58,355 - [INFO] - from Cluster(akka://MySystem) in MySystem-akka.actor.default-dispatcher-18 | |
Cluster Node [akka.tcp://[email protected]:9010] - Leader is moving node [akka.tcp://[email protected]:9010] to [Up] | |
2015-09-21 14:20:58,422 - [INFO] - from akka.contrib.pattern.ClusterSingletonManager in MySystem-akka.actor.default-dispatcher-15 | |
ClusterSingletonManager state change [Start -> BecomingOldest] | |
2015-09-21 14:20:59,266 - [INFO] - from Cluster(akka://MySystem) in MySystem-akka.actor.default-dispatcher-5 | |
Cluster Node [akka.tcp://[email protected]:9010] - Leader is moving node [akka.tcp://[email protected]:9010] to [Up] | |
2015-09-21 14:20:59,463 - [INFO] - from akka.contrib.pattern.ClusterSingletonManager in MySystem-akka.actor.default-dispatcher-4 | |
Retry [1], sending HandOverToMe to [None] | |
2015-09-21 14:21:00,476 - [INFO] - from akka.contrib.pattern.ClusterSingletonManager in MySystem-akka.actor.default-dispatcher-15 | |
Retry [2], sending HandOverToMe to [None] | |
2015-09-21 14:21:01,496 - [INFO] - from akka.contrib.pattern.ClusterSingletonManager in MySystem-akka.actor.default-dispatcher-18 | |
Retry [3], sending HandOverToMe to [None] | |
2015-09-21 14:21:02,516 - [INFO] - from akka.contrib.pattern.ClusterSingletonManager in MySystem-akka.actor.default-dispatcher-4 | |
Retry [4], sending HandOverToMe to [None] | |
2015-09-21 14:21:03,537 - [INFO] - from akka.contrib.pattern.ClusterSingletonManager in MySystem-akka.actor.default-dispatcher-5 | |
Retry [5], sending HandOverToMe to [None] | |
2015-09-21 14:21:04,556 - [INFO] - from akka.contrib.pattern.ClusterSingletonManager in MySystem-akka.actor.default-dispatcher-15 | |
Retry [6], sending HandOverToMe to [None] | |
2015-09-21 14:21:05,577 - [INFO] - from akka.contrib.pattern.ClusterSingletonManager in MySystem-akka.actor.default-dispatcher-15 | |
Retry [7], sending HandOverToMe to [None] | |
2015-09-21 14:21:06,596 - [INFO] - from akka.contrib.pattern.ClusterSingletonManager in MySystem-akka.actor.default-dispatcher-3 | |
Retry [8], sending HandOverToMe to [None] | |
2015-09-21 14:21:07,617 - [INFO] - from akka.contrib.pattern.ClusterSingletonManager in MySystem-akka.actor.default-dispatcher-4 | |
Retry [9], sending HandOverToMe to [None] | |
2015-09-21 14:21:08,636 - [INFO] - from akka.contrib.pattern.ClusterSingletonManager in MySystem-akka.actor.default-dispatcher-16 | |
Retry [10], sending HandOverToMe to [None] | |
2015-09-21 14:21:09,658 - [INFO] - from akka.contrib.pattern.ClusterSingletonManager in MySystem-akka.actor.default-dispatcher-15 | |
Timeout in BecomingOldest. Previous oldest unknown, removed and no TakeOver request. | |
2015-09-21 14:21:09,660 - [INFO] - from akka.contrib.pattern.ClusterSingletonManager in MySystem-akka.actor.default-dispatcher-4 | |
Singleton manager [akka.tcp://[email protected]:9010] starting singleton actor | |
2015-09-21 14:21:09,674 - [INFO] - from akka.contrib.pattern.ClusterSingletonManager in MySystem-akka.actor.default-dispatcher-15 | |
ClusterSingletonManager state change [BecomingOldest -> Oldest] | |
2015-09-21 14:21:10,416 - [INFO] - from akka.contrib.pattern.ClusterSingletonProxy in MySystem-akka.actor.default-dispatcher-16 | |
Singleton identified: akka://MySystem/user/singleton/overmaster |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment