To add some color. 1) When we run w/ -Dakka.remote.untrusted-mode=on, we see dropping message [class akka.actor.ActorSelectionMessage] for *unknown* recipient
[Actor[akka.tcp://[email protected]:7077/]] arriving at [akka.tcp://[email protected]:7077] inbound addresses are [akka.tcp://sparkMaster@spark-master:7077] 2) When we run w/ -Dakka.remote.untrusted-mode=off, we see dropping message [class akka.actor.ActorSelectionMessage] for *non-local *recipient [Actor[akka.tcp://[email protected]:7077/]] arriving at [akka.tcp://[email protected]:7077] inbound addresses are [akka.tcp://sparkMaster@spark-master:7077] On Thursday, January 22, 2015 at 4:00:42 PM UTC-5, Tim St. Clair wrote: > > Greetings folks - > > I'm currently trying to run Spark master through a proxy and receiving an > error that I can't seem to bypass. > > ERROR EndpointWriter: dropping message [class > akka.actor.ActorSelectionMessage] for non-local recipient [Actor[akka.tcp:// > [email protected]:7077/]] arriving at [akka.tcp:// > [email protected]:7077] inbound addresses are > [akka.tcp://sparkMaster@spark-master:7077] > > The spark-master is running inside a container which is on a 192.168 > subnet, but all traffic from the slaves are routed via iptables through a > load-balanced proxy 10.254.118.158. > > Is there any easy was to disable what appears to be IP validation? > > Cheers, > Tim > -- >>>>>>>>>> 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 http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
