[HSC-316] hikari 커넥션 풀 수정#286
Closed
YeongHyeonHeo wants to merge 1 commit into
Closed
Conversation
🧪 Test Coverage Report (JaCoCo)
Package line spark (sample): 📦 Package coverage (worst 10)
🧨 Lowest coverage classes (worst 10)
🧩 Changed files coverage breakdown (0 files)No changed Java files under 🔎 HTML 리포트: Actions → Artifacts → |
There was a problem hiding this comment.
Code Review
이번 풀 리퀘스트는 HikariCP의 최대 커넥션 풀 크기를 20에서 50으로 상향 조정하는 변경을 포함하고 있습니다. 리뷰 결과, 공통 설정 파일에서 기본값을 높이는 것은 여러 서비스 인스턴스가 동일한 설정을 공유하는 환경에서 데이터베이스 커넥션 고갈(Connection Exhaustion)을 유발할 위험이 있는 것으로 판단되었습니다. 따라서 기본값은 기존 20으로 유지하고, 대규모 쿼리가 필요한 특정 환경에서만 설정을 분리하여 적용할 것을 권장합니다.
bon0512
approved these changes
Apr 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝작업 내용
hikari 커넥션 풀 50으로 수정
👀변경 사항
🎫 Jira Ticket
#️⃣관련 이슈