You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once a GTID has been generated the binary will start as expected. Either the binlog reader should handle this condition or the error message should be made clearer.
The text was updated successfully, but these errors were encountered:
If 'Executed_Gtid_Set' is found empty and invalid query is sent towards
the server, and an infinite loop can take place once 'get_remote_binlog'
is called. We prevent this by waiting until the first 'GTID' has been
processed.
If no GTIDs have been generated the binlog reader will fail to start with a message
error in initializing slave: basic_string::erase
in the logs.Once a GTID has been generated the binary will start as expected. Either the binlog reader should handle this condition or the error message should be made clearer.
The text was updated successfully, but these errors were encountered: