SteNicholas commented on code in PR #3746:
URL: https://github.com/apache/celeborn/pull/3746#discussion_r3487491990


##########
client-spark/spark-3/src/main/scala/org/apache/spark/shuffle/celeborn/CelebornShuffleReader.scala:
##########
@@ -600,6 +600,9 @@ class CelebornShuffleReader[K, C](
 object CelebornShuffleReader {
   var streamCreatorPool: ThreadPoolExecutor = null
 
+  // TransportClientFactory already retries each attempt; allow one extra 
pooled-client attempt.
+  private val MAX_CLIENT_CREATION_ATTEMPTS_PER_HOST = 2

Review Comment:
   Could this max attempt be configurable?



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

Reply via email to