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 2019/07/02 14:38:21 UTC

[GitHub] [spark] HeartSaVioR commented on issue #24173: [SPARK-27237][SS] Introduce State schema validation among query restart

HeartSaVioR commented on issue #24173: [SPARK-27237][SS] Introduce State schema validation among query restart
URL: https://github.com/apache/spark/pull/24173#issuecomment-507706671
 
 
   I happen to revisit this, and succeed to change the approach to check schema only once per each stateful operator. The new approach is centralizing request to driver side, via RPC. Both executor and driver would cache the providerId with partition id erased, so requests would be minimized.
   
   @gaborgsomogyi Could you review the last change? I guess you've also lost context so need time to rebuild. Thanks for the support!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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