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

자기소개 등록, 이미지 등록 api 병렬로 호출시 자기소개 등록 안되는 오류 원인파악 #234

Open
injoon2019 opened this issue Aug 17, 2024 · 0 comments
Assignees

Comments

@injoon2019
Copy link
Collaborator

injoon2019 commented Aug 17, 2024

💬 설명

iOS에서 시나리오

  • 탈퇴

  • 회원가입

  • 프로필 생성

  • 자기소개등록 (병렬)

  • 이미지 등록 (병렬)

성공할 때도 있고 실패할 때도 있다.

원인 파악 결과:

image
동시에 요청이 들어온다면 이미지 저장 api / 자기소개 등록 api 둘다 빈 UserProfile을 가져와서 덮어쓰는듯. 즉 동시성 문제.

해결책

일단 클라에서 동기로 두 api를 호출하고
추후 한 api로 합치는 걸로

서버 로그

image

db 상태

image

✔️ To-Do

@injoon2019 injoon2019 self-assigned this Aug 17, 2024
@injoon2019 injoon2019 changed the title 자기소개 등록, 이미지 등록 api 병렬로 호출시 자기소개 등록 안되는 오류 수정 자기소개 등록, 이미지 등록 api 병렬로 호출시 자기소개 등록 안되는 오류 원인파악 Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant