dallog / dallog.github.io

우아한테크코스 4기 달록팀의 기술 블로그 🎨
https://dallog.github.io
MIT License
10 stars 2 forks source link

troubleshooting-of-category-role-concurrency-issue/ #13

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

JPA의 낙관적 락을 사용한 동시성 이슈 해결

이 글은 우테코 달록팀 크루 후디가 작성했습니다. 오랜만의 포스팅 입니다. 이번 글에서는 달록에서 발생한 동시성 이슈를 JPA의 낙관적 락을 사용하여 해결한 경험에 대해 공유드리겠습니다. 문제 상황 달록은 카테고리 역할이라는 도메인이 존재합니다.

https://dallog.github.io/troubleshooting-of-category-role-concurrency-issue/

dongho108 commented 1 year ago

글 잘 봤습니다 후디 ㅎㅎㅎ 많은 도움이 되었습니다!! 그런데 질문이 있어요!!

트랜잭션 커밋시점에 데이터가 변경될텐데 저렇게 서비스 메서드에서 try-catch로 예외를 바꿔주는 것이 가능한가요?