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

ReattachExecute does not supply server-side session id

    XMLWordPrintableJSON

Details

    Description

      Related to SPARK-47380.

       

      One example.

      Driver restart -> session re created -> OPERATION_NOT_FOUND instead of SESSION_NOT_FOUND because the first attempt to reattach a session does not contain the last time observed server side session id.

      E.g.,

      Start execution (client_observed_server_side_session_id is set) -> driver restart -> reattach (client_observed_server_side_session_id is not set) -> OPERATION_NOT_FOUND instead of SESSION_NOT_FOUND.

      Attachments

        Issue Links

          Activity

            People

              changgyoopark-db Changgyoo Park
              changgyoopark-db Changgyoo Park
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: