pegasas commented on PR #1136: URL: https://github.com/apache/incubator-uniffle/pull/1136#issuecomment-1676421995
> > Hi, @zuston , @jerqi , > > I have a naive question. How to decide on the shuffle strategy (ESS/RSS/Uniffle) of each shuffleId for spark driver/executor? When to change RSS to ESS is our best practise? > > You can see the DelegationShuffleManager design, the pass or not depends on the load or other access checker of coordinator determines Hi, @zuston , I created a DRAFT PR for this issue. In HybridShuffleManager, I created ESS/RSS ShuffleManager for both, Each time would be decided by Coordinator's response to decide if we should use ESS/RSS. Am I resolving this issue in right way you think? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
