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

리팩토링 #175

Open
wants to merge 19 commits into
base: dev
Choose a base branch
from
Open

Conversation

starwook
Copy link
Collaborator

@starwook starwook commented Jan 7, 2025

작업 내용

  • 리드미 갱신
  • 클래스 패키지, 이름 수정
  • 선착순 이벤트 참여 로직 간소화

starwook and others added 19 commits September 3, 2024 14:37
* refactor: 테스트 기준 yml 파일 local로 수정

* refactor: DatasourceConfig 의존하는 yml 파일 설정 수정

* refactor: Pr시 트리거가 작동되도록 수정

* build: ncp CD작업 추가

* docs: appleboy version 수정

* build: deploy.yml에서 주석 부분을 제거

* build: build와 deploy 부분을 분리

* build: appleboy 1.0.3 버전 수정

* build: cloud agent 주석 적용

* build: host 줄 분리

* build: script문 줄 맞춤 수정

* build: with문 줄 맞춤 수정

* build: 테스틀흘 위한 scrpit문 주석 적용

* build: deploy steps 합치며 주석 들여쓰기 수정

* feat: NCP 용 Pinpoint agent 파일 추가

* refactor: 모니터링 서버 IP 수정

* refactor: Connection을 기다리는 시간을 15초로 수정
* docs: 서버에 저장된 OrderEvent을 초기화해주는 메소드에 주석 추가

* feat: OrderApplyCount 조회시 다수의 Record에 저장하도록 수정

* refactor: OrderApplyCount 변경된 로직에 맞게 테스트 수정

* refactor: 서버의 OrderApplyCount가 최신화 되도록 수정

* feat: Index 로드밸런싱을 위한 IndexLoadBalanceService 구현

* feat: IndexLoadBalanceService를 구현한 BlockingQueueIndexLoadBalanceSerivce 구현

- ArrayBlockingQueue를 사용하여 로드밸런싱

* refactor: 실제 DB에 접근할 떄 IndexLoadBalanceService에서 받은 Index의 DB에 접근하도록 수정

* test: IndexLoadBalanceService를 Mock하여 테스트 수정

* docs: 주석 수정

* refactor: DB 커넥션을 얻기 전에 ApplyCount 인덱스를 발급받도록 수정

- 커넥션을 받는데 생기는 병목 현상을 해소하기 위해 커넥션 또한 특정된 수만큼만 할당 받을 수 있도록 구현

* test: 테스트 수정

* docs: 주석 추가

* feat: ApplyCount 초기화 API 추가
* refactor: 선착순 이벤트 참여 DB 접근을 위한 BlockingQueue가 10000개까지 변수를 수용할 수 있도록 수정

* docs: 주석 추가

* refactor: 락을 걸고 OrderApplyCount를 가져오는 메소드를 새로운 Interface에서 수행하도록 수정

* refactor: CurrentOrderEvent 테스트 수정

CurrentOrderEvent 단위 테스트가 객체 자신의 OrderApplyCount에 의존하도록 수정

* refactor: CurrentOrderEventManagerService -> OrderEventFromServerMemoryService로 수정

적합한 이름으로 변경

* refactor: OrderApplyCount가 저장 되어있는 곳(서버, DB)에 따른 Service가 분리되도록 수정

* test: OrderEventFromServerMemoryServiceTest의 단위 테스트의 OrderApplyCountService에 대한 의존성 제거
* feat: feat: OrderApplyCount의 숫자를 스케쥴하여 올리는 OrderApplyCountAsynceService 구현

* refactor: OrderApplyCount와 OrderResult 패키지 분리

- 패키지 분리 및 데이터소스 분리

* refactor: OrderApplyCountAsyncService 추가

-  OrderApplyCount를 비동기적으로 스케쥴링하여 수정하는 Service

* refactor: CompletableFuture.get() -> join()으로 수정

- UncheckedException을 날리는 join으로 수정
* refactor: 선착순 인원 꽉 찬 여부를 객체내에서 판별하도록 수정

* feat: OrderApplyCount 네임드락 서비스 추가

* refactor: 비즈니스 로직 커밋 이후에 락을 해제하도록 수정

* build: 선착순 인원 판별 서비스를 OrderApplyCountAsyncService로 수정
- 기존은 참여 실패시 OrderApplyCount의 상태를 바꾸고 모든 OrderApplyCount의 상태가 바뀌면 OrderEvent의 상태가 바뀌었음
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant