Conversation
- 인기 지역 조회에서 클래스 수준 read-only 트랜잭션 중단 - 스냅샷 조회/갱신을 독립적인 쓰기 트랜잭션으로 분리 - 비관적 잠금과 스냅샷 저장의 원자성 보장 - 트랜잭션 전파 설정 회귀 테스트 추가 - Hibernate JDBC 중복 경고 로그 제거 - JSON 예외 스택을 원인 우선으로 정렬 - 예외 스택 길이와 출력 프레임 제한
|
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.



주요 변경 사항
/api/locations/popular이 읽기 전용 트랜잭션에서 스냅샷 갱신 잠금을 시도해 503을 반환하던 문제 수정