jenkinsci / jenkinsci/subversion-plugin
[JENKINS-69761] org.tmatesoft.svn.core.SVNException: svn: E175002: Connection reset
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
Hi,
When I update revision from Windows, if the revision has a lot of Changes, I get error org.tmatesoft.svn.core.SVNException: svn: E175002: Connection reset, I don't find error log in server, I don't get this error in Linux.
My svn repo is ~22G and some revisions contain more than ~7000 Changes.
I found svnkit checkout to be slow, about 5x slower than svn cli in intranet netwok.
PC Specs: Windows 10 Pro, Intel i9-12900K, 128GB Memory, Samsung SSD 980 PRO 2TB.
I'm trying -Dhudson.spool-svn=true.
Jenkins slave launch cmmand: java -XX:+UseG1GC -Xms1g -Xmx1g -Dhudson.spool-svn=true -jar slave.jar
---
Originally reported by melefans, imported from: org.tmatesoft.svn.core.SVNException: svn: E175002: Connection reset
Raw content of original issue
Hi,
When I update revision from Windows, if the revision has a lot of Changes, I get error org.tmatesoft.svn.core.SVNException: svn: E175002: Connection reset, I don't find error log in server, I don't get this error in Linux.My svn repo is ~22G and some revisions contain more than ~7000 Changes.
I found svnkit checkout to be slow, about 5x slower than svn cli in intranet netwok.
PC Specs: Windows 10 Pro, Intel i9-12900K, 128GB Memory, Samsung SSD 980 PRO 2TB.
I'm trying -Dhudson.spool-svn=true.
Jenkins slave launch cmmand: java -XX:+UseG1GC -Xms1g -Xmx1g -Dhudson.spool-svn=true -jar slave.jar
environment
```
svn server version: 1.13.0
subversion plugin: 2.16.0
jenkins version: 2.346.2
jvm version: 11.0.15
```
2 attachments
- [20221002-172717.jpeg](https://issues.jenkins.io/secure/attachment/59185/20221002-172717.jpeg)
> 
- [20221002-174627.jpeg](https://issues.jenkins.io/secure/attachment/59186/20221002-174627.jpeg)
> 
Contributor guide
Assessment
This issue has not been assessed yet.