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

pd-heartbeat-bench: add default values #8569

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lhy1024
Copy link
Contributor

@lhy1024 lhy1024 commented Aug 26, 2024

What problem does this PR solve?

Issue Number: Ref #7703

What is changed and how does it work?

After #7791, we remove the default config in the code to test a single variable.

But in some scenarios, we're more concerned with simulating a large cluster's status, so I put the default value back in the configuration file.

It is more friendly to guide the user to test.

Check List

Tests

  • Unit test

Release note

None.

Signed-off-by: lhy1024 <admin@liudos.us>
@ti-chi-bot ti-chi-bot bot added release-note-none Denotes a PR that doesn't merit a release note. dco-signoff: yes Indicates the PR's author has signed the dco. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 26, 2024
Copy link

codecov bot commented Aug 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.60%. Comparing base (b5c4a58) to head (50f417b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8569   +/-   ##
=======================================
  Coverage   77.59%   77.60%           
=======================================
  Files         474      474           
  Lines       61891    61891           
=======================================
+ Hits        48023    48029    +6     
+ Misses      10327    10316   -11     
- Partials     3541     3546    +5     
Flag Coverage Δ
unittests 77.60% <ø> (+<0.01%) ⬆️

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

Copy link
Contributor

ti-chi-bot bot commented Sep 10, 2024

@lhy1024: Your PR was out of date, I have automatically updated it for you.

If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes.

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 ti-community-infra/tichi repository.

Comment on lines +10 to +12
epoch-update-ratio = 0.04
space-update-ratio = 0.15
flow-update-ratio = 0.35
Copy link
Member

Choose a reason for hiding this comment

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

Can you explain why it should be 0.04/0.15/0.35?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy from older configure

@ti-chi-bot ti-chi-bot bot removed the lgtm label Sep 10, 2024
Copy link
Contributor

ti-chi-bot bot commented Sep 10, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: HuSharp, okJiang

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
Contributor

ti-chi-bot bot commented Sep 10, 2024

[LGTM Timeline notifier]

Timeline:

  • 2024-08-28 08:28:58.299425325 +0000 UTC m=+945333.433875444: ☑️ agreed by HuSharp.
  • 2024-09-10 07:12:28.340984449 +0000 UTC m=+340418.081408410: ☑️ agreed by okJiang.
  • 2024-09-10 07:16:13.975943387 +0000 UTC m=+340643.716367321: ✖️🔁 reset by okJiang.
  • 2024-09-10 09:19:00.788693687 +0000 UTC m=+348010.529117626: ☑️ agreed by okJiang.

@lhy1024
Copy link
Contributor Author

lhy1024 commented Sep 10, 2024

PTAL @rleungx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved dco-signoff: yes Indicates the PR's author has signed the dco. needs-1-more-lgtm release-note-none Denotes a PR that doesn't merit a 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.

3 participants