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

execdetails: Fix max_remote_stream shown in execution info.tiflash_task #52647

Merged
merged 1 commit into from Apr 17, 2024

Conversation

JaySon-Huang
Copy link
Contributor

@JaySon-Huang JaySon-Huang commented Apr 16, 2024

What problem does this PR solve?

Issue Number: close #52646

Problem Summary:
Introduced by #51726
The remote_regions and min_remote_stream is 0, but the max_remote_stream is the same as max_local_stream

What changed and how does it work?

Fix the field name

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No need to test
    • I checked and no code files have been changed.

Side effects

  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Breaking backward compatibility

Documentation

  • Affects user behaviors
  • Contains syntax changes
  • Contains variable changes
  • Contains experimental features
  • Changes MySQL compatibility

Release note

Please refer to Release Notes Language Style Guide to write a quality release note.

Fix the issue that `max_remote_stream` shown in execution info is not correct

Signed-off-by: JaySon-Huang <tshent@qq.com>
Copy link

tiprow bot commented Apr 16, 2024

Hi @JaySon-Huang. Thanks for your PR.

PRs from untrusted users cannot be marked as trusted with /ok-to-test in this repo meaning untrusted PR authors can never trigger tests themselves. Collaborators can still trigger tests on the PR using /test all.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Copy link

codecov bot commented Apr 16, 2024

Codecov Report

Merging #52647 (eec62e8) into master (924e7bf) will increase coverage by 2.0335%.
Report is 4 commits behind head on master.
The diff coverage is 100.0000%.

Additional details and impacted files
@@               Coverage Diff                @@
##             master     #52647        +/-   ##
================================================
+ Coverage   72.3603%   74.3939%   +2.0335%     
================================================
  Files          1471       1471                
  Lines        427162     427200        +38     
================================================
+ Hits         309096     317811      +8715     
+ Misses        98825      89548      -9277     
- Partials      19241      19841       +600     
Flag Coverage Δ
integration 48.9515% <100.0000%> (?)
unit 71.1809% <100.0000%> (-0.0690%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
dumpling 53.9957% <ø> (ø)
parser ∅ <ø> (∅)
br 49.7594% <ø> (+8.6593%) ⬆️

Copy link
Contributor

@windtalker windtalker left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

ti-chi-bot bot commented Apr 17, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: SeaRise, windtalker

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link

ti-chi-bot bot commented Apr 17, 2024

[LGTM Timeline notifier]

Timeline:

  • 2024-04-16 10:51:50.096554409 +0000 UTC m=+335329.207600859: ☑️ agreed by SeaRise.
  • 2024-04-17 01:53:21.417549376 +0000 UTC m=+389420.528595822: ☑️ agreed by windtalker.

@ti-chi-bot ti-chi-bot bot merged commit 1b3700c into pingcap:master Apr 17, 2024
23 checks passed
@JaySon-Huang JaySon-Huang deleted the fix_typo_tiflash_scan branch April 17, 2024 03:23
@ti-chi-bot
Copy link
Member

In response to a cherrypick label: new pull request created to branch release-8.1: #52655.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm needs-cherry-pick-release-8.1 release-note size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The max_remote_stream shown in execution info.tiflash_task is not correct
4 participants