You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/12/28 06:10:59 UTC

[GitHub] [spark] grundprinzip opened a new pull request, #39256: [SPARK-41738][CONNECT] Mix ClientId in SparkSession cache

grundprinzip opened a new pull request, #39256:
URL: https://github.com/apache/spark/pull/39256

   ### What changes were proposed in this pull request?
   This PR mixes the client ID into the cache for the SparkSessions on the server. This is necessary to allow to concurrent SparkSessions of the same user to run without interfering. 
   
   The client ID was added to be used in that way, but until now the functionality was not implemented.
   
   On the client side, the Python client now validates that the result received is actually from the same session.
   
   ### Why are the changes needed?
   Stability
   
   ### Does this PR introduce _any_ user-facing change?
   NO
   
   ### How was this patch tested?
   Existing UT


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] grundprinzip commented on pull request #39256: [SPARK-41738][CONNECT] Mix ClientId in SparkSession cache

Posted by GitBox <gi...@apache.org>.
grundprinzip commented on PR #39256:
URL: https://github.com/apache/spark/pull/39256#issuecomment-1366397023

   R: @HyukjinKwon @zhengruifeng 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #39256: [SPARK-41738][CONNECT] Mix ClientId in SparkSession cache

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on PR #39256:
URL: https://github.com/apache/spark/pull/39256#issuecomment-1366567237

   Merged to master.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon closed pull request #39256: [SPARK-41738][CONNECT] Mix ClientId in SparkSession cache

Posted by GitBox <gi...@apache.org>.
HyukjinKwon closed pull request #39256: [SPARK-41738][CONNECT] Mix ClientId in SparkSession cache
URL: https://github.com/apache/spark/pull/39256


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org