You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
필드 동기화 - 적용
LogTraceConfig
OrderControllerV3
OrderServiceV3
OrderRepositoryV3
정상 로그 실행
예외 실행 로그

필드 동기화 - 동시성 문제
기대하는 결과

기대하는 결과 - 로그 분리해서 확인하기

실제 결과

동시성 문제 - 예제 코드
테스트 코드에서도 lombok 사용을 위해 코드 추가
build.gradle
'''
dependencies {
...
//테스트에서 lombok 사용
testCompileOnly 'org.projectlombok:lombok'
testAnnotationProcessor 'org.projectlombok:lombok'
}
'''
**FieldService **
순서대로 실행
실행 결과

실행 결과를 보면 문제가 없음
실행 결과 -- 문제 발생
정리
동시성 문제
참고
All reactions