-
Notifications
You must be signed in to change notification settings - Fork 5
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
주문 시, 구매입찰/판매입찰 조회에 대한 PESSIMISTIC_WRITE 락 걸기 #233
Conversation
- 여러 트랜잭션이 동시에 저장요청 시, optimisticLockTimeOut 이 걸려 예외가 발생
- 2500 개의 구매요청 동시 요청 (통과✅🙆♂️)
…ck-when-order-from-bid
Test Results86 tests 72 ✅ 4s ⏱️ Results for commit f80b53a. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다.
- (이전) 동일한_판매입찰_동시에_구매입찰생성요청 - (이후) 동일한_구매입찰_동시에_즉시판매요청
…ck-when-order-from-bid
…ck-when-order-from-bid � Conflicts: � src/test/resources/application-test.yml
…SSIMISTIC_WRITE 사용
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다!
개요
작업사항
관련 이슈