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/06 12:06:11 UTC

[GitHub] [camel] essobedo opened a new pull request, #8488: Camel 18582/change timeouts

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

   Related to https://issues.apache.org/jira/browse/CAMEL-18582
   
   ## Motivation
   
   After a deeper analysis, it appears that the build failures are indirectly due to errors of type `I/O exception (java.net.SocketException) caught when processing request to {s}->https://repo.maven.apache.org:443: Connection timed out (Read failed)`  which has for consequences to keep the lock on the artifacts for more than 15 minutes such that the build ends up with a lock issue since the lock timeout is only of 5 minutes.
   
   ## Modifications:
   
   * Increase the lock timeout to 15 minutes
   * Set the read timeout to 5 minutes
   * Remove the step that generates a thread dump since it is not due to a deadlock


-- 
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 #8488: CAMEL-18582: Update timeouts to prevent write lock issues

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


-- 
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 #8488: CAMEL-18582: Update timeouts to prevent write lock issues

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

   :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