Issue Number : 700499a
| Issue | An Internal Error occurs when Multi Block AIO Submit or Suspend fails. Example) Internal Error [Code:TC_GFZCOF] with condition 'mctx->ctx.pending_io== 0' |
| Cause | There was an issue in the Multi Block AIO Submit/Suspend logic that assumed I/O always succeeds. |
| Solutions | Modified so that an External Error occurs instead of an Internal Error when Multi Block AIO Submit/Suspend fails. Also, the IO Context is removed during the SO Recovery process. |