Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grpc-compression-type should affect TiKV's response to TiDB #17176

Closed
ekexium opened this issue Jun 21, 2024 · 1 comment · Fixed by #17180
Closed

grpc-compression-type should affect TiKV's response to TiDB #17176

ekexium opened this issue Jun 21, 2024 · 1 comment · Fixed by #17180

Comments

@ekexium
Copy link
Contributor

ekexium commented Jun 21, 2024

Bug Report

grpc-compression-type doesn't affect TiKV's response to TiDB.
Corresponding args may be missing here

let channel_args = ChannelBuilder::new(Arc::clone(&env))

What version of TiKV are you using?

v6.5.2

What operating system and CPU are you using?

Doesn't matter

Steps to reproduce

Run one large SELECT statement. Monitor TiKV's network traffic.

What did you expect?

Compression setting works.

What did happened?

Compression doesn't work.

@ekexium ekexium added the type/bug Type: Issue - Confirmed a bug label Jun 21, 2024
@ekexium ekexium added severity/moderate type/enhancement Type: Issue - Enhancement and removed type/bug Type: Issue - Confirmed a bug severity/moderate labels Jun 24, 2024
ti-chi-bot bot added a commit that referenced this issue Jun 24, 2024
close #17176

Set compression arguments for TiKV service. The compression arguments are loaded from TiKV config.
It will affect TiKV's response to TiDB.

Signed-off-by: ekexium <[email protected]>

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
@ekexium ekexium changed the title grpc-compression-type doesn't affect TiKV's response to TiDB grpc-compression-type should affect TiKV's response to TiDB Jun 27, 2024
3AceShowHand pushed a commit to 3AceShowHand/tikv that referenced this issue Jun 27, 2024
close tikv#17176

Set compression arguments for TiKV service. The compression arguments are loaded from TiKV config.
It will affect TiKV's response to TiDB.

Signed-off-by: ekexium <[email protected]>

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
Signed-off-by: 3AceShowHand <[email protected]>
@seiya-annie
Copy link

/found customer

@ti-chi-bot ti-chi-bot bot added the report/customer Customers have encountered this bug. label Jun 27, 2024
ti-chi-bot bot pushed a commit that referenced this issue Jul 11, 2024
close #17176

Set compression arguments for TiKV service. The compression arguments are loaded from TiKV config.
It will affect TiKV's response to TiDB.

Signed-off-by: ekexium <[email protected]>

Co-authored-by: ekexium <[email protected]>
ti-chi-bot bot added a commit that referenced this issue Jul 26, 2024
close #17176

Set compression arguments for TiKV service. The compression arguments are loaded from TiKV config.
It will affect TiKV's response to TiDB.

Signed-off-by: ekexium <[email protected]>

Co-authored-by: ekexium <[email protected]>
Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot pushed a commit that referenced this issue Jul 26, 2024
close #17176

Set compression arguments for TiKV service. The compression arguments are loaded from TiKV config.
It will affect TiKV's response to TiDB.

Signed-off-by: ekexium <[email protected]>

Co-authored-by: ekexium <[email protected]>
ti-chi-bot bot pushed a commit that referenced this issue Jul 29, 2024
close #17176

Set compression arguments for TiKV service. The compression arguments are loaded from TiKV config.
It will affect TiKV's response to TiDB.

Signed-off-by: ekexium <[email protected]>

Co-authored-by: ekexium <[email protected]>
RidRisR pushed a commit to RidRisR/tikv that referenced this issue Aug 5, 2024
close tikv#17176

Set compression arguments for TiKV service. The compression arguments are loaded from TiKV config.
It will affect TiKV's response to TiDB.

Signed-off-by: ekexium <[email protected]>

Co-authored-by: ekexium <[email protected]>
Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
Signed-off-by: RidRisR <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants