Yong Shu

Results 1 issues of Yong Shu

src/backend/ci/core/common/common-scm/src/main/kotlin/com/tencent/devops/scm/utils/code/svn/SvnUtils.kt 这个类中 getRepository 方法使用的 DefaultSVNRepositoryPool 会导致服务器 oom ![image](https://github.com/TencentBlueKing/bk-ci/assets/34914897/64422cec-8080-4140-807c-769877966a02) 下图是该类型的数量 ![image](https://github.com/TencentBlueKing/bk-ci/assets/34914897/9d2b8ac9-5a73-4d94-9ab8-f73f5ee74686) 这个pool创建的对象不会被销毁掉,会一直在内存中堆积

kind/bug