This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Prevent log spam by updating channel error type#22148
Merged
carllin merged 1 commit intosolana-labs:masterfrom Dec 28, 2021
Merged
Prevent log spam by updating channel error type#22148carllin merged 1 commit intosolana-labs:masterfrom
carllin merged 1 commit intosolana-labs:masterfrom
Conversation
behzadnouri
approved these changes
Dec 28, 2021
Contributor
behzadnouri
left a comment
There was a problem hiding this comment.
Just to confirm, the other Error::ReadyTimeout in this file is still good, right?
https://github.com/solana-labs/solana/blob/422a09564/core/src/cluster_info_vote_listener.rs#L596
Contributor
Author
|
hehe yeah, looks like this one is still using the Did you mean to delete the |
Contributor
no, just double checking on |
Codecov Report
@@ Coverage Diff @@
## master #22148 +/- ##
=========================================
- Coverage 81.2% 81.2% -0.1%
=========================================
Files 520 520
Lines 145949 145949
=========================================
- Hits 118534 118533 -1
- Misses 27415 27416 +1 |
mergify Bot
pushed a commit
that referenced
this pull request
Dec 28, 2021
(cherry picked from commit f061059)
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
#21981 removed the
Selectchannel logic in favor ofrecv_timeout, so receivers expecting error type forSelectare no longer correctSummary of Changes
Use
RecvTimeouterrorsFixes #