Skip to content
Snippets Groups Projects
  1. Jan 05, 2014
    • Patrick Wendell's avatar
      Provide logging when attempts to connect to the master fail. · 94fdcda8
      Patrick Wendell authored
      Without these it's a bit less clear what's going on for the user.
      
      One thing I realize when doing this is that akka itself actually retries
      the initial association. So the retry we currently have is redundant with
      akka's.
      94fdcda8
    • Patrick Wendell's avatar
      Quite akka when remote lifecycle logging is disabled. · aaaa6731
      Patrick Wendell authored
      I noticed when connecting to a standalone cluster Spark gives a bunch
      of Akka ERROR logs that make it seem like something is failing.
      
      This patch does two things:
      
      1. Akka dead letter logging is turned on/off according to the existing
         lifecycle spark property.
      2. We explicitly silence akka's EndpointWriter log in log4j. This is necessary
         because for some reason that log doesn't pick up on the lifecycle
         logging settings. After a few hours of debugging this was the only solution
         I found that worked.
      aaaa6731
  2. Jan 04, 2014
  3. Jan 03, 2014
  4. Jan 02, 2014
Loading