HeartSaVioR commented on PR #50460:
URL: https://github.com/apache/spark/pull/50460#issuecomment-2765366259

   I think we do not design any "asynchronous" or "concurrent" execution of 
state interaction. Every call with state server is "blocking". As an 
implementation detail, we limit the amount of data in a call for iterator on 
state interaction, and the other state interaction can be made while the 
consumption of iterator has not finished, but this doesn't mean we support 
"concurrent" state interations.


-- 
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-unsubscr...@spark.apache.org

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


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

Reply via email to