You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "Ted-Jiang (via GitHub)" <gi...@apache.org> on 2023/04/10 05:55:21 UTC

[GitHub] [arrow-ballista] Ted-Jiang opened a new issue, #737: [feature] support shuffle read with retry when facing IO error.

Ted-Jiang opened a new issue, #737:
URL: https://github.com/apache/arrow-ballista/issues/737

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 
   (This section helps Arrow developers understand the context and *why* for this feature, in addition to  the *what*)
   Same in spark 
   ``` scala
    /**
      * Max number of times we will try IO exceptions (such as connection timeouts) per request.
      * If set to 0, we will not do any retries.
      */
     public int maxIORetries() { return conf.getInt(SPARK_NETWORK_IO_MAXRETRIES_KEY, 3); }
   ```
   https://github.com/apache/spark/blob/2878cd84d5d5edcaa9bbc642c12d8c7f6f009328/common/network-common/src/main/java/org/apache/spark/network/util/TransportConf.java#L157
   **Describe the solution you'd like**
   A clear and concise description of what you want to happen.
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-ballista] Ted-Jiang closed issue #737: [feature] support shuffle read with retry when facing IO error.

Posted by "Ted-Jiang (via GitHub)" <gi...@apache.org>.
Ted-Jiang closed issue #737: [feature] support shuffle read with retry when facing IO error.
URL: https://github.com/apache/arrow-ballista/issues/737


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org