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

Event timeline on job page doesn't show if an executor is removed with multiple line reason

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.6.1
    • 1.6.2, 2.0.0
    • Web UI
    • None

    Description

      The event timeline doesn't show on job page if an executor is removed with multiple line reason. For example, the html looks like below.

      {
        'className': 'executor removed',
        'group': 'executors',
        'start': new Date(1459221687861),
        'content': '<div class="executor-event-content"' +
          'data-toggle="tooltip" data-placement="bottom"' +
          'data-title="Executor 21<br>' +
          'Removed at 2016/03/29 11:21:27' +
          '<br>Reason: Container marked as failed: container_1459220038649_0005_01_000022 on host: sr560. Exit status: 137. Diagnostics: Container killed on request. Exit code is 137
      Container exited with a non-zero exit code 137
      Killed by external signal
      "' +
          'data-html="true">Executor 21 removed</div>'
      }
      

      Attachments

        Activity

          People

            carsonwang Carson Wang
            carsonwang Carson Wang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: