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

Remove logging in-flight requests #1246

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Conversation

inancgumus
Copy link
Member

@inancgumus inancgumus commented Mar 18, 2024

What?

Remove logging in-flight requests when a request is failed.

Why?

We noticed we shouldn't look up an internally failed request, as it can cause race condition issues within the module's internals. Also, we've decided that logging in-flight requests only adds noise without bringing any tangential value.

We keep logging the failed request, though.

Checklist

  • I have performed a self-review of my code
  • I have added tests for my changes
  • I have commented on my code, particularly in hard-to-understand areas

Related PR(s)/Issue(s)

Updated #986

We noticed that we shouldn't find an internally failed request as it can
cause data race issues within the internal components of the module.
Also, we've decided that logging in-flight requests only adds noise
without bringing any tangingle value.

We keep logging the failed request, though.

...
@inancgumus inancgumus self-assigned this Mar 18, 2024
@inancgumus inancgumus requested a review from ankur22 March 18, 2024 10:12
Copy link
Collaborator

@ankur22 ankur22 left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@inancgumus inancgumus merged commit 0654e7a into main Mar 18, 2024
17 checks passed
@inancgumus inancgumus deleted the fix/986-frame-requestbyid branch March 18, 2024 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants