fix: 인기순 검색에서 스냅샷 없는 주류 누락 수정 - #747
Open
Whale0928 wants to merge 1 commit into
Open
Conversation
This was referenced Sep 5, 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.
인기순 검색이 최신 HOUR 인기 점수 스냅샷과 INNER JOIN되어, 같은 검색어로 랜덤 검색에 나타나는 주류가 리뷰 작성의 인기순 검색에서는 빠지는 문제를 수정합니다. 운영에서
벤로막검색은 POPULAR 31개, RANDOM 34개였고 차이 ID는 5090, 5096, 5695였습니다.프론트엔드, DB 스키마, 배치, 운영 데이터는 변경하지 않습니다.
검증은 요청에 따라 로컬 실행 없이 PR 생성 후 GitHub Actions CI #698에서 수행했습니다. 대상 커밋은
b8d28d6d71b9742935746c964d2faa2d546890b1이며 모든 CI 작업과 전체 빌드가 통과했습니다../gradlew build -x test --build-cache --parallel통과운영 반영 후 데이터가 같다면 정렬 방식과 관계없이 검색 ID 집합이 일치해야 합니다. 이번 검증은 테스트 환경에서 수행했으며 운영 배포나 부하 측정은 수행하지 않았습니다.
관련 이슈: bottle-note/workspace#438
브랜치 이름을 영어로 변경하면서 기존 PR #746을 대체합니다. 코드와 커밋은 동일하며, 기존 GitHub Actions 검증 결과도 같은 커밋에 대한 결과입니다.