Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

fix: Avoid spammy logging on hitting the network's BoundedExecutor #763

Merged
merged 1 commit into from
Aug 15, 2022

Conversation

huitseeker
Copy link
Contributor

Context

We operate an executor with a bound on the concurrent number of messages (see #463, #559, #706).
PR #472 added logging when the bound is hit.

The issue

We expect the executors to operate for a long time at this limit (e.g. in recovery situation).
The spammy logging is not usfeful

The fix

This removes the logging of the concurrency bound being hit.
Fixes #759

We operate an executor with a bound on the concurrent number of messages (see MystenLabs#463, MystenLabs#559, MystenLabs#706).
PR MystenLabs#472 added logging for the bound being hit.

We expect the executors to operate for a long time at this limit (e.g. in recovery situation).
The spammy logging is not usfeful

This removes the logging of the concurrency bound being hit.
Fixes MystenLabs#759
@huitseeker huitseeker requested review from velvia and akichidis August 14, 2022 15:22
@huitseeker huitseeker requested a review from bmwill as a code owner August 14, 2022 15:22
@huitseeker huitseeker changed the title fix: Avoid spammy logging on hitting the entwork's BoundedExecutor fix: Avoid spammy logging on hitting the network's BoundedExecutor Aug 14, 2022
Copy link
Contributor

@akichidis akichidis 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 reducing logging 👍 !

@huitseeker huitseeker merged commit 741bf5e into MystenLabs:main Aug 15, 2022
Copy link
Contributor

@velvia velvia left a comment

Choose a reason for hiding this comment

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

Thank you @huitseeker !

huitseeker added a commit to huitseeker/narwhal that referenced this pull request Aug 16, 2022
…ystenLabs#763)

We operate an executor with a bound on the concurrent number of messages (see MystenLabs#463, MystenLabs#559, MystenLabs#706).
PR MystenLabs#472 added logging for the bound being hit.

We expect the executors to operate for a long time at this limit (e.g. in recovery situation).
The spammy logging is not usfeful

This removes the logging of the concurrency bound being hit.
Fixes MystenLabs#759
huitseeker added a commit that referenced this pull request Aug 16, 2022
)

We operate an executor with a bound on the concurrent number of messages (see #463, #559, #706).
PR #472 added logging for the bound being hit.

We expect the executors to operate for a long time at this limit (e.g. in recovery situation).
The spammy logging is not usfeful

This removes the logging of the concurrency bound being hit.
Fixes #759
mwtian pushed a commit to mwtian/sui that referenced this pull request Sep 30, 2022
…ystenLabs/narwhal#763)

We operate an executor with a bound on the concurrent number of messages (see MystenLabs/narwhal#463, MystenLabs/narwhal#559, MystenLabs/narwhal#706).
PR MystenLabs/narwhal#472 added logging for the bound being hit.

We expect the executors to operate for a long time at this limit (e.g. in recovery situation).
The spammy logging is not usfeful

This removes the logging of the concurrency bound being hit.
Fixes MystenLabs/narwhal#759
@huitseeker huitseeker deleted the concurrency_logs branch January 21, 2023 13:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Logs fill up with 'available tasks is 0' upon network saturation
3 participants