Skip to content

fix(eBPF): enforce reassembly path when MySQL reassembly is enabled#11793

Merged
kylewanginchina merged 1 commit into
v6.6from
mysql_infer
Jun 11, 2026
Merged

fix(eBPF): enforce reassembly path when MySQL reassembly is enabled#11793
kylewanginchina merged 1 commit into
v6.6from
mysql_infer

Conversation

@yinjiping

@yinjiping yinjiping commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

When MySQL reassembly is enabled, force all related traffic into the reassembly pipeline. Otherwise, single-packet protocol inference may misidentify consecutive same-direction packets as complete MySQL requests or responses.

This could lead to MSG_UNKNOWN not being returned, preventing the reassembly logic from being triggered and causing incorrect parsing behavior.

Ensure same-direction continuous data is not prematurely treated as independent complete MySQL messages when reassembly is enabled.

This PR is for:

  • Agent

Affected branches

  • v6.6

When MySQL reassembly is enabled, force all related traffic into the
reassembly pipeline. Otherwise, single-packet protocol inference may
misidentify consecutive same-direction packets as complete MySQL
requests or responses.

This could lead to MSG_UNKNOWN not being returned, preventing the
reassembly logic from being triggered and causing incorrect parsing
behavior.

Ensure same-direction continuous data is not prematurely treated as
independent complete MySQL messages when reassembly is enabled.
@kylewanginchina kylewanginchina merged commit 579c1c9 into v6.6 Jun 11, 2026
8 checks passed
@kylewanginchina kylewanginchina deleted the mysql_infer branch June 11, 2026 05:42
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.

2 participants