Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-4021

RuntimeException/YarnRuntimeException sent over to the client can cause client to assume a local fatal failure

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None
    • Incompatible change

    Description

      Currently RuntimeException and its derived types such as YarnRuntimeExceptions are serialized over to the client and thrown at the client after YARN-731. This can cause issues like MAPREDUCE-6439 where we assume a local fatal exception has happened.
      Instead we should have a way to distinguish local RuntimeException versus remote RuntimeException to avoid these issues. We need to go over all the current client side code that is expecting a remote RuntimeException inorder to make it work with this change.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              adhoot Anubhav Dhoot
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: