You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/10/08 08:27:39 UTC

[GitHub] [camel] essobedo opened a new pull request, #8497: CAMEL-18582: Remove SocketTimeoutException from non retryable classes

essobedo opened a new pull request, #8497:
URL: https://github.com/apache/camel/pull/8497

   Related to https://issues.apache.org/jira/browse/CAMEL-18582
   
   ## Motivation
   
   With the latest fix, we now get errors of type `SocketTimeoutException: Read timed out` indicating that the runner loses regularly the connection with maven central for some period of time but as it can recover it, to workaround it, we need to make sure that it can retry when it faces this kind of error.
   
   ## Modifications:
   
   * Use `default` as retry handler instead of `standard` to be able to change the non-retryable classes
   * By default, `SocketTimeoutException` as a subclass of `InterruptedIOException` is part of the non-retryable classes which is the reason why no retries are made, so we need to redefine the non-retryable classes without `InterruptedIOException` to make sure that it will retries in case of `Read timed out`
   


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel] github-actions[bot] commented on pull request #8497: CAMEL-18582: Remove SocketTimeoutException from non retryable classes

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #8497:
URL: https://github.com/apache/camel/pull/8497#issuecomment-1272349951

   :no_entry_sign: There are (likely) no components to be tested in this PR


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel] github-actions[bot] commented on pull request #8497: CAMEL-18582: Remove SocketTimeoutException from non retryable classes

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #8497:
URL: https://github.com/apache/camel/pull/8497#issuecomment-1272885415

   :no_entry_sign: There are (likely) no components to be tested in this PR


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel] essobedo merged pull request #8497: CAMEL-18582: Remove SocketTimeoutException from non retryable classes

Posted by GitBox <gi...@apache.org>.
essobedo merged PR #8497:
URL: https://github.com/apache/camel/pull/8497


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel] github-actions[bot] commented on pull request #8497: CAMEL-18582: Remove SocketTimeoutException from non retryable classes

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #8497:
URL: https://github.com/apache/camel/pull/8497#issuecomment-1272307585

   :no_entry_sign: There are (likely) no components to be tested in this PR


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel] essobedo commented on pull request #8497: CAMEL-18582: Remove SocketTimeoutException from non retryable classes

Posted by GitBox <gi...@apache.org>.
essobedo commented on PR #8497:
URL: https://github.com/apache/camel/pull/8497#issuecomment-1273116640

   During the last build, we can see in the log file that several `read timed out`s occurred but the build still passed, so it should be good now


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel] github-actions[bot] commented on pull request #8497: CAMEL-18582: Remove SocketTimeoutException from non retryable classes

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #8497:
URL: https://github.com/apache/camel/pull/8497#issuecomment-1272299014

   :no_entry_sign: There are (likely) no components to be tested in this PR


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel] github-actions[bot] commented on pull request #8497: CAMEL-18582: Remove SocketTimeoutException from non retryable classes

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #8497:
URL: https://github.com/apache/camel/pull/8497#issuecomment-1272365627

   :no_entry_sign: There are (likely) no components to be tested in this PR


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel] github-actions[bot] commented on pull request #8497: CAMEL-18582: Remove SocketTimeoutException from non retryable classes

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #8497:
URL: https://github.com/apache/camel/pull/8497#issuecomment-1273086713

   :no_entry_sign: There are (likely) no components to be tested in this PR


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel] github-actions[bot] commented on pull request #8497: CAMEL-18582: Remove SocketTimeoutException from non retryable classes

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #8497:
URL: https://github.com/apache/camel/pull/8497#issuecomment-1272276597

   :no_entry_sign: There are (likely) no components to be tested in this PR


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel] github-actions[bot] commented on pull request #8497: CAMEL-18582: Remove SocketTimeoutException from non retryable classes

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #8497:
URL: https://github.com/apache/camel/pull/8497#issuecomment-1272286360

   :no_entry_sign: There are (likely) no components to be tested in this PR


-- 
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: commits-unsubscribe@camel.apache.org

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