issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:TypeScript
Filter by
49.6M results
sdfafdsdfa dfsafd fadf sf a
The release 1.2.40 failed partially. Deployment towards Maven Central repository worked fine. But the deployment plugin
for release-monthly.yaml failed because of:
[INFO] ------------------------------------------------------------------------ ...
bug
Hotspot lantern_unlit in scene cloisters. Machine-readable below — auto-applied by the [apply] workflow (harness-gated).
{ apply : hotspot , scene : cloisters , id : lantern_unlit , shape :{ type : poly ...
문제
정렬·랭킹마다 price_history JOIN 또는 2차 조회 발생. TD-1·TD-4의 근본 원인.
해결
- membership_course.latest_price, latest_price_at 컬럼 추가
- 수집(CollectService) 시 최신가로 갱신
- 정렬/랭킹 쿼리에서 JOIN·2차 조회 제거
영향 파일
- course/entity/MembershipCourse.java ...
enhancement
문제
CourseService.getRanking() — findAll()로 전 종목을 메모리에 적재 후 스트림 필터. 정렬 502(#95)와 동일 패턴. 종목 증가 시 OOM/지연.
해결
- DB 레벨 필터링 + 페이지네이션 native query로 전환
- price_history JOIN으로 현재가/기준가 계산을 DB에서 처리하거나, latest_price ...
bug
Environment
- OS: Windows
- Runtime: Python 3.x
- Docker: Not tested
- Browser: Chrome
Steps to reproduce
1. Clone the repository
2. Follow README setup instructions
3. Run the application ...
문제
AlertService.checkAndNotify() 루프 안에서:
- existsByWatchlistIdAndSentAtAfter를 watchlist 수만큼 호출
- lazy loading getMember(), getCourse()
해결
- alertLog를 watchlistId IN 쿼리로 일괄 조회 후 메모리 필터
- watchlist ...
bug
Thank you 🙇♀ for wanting to create an issue in this repository. Before you do, please search the existing issues first
as the problem may be already reported.
Actual Behavior
A clear and concise description ...
new
문제
JwtAuthenticationFilter:40 — 모든 인증 요청마다 memberRepository.findById() 호출. 요청량에 비례한 DB 히트.
해결
- JWT 클레임(memberId, role)만으로 OAuth2UserPrincipal 구성
- 필터에서 DB 조회 제거 (인증에 DB 불필요)
- 회원 상태 변경(탈퇴/정지)은 ...
enhancement
문제
CollectService.collectOne()이 @Transactional 메서드 안에서 collector.collect()(수십 초 네트워크 I/O)를 호출. DB 커넥션을 크롤링 종료까지 점유 → 소스 N개면
커넥션 N개가 수십 초 묶임 → t3.small 커넥션 풀 고갈 → 502.
해결
- 크롤링(I/O)을 트랜잭션 밖에서 실행
...
bug

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.