Skip to content

Add MySQL FAQ entry for unsupported MariaDB partial row events#6487

Merged
Blargian merged 3 commits into
mainfrom
fix/dbi-815/mysql-fail-on-maria-partial-row-data-event
Jul 3, 2026
Merged

Add MySQL FAQ entry for unsupported MariaDB partial row events#6487
Blargian merged 3 commits into
mainfrom
fix/dbi-815/mysql-fail-on-maria-partial-row-data-event

Conversation

@dtunikov

@dtunikov dtunikov commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

What

Adds a MySQL ClickPipes FAQ entry (anchor #mariadb-partial-row-event-unsupported) explaining why a pipe fails when it encounters a MariaDB 12.3+ PARTIAL_ROW_DATA_EVENT, and how to recover.

Why

MariaDB 12.3+ fragments oversized row changes into PARTIAL_ROW_DATA_EVENTs that a consumer must buffer and reassemble. ClickPipes doesn't support reassembly yet, so it now fails loudly (rather than silently dropping the row change) and requires a resync. The new NOTIFY_BINLOG_PARTIAL_ROW_EVENT_UNSUPPORTED alert links users here.

Mitigation documented

  • Resync the pipe to recover.
  • Optionally raise binlog_row_event_fragment_threshold on the source to reduce fragmentation, keeping it below max_allowed_packet.

Paired with clickpipes-platform PR (branch fix/dbi-815/mysql-fail-on-maria-partial-row-data-event) which references this anchor.

🤖 Generated with Claude Code

Documents why a pipe fails on a MariaDB 12.3+ PARTIAL_ROW_DATA_EVENT
and how to recover (resync, optionally raise
binlog_row_event_fragment_threshold below max_allowed_packet). This
anchor is referenced by the NOTIFY_BINLOG_PARTIAL_ROW_EVENT_UNSUPPORTED
alert in clickpipes-platform.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@dtunikov dtunikov requested review from a team as code owners July 3, 2026 12:33
@vercel

vercel Bot commented Jul 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clickhouse-docs Ready Ready Preview, Comment Jul 3, 2026 1:11pm
clickhouse-docs-jp Building Building Preview, Comment Jul 3, 2026 1:11pm
3 Skipped Deployments
Project Deployment Actions Updated (UTC)
clickhouse-docs-ko Ignored Ignored Preview Jul 3, 2026 1:11pm
clickhouse-docs-ru Ignored Ignored Preview Jul 3, 2026 1:11pm
clickhouse-docs-zh Ignored Ignored Preview Jul 3, 2026 1:11pm

Request Review

dtunikov and others added 2 commits July 3, 2026 14:38
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@Blargian Blargian merged commit cc77a98 into main Jul 3, 2026
17 checks passed
@mintlify

mintlify Bot commented Jul 3, 2026

Copy link
Copy Markdown

Docs PR opened: ClickHouse/mintlify-docs-dev#329

Added a MySQL ClickPipes FAQ entry explaining why pipes fail on unsupported MariaDB 12.3+ partial row events and how to recover.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants