Skip to content
/ server Public

Comments

MDEV-29252: Avoid masking specific IO thread errors with generic relay log write failure#4676

Open
abhishek593 wants to merge 3 commits intoMariaDB:mainfrom
abhishek593:MDEV-29252
Open

MDEV-29252: Avoid masking specific IO thread errors with generic relay log write failure#4676
abhishek593 wants to merge 3 commits intoMariaDB:mainfrom
abhishek593:MDEV-29252

Conversation

@abhishek593
Copy link

This PR ensures that the slave IO thread reports specific error codes instead of masking them with the generic ER_SLAVE_RELAY_LOG_WRITE_FAILURE.

Changes:

  • Updated logic in sql/slave.cc to preserve specific error codes from queue_event.
  • Updated existing tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant