tgravescs commented on PR #43627:
URL: https://github.com/apache/spark/pull/43627#issuecomment-1796408368

   I agree that ideally we would finish SPARK-25299, I don't see that happening 
anytime soon.  I also don't think it covers the case of people replacing the 
entire ShuffleManager vs just the storage piece.   ShuffleManager API isn't 
public either but we have multiple implementations doing that now (Ubers RSS, 
project Gluten, Spark Rapids, I thought Cosco was although its not open source, 
etc).  
   One note is that issue SPARK-25299 had a sub issue that was going to use the 
SparkPlugin for configuration 
https://issues.apache.org/jira/browse/SPARK-30033/https://github.com/apache/spark/pull/26670
 and had a pr that mentions the weird interaction with initialization and it 
works around it in a different way.
   
   Overall while there are a bunch of changes here most of it is just moving 
initialization stuff around that shouldn't impact anything else. The one thing 
that is user impacting is the SparkEnv api change, which if we only do with 4.0 
shouldn't be a big deal, unless there is some usage I'm not aware of.  @mridulm 
 Is there a specific part you are concerned with?  
   


-- 
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