Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
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
- links to