zuston commented on code in PR #1693: URL: https://github.com/apache/incubator-uniffle/pull/1693#discussion_r1600975971
########## docs/client_guide/spark_client_guide.md: ########## @@ -149,4 +149,20 @@ Other configuration: |---|---|---| |spark.rss.access.timeout.ms|10000|The timeout to access Uniffle coordinator| |spark.rss.client.access.retry.interval.ms|20000|The interval between retries fallback to SortShuffleManager| -|spark.rss.client.access.retry.times|0|The number of retries fallback to SortShuffleManager| \ No newline at end of file +|spark.rss.client.access.retry.times|0|The number of retries fallback to SortShuffleManager| + +### Partition reassign in one shuffle attempt + +To achieve better task stability, partition's reassign mechanism that requests the new replacement shuffleServers is introduced to overcome server instability Review Comment: I'm glad to accept your suggestion. -- 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]
