[ 
https://issues.apache.org/jira/browse/SPARK-49458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Changgyoo Park updated SPARK-49458:
-----------------------------------
    Summary: Server-side session id validation does not catch a driver restart 
if the request does not supply the field  (was: [PYTHON] ReattachExecute 
server-side session id validation does not catch a driver restart)

> Server-side session id validation does not catch a driver restart if the 
> request does not supply the field
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-49458
>                 URL: https://issues.apache.org/jira/browse/SPARK-49458
>             Project: Spark
>          Issue Type: Bug
>          Components: Connect
>    Affects Versions: 4.0.0
>            Reporter: Changgyoo Park
>            Priority: Major
>
> Related to SPARK-47380.
> Driver restart -> 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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to