Executing hook on transaction begin.
Short Description
A replication transaction is waiting to apply.
Detailed Descriptionβ
When group_replication_consistency
is set to BEFORE
(or includes it), while a transaction is waiting for the applying queue to be committed, itβs possible to track those waiting transactions by running the following query:
SELECT * FROM information_schema.processlist WHERE state='Executing hook on transaction begin.';
How to reduce this waitβ
Not available yet. Contributions welcome.
Additional Linksβ
Search onlineβ
If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.