-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): improve logging of dropped reply channels (#4702)
Description --- Uses Display printing when requestor has gone away Motivation and Context --- When a requestor has gone away e.g a command times out, or grpc caller goes away, the services the reply oneshot is cancelled. In the case of a block being sent back, this results in a massive amount of text flooding the console with debug data. This PR uses the much more concise display impl for printing these errors. How Has This Been Tested? --- Not tested
- Loading branch information
Showing
2 changed files
with
18 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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