Class LossReasonPending

Object
org.apache.spark.scheduler.LossReasonPending

public class LossReasonPending extends Object
A loss reason that means we don't yet know why the executor exited.

This is used by the task scheduler to remove state associated with the executor, but not yet fail any tasks that were running in the executor before the real loss reason is known.

  • Constructor Details

    • LossReasonPending

      public LossReasonPending()
  • Method Details

    • message

      public static String message()
    • toString

      public static String toString()