TWSD-597 - Urgent: AVX WebUI Unresponsive Issue on Version 2.7.3.7 || Stock holding || AS-19813
Review Request #906 — Created June 5, 2025 and submitted
| Information | |
|---|---|
| shuinvy | |
| AVX2 | |
| rel_avx_2_7_4 | |
| TWSD-597 | |
| Reviewers | |
| jasonchang, timlai, timsu | |
Prevent race condition mkdir issue
When it happened:
A thread is check there is no directory and want to create one.
B thread is check there is no directory, too. However, when B want to create one, it face A is already created, then error happened.
Should not intterrupt the process even folder is created.
