I'm getting a large number of these warnings on startup. Part of my application's startup is to read a configuration database and create a large number of Actors ready to handle information. I'm wonder if these message are just a result of that large surge on startup or are there real issue within the cluster after I see these messages.
2016-11-17 00:02:34.645 severity[WARN ] mesos[0] component[OmniChannelCompute] role[OmniChannelCompute] address[127.0.0.1:0] logger[ShardRegion] Retry request for shard [15] homes from coordinator at [Actor[akka://manhattan/system/sharding/reportCompute.habs.worktypesCoordinator/singleton/coordinator#170777674]]. [84] buffered messages. 2016-11-17 00:02:34.645 severity[WARN ] mesos[0] component[OmniChannelCompute] role[OmniChannelCompute] address[127.0.0.1:0] logger[ShardRegion] Retry request for shard [11] homes from coordinator at [Actor[akka://manhattan/system/sharding/reportCompute.habs.worktypesCoordinator/singleton/coordinator#170777674]]. [88] buffered messages. 2016-11-17 00:02:34.645 severity[WARN ] mesos[0] component[OmniChannelCompute] role[OmniChannelCompute] address[127.0.0.1:0] logger[ShardRegion] Retry request for shard [90] homes from coordinator at [Actor[akka://manhattan/system/sharding/reportCompute.habs.worktypesCoordinator/singleton/coordinator#170777674]]. [34] buffered messages. 2016-11-17 00:02:34.645 severity[WARN ] mesos[0] component[OmniChannelCompute] role[OmniChannelCompute] address[127.0.0.1:0] logger[ShardRegion] Retry request for shard [9] homes from coordinator at [Actor[akka://manhattan/system/sharding/reportCompute.habs.worktypesCoordinator/singleton/coordinator#170777674]]. [68] buffered messages. 2016-11-17 00:02:34.646 severity[WARN ] mesos[0] component[OmniChannelCompute] role[OmniChannelCompute] address[127.0.0.1:0] logger[ShardRegion] Retry request for shard [44] homes from coordinator at [Actor[akka://manhattan/system/sharding/reportCompute.habs.worktypesCoordinator/singleton/coordinator#170777674]]. [8] buffered messages. 2016-11-17 00:02:34.647 severity[WARN ] mesos[0] component[OmniChannelCompute] role[OmniChannelCompute] address[127.0.0.1:0] logger[ShardRegion] Retry request for shard [33] homes from coordinator at [Actor[akka://manhattan/system/sharding/reportCompute.habs.worktypesCoordinator/singleton/coordinator#170777674]]. [74] buffered messages. -- >>>>>>>>>> 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.
