-
Notifications
You must be signed in to change notification settings - Fork 1
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
[feat] 결제시 동일한 카트에 대한 중복 결제 문제 #150
The head ref may contain hidden characters: "feature/118_Dr-KoKo_Hyeon-Uk_\uACE0\uB3C4\uD654_\uACB0\uC81C\uC2DC_\uB3D9\uC77C\uD55C_\uCE74\uD2B8\uC5D0_\uB300\uD55C_\uC911\uBCF5_\uACB0\uC81C_\uBB38\uC81C"
[feat] 결제시 동일한 카트에 대한 중복 결제 문제 #150
Conversation
* [feat] Redis 환경설정 파일 생성 - port 와 host를 받아 connection을 생성 - redisTemplate에 직렬화 도구로 key : string, value = GenericJackson2JsonRedisSerializer 로 설정 * [fix] Cart의 생성자를 protected에서 public으로 변경 * [fix] CaartService에서 customerId의 cart를 가져오는 로직을 supplier로 변경 * [feat] Redis전용 CartEntity와 CartItemEntity를 생성 * [feat] Redis를 이용해서 Cart를 영속하는 레포지토리 구현 * [test] Redis를 이용해서 Cart를 영속하는 레포지토리 테스트 * [fix] ContainerSettingTest 삭제 여러개의 test-container를 구동시키면 포트 충돌로 일단 삭제 * [fix] testcode 가 돌아갈 수 있도록 환경변수 추가, inmemory cart repository를 primary로 수정
* [fix] 카트 도메인 엔티티 수정 * [feat] 카트 영속성 엔티티 구현 * [feat] DB를 사용하는 CartRepository 구현체 * [fix] CartService 오류 수정 Transactional 적용 orElse -> orElseGet : 데이터가 존재함에도 불구하고 저장되는 오류 수정 * [fix] 도메인 엔티티로 변환시 id값도 추가 * [refactor] 변수명 변경 * [fix] 생성자 접근제어자 protected * [test] JpaCartRepository 테스트 코드 작성
* [feat] 조회하고자 하는 카트가 없을 때 발생시킬 예외 구현 * [feat] 구매자의 카트를 조회하는 Dao * [feat] 카트 조회 앤드포인트 * [feat] 카트를 조회할 수 있는 Dao를 Redis를 이용해서 구현 (#135) * [test] menu 더미를 저장하고 반환하는 메서드 추가 및 상점을 24시간 열려있도록 수정 * [feat] getter 및 생성자 추가 * [feat] redis용 dao를 임시로 inMemoryCartRepository를 이용해서 구현 * [test] RedisCartDao 테스트코드 추가 * [feat] CartItemInfo에도 getter 추가 * [fix] 테스트 이후 데이터를 롤백시키기 위해 @transactional 추가 * [fix] CartResponse의 amount를 Integer로 수정 * [feat] Jpa를 이용한 카트 조회 dao --------- Co-authored-by: 김현욱 <[email protected]>
String -> UUID
Co-authored-by: Dr-KoKo <[email protected]>
Co-authored-by: Dr-KoKo <[email protected]>
Co-authored-by: Dr-KoKo <[email protected]>
Co-authored-by: Dr-KoKo <[email protected]>
Co-authored-by: Dr-KoKo <[email protected]>
@joincolumn만 이용하면 CartEntity를 통해CartItemEntity를 영속화시키지 못한다.
테스트용 yml 수정
fetchOne()의 결과로 리스트가 반환되어 오류가 발생
* [feat] 카트 조회시 X-lock 적용 * [test] TransactionTemplate를 통해서 Cart를 조회
* [feat] cartRepository의 findByCustomerId에 분산락을 적용한 버전 임시 * [feat] 분산락을 잡지 못했을 경우에 던지는 exception을 커스텀해서 던질 수 있도록 수정. * [fix] wait time 을 0초로 변경 - 중복 결제 요청들이 락을 다시 획득하기 위해서 기다릴 필요가 없음 --------- Co-authored-by: donghar <[email protected]>
This reverts commit a2b0da5.
- 기존 테스트환경에서 redis connection 오류를 수정한 main 브랜치를 머지하며 생긴 conflict 해결
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.
수고하셨습니다!
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.
👍👍
…118_Dr-KoKo_Hyeon-Uk_고도화_결제시_동일한_카트에_대한_중복_결제_문제 # Conflicts: # build.gradle # src/main/java/camp/woowak/lab/infra/aop/DistributedLock.java # src/main/java/camp/woowak/lab/infra/aop/DistributedLockAop.java # src/main/resources/application.yaml # src/test/java/camp/woowak/lab/web/dao/store/StoreDummiesFixture.java # src/test/resources/application.yml
두 개로 분리되어 있던 생성자를 하나로 통일
디폴트 예외 설정의 누락으로 인한 컴파일 오류 해결
💡 다음 이슈를 해결했어요.
Issue Link - #118
분산락을 이용한 중복 주문/결제 방지
2-1) 성공하면 로직 수행
2-2) 실패하면
DuplicateOrderException
발생배타적 락과 비교
따라서 1) DB Connection의 소진 염려, 2) 느린 응답 시간으로 인해 분산락이 더 효율적이라고 판단하였습니다.
낙관적 락과 비교
상품을 담는 요청과의 경합
에서 원치 않는 결제가 수행될 염려가 있습니다.따라서 1) 충돌로 인한 지나친 비용, 2) 임계 영역의 코드 수행으로 인한 위험성으로 인해 분산락이 더 효율적이라고 판단하였습니다.
Redis를 이용한 Cart 저장 및 조회
💡 이슈를 처리하면서 추가된 코드가 있어요.
💡 다음 자료를 참고하면 좋아요.
NamedLock
✅ 셀프 체크리스트