Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BE] replica로 업데이트 쿼리 날아가던 오류 수정 #374

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

ikjo39
Copy link
Contributor

@ikjo39 ikjo39 commented Sep 27, 2024

관련 이슈

작업 내용

@Transactional을 붙히지 않아 우선으로 날아간 select 쿼리로 인해 replica로 datasource가 설정된 상태에서 update 쿼리가 날아가 에러가 발생했어요.

특이 사항

리뷰 요구사항 (선택)

@ikjo39 ikjo39 added 🐈‍⬛ 백엔드 백엔드 관련 이슈에요 :) 🥵 핫픽스 핫! 빠르게 문제를 해결해요 :( labels Sep 27, 2024
@ikjo39 ikjo39 added this to the 5차 데모데이 milestone Sep 27, 2024
@ikjo39 ikjo39 self-assigned this Sep 27, 2024
Copy link

Test Results

153 tests  ±0   153 ✅ ±0   20s ⏱️ ±0s
 32 suites ±0     0 💤 ±0 
 32 files   ±0     0 ❌ ±0 

Results for commit 52e9996. ± Comparison against base commit ea2ccdc.

@ikjo39 ikjo39 merged commit 912b343 into develop Sep 27, 2024
12 checks passed
@ikjo39 ikjo39 deleted the hotfix/373-change-transaction branch September 27, 2024 03:30
ikjo39 added a commit that referenced this pull request Sep 27, 2024
hotfix: replica로 업데이트 쿼리 날아가던 오류 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐈‍⬛ 백엔드 백엔드 관련 이슈에요 :) 🥵 핫픽스 핫! 빠르게 문제를 해결해요 :(
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BE] update 쿼리가 replica로 가던 오류를 수정해요 :(
3 participants