Skip to content

Big edf entry deadline when slow start enabled.#22054

Closed
pyrl247 wants to merge 1 commit intoenvoyproxy:mainfrom
pyrl247:main
Closed

Big edf entry deadline when slow start enabled.#22054
pyrl247 wants to merge 1 commit intoenvoyproxy:mainfrom
pyrl247:main

Conversation

@pyrl247
Copy link
Contributor

@pyrl247 pyrl247 commented Jul 7, 2022

it will cause big edf entry deadline, and the entry will not be selected in a
long time.

Signed-off-by: Guang Yang pyrl247@gmail.com

Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]

it will cause big edf entry deadline, and the entry will not be selected in a
long time.

Signed-off-by: Guang Yang <pyrl247@gmail.com>
@pyrl247
Copy link
Contributor Author

pyrl247 commented Jul 7, 2022

#19526 have the same problem,min_weight_percent could fix the problem,but I think change it to 1 second could be more appropriate.

@wrowe
Copy link
Contributor

wrowe commented Jul 8, 2022

/assign @mattklein123

Appears you initially had reviewed #13176 when this was introduced

Copy link
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

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

Thanks for working on this. I don't fully understand this change so requesting some more information. Thank you!

/wait


ASSERT(aggression_ > 0.0);
auto time_factor = static_cast<double>(std::max(std::chrono::milliseconds(1).count(),
auto time_factor = static_cast<double>(std::max(std::chrono::milliseconds(1000).count(),
Copy link
Member

Choose a reason for hiding this comment

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

Sorry I don't understand the implications of this change. Can you:

  1. Add more comments.
  2. Add some kind of test.
  3. Add a release note.

@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions bot added the stale stalebot believes this issue/PR has not been touched recently label Aug 10, 2022
@github-actions
Copy link

This pull request has been automatically closed because it has not had activity in the last 37 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions bot closed this Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale stalebot believes this issue/PR has not been touched recently waiting

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants