Hi, I use Akka 2.4.1, Kamon 0.6.0 and AspectJ 1.8.1 distributions and have written the test app in Java. I have a simple setup where I require my worker Actor to be distributed on a cluster of nodes and share the work. For this, I create and use a cluster-aware Router (using ClusterRouterPool and RemoteRouterConfig) and make it a Singleton across the cluster. This setup appears to work well and I can see instances placed in the cluster's Actor Systems.
I have also integrated the setup with Kamon for monitoring. This setup works if the number of cluster nodes is more than 1. For a single node cluster, the worker Actor is not getting created/deployed. It works if I remove Aspectj weaver from JVM start arguments (i.e. this one : -javaagent:<full path to aspectjweaver-1.8.1.jar>). It appears that AspectJ auto-weaving is affecting cluster node placement. I have not deployed Sigar for system metrics as I am interested only in Actor system metrics - this is just FYI. Has anyone faced this issue before? Would appreciate any suggestions. regards Regu -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
