Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-11789

Spark prints misleading error messages about losing executors

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • 1.6.0
    • None
    • Spark Core, YARN
    • None

    Description

      In certain cases, there are misleading ERROR messages in Spark's logs related to executors stopping:

      15/11/17 11:48:53 ERROR YarnScheduler: Lost executor 4 on blah: Pending loss reason.

      That shouldn't be printed, since the executor's exit reason is not yet known.

      15/11/17 11:48:53 ERROR YarnScheduler: Actual reason for lost executor 4: Container container_1447778501188_0006_01_000005 exited from explicit termination request.

      That should not be an ERROR, since the executor exited from an explicit request from the driver (due to dynamic allocation in this case).

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vanzin Marcelo Masiero Vanzin
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: