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