Skip to content

Conversation

swuferhong
Copy link
Contributor

Purpose

Linked issue: close #1641

LogScanner's consumption latency keeps increasing during cluster upgrades. It appears the upgrade caused a Netty worker to hang. Fluss currently defaults to only 1 Netty worker thread (netty.client.num-network-threads=1), resulting in network channel congestion. The issue disappears when increasing netty.client.num-network-threads to 3.

Brief change log

Tests

API and Format

Documentation

Copy link
Contributor

@zhuangchong zhuangchong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@swuferhong swuferhong merged commit ab841ba into apache:main Sep 4, 2025
9 of 10 checks passed
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.

LogScanner's consumption latency keeps increasing during cluster upgrades
2 participants