“delayed commit ok initiated” – is a thread state in Aurora MySQL which indicates the thread has started the async commit process but is waiting for it to be ack’d. You will not find this thread state in MySQL as MySQL does not use our async commit protocal, it is Aurora MySQL specific. This is usually the genuine commit time of a transaction.
This is a “state” and not a wait.
Comments