Issue Number :700603a
| Issue | Memory leaks occur when using Windows AIO. Additionally, numerous aio_suspend error:0 logs are recorded in SLOG and ILOG. |
| Cause | The logic was implemented based on incorrect assumptions about the behavior of the Windows API, causing the issue. |
| Solutions | Modify the related logic to consider possible behaviors of the Windows API. |