jenkinsci / jenkinsci/subversion-plugin
[JENKINS-31127] Subversion Notify Commit needs long time to reply
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
In the post-commit hook the request to url to notify subversion commits takes long time to reply (3-5 min), using wget the error showed is:
Connecting to myjenkins:8080... connected
HTTP request sent, awaiting response... Read error (Connection timed out) in headers.
This is reproducible in each try, using the next timeout values: 2, 4, 8, 16, 32, 64, 128, 256, 1024, 2048...
---
Originally reported by roberto87, imported from: Subversion Notify Commit needs long time to reply
recena
Raw content of original issue
In the post-commit hook the request to url to notify subversion commits takes long time to reply (3-5 min), using wget the error showed is:
Connecting to myjenkins:8080... connected
HTTP request sent, awaiting response... Read error (Connection timed out) in headers.This is reproducible in each try, using the next timeout values: 2, 4, 8, 16, 32, 64, 128, 256, 1024, 2048...
environment
```
Ubuntu Server 14.04 64 bits
Jenkins version: 1.633
Subversion Plugin version: 2.5.3
```
Contributor guide
Assessment
This issue has not been assessed yet.