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

rpc: log update #6825

Merged
merged 4 commits into from Aug 14, 2021
Merged

rpc: log update #6825

merged 4 commits into from Aug 14, 2021

Conversation

alexanderbez
Copy link
Contributor

@alexanderbez alexanderbez commented Aug 13, 2021

We INFO log every ABCIQuery. This can output a tremendous amount of noise in the logs, can cause cosmovisor to completely crash and slows down the node due to I/O. This log is completely unnecessary.

Let's get this backported into v0.43 and get that into v0.43 and v0.42 releases of the SDK

/cc @marbar3778

@alexanderbez alexanderbez added S:backport-to-v0.34.x Tell mergify to backport the PR to v0.34.x S:automerge Automatically merge PR when requirements pass labels Aug 13, 2021
Copy link
Contributor

@tychoish tychoish left a comment

Choose a reason for hiding this comment

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

should this be debug?

@codecov
Copy link

codecov bot commented Aug 13, 2021

Codecov Report

Merging #6825 (0ec5339) into master (bf77c0c) will increase coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #6825      +/-   ##
==========================================
+ Coverage   62.71%   62.75%   +0.04%     
==========================================
  Files         307      307              
  Lines       40467    40466       -1     
==========================================
+ Hits        25379    25396      +17     
+ Misses      13300    13291       -9     
+ Partials     1788     1779       -9     
Impacted Files Coverage Δ
rpc/core/abci.go 0.00% <ø> (ø)
internal/mempool/v1/reactor.go 44.85% <0.00%> (-19.76%) ⬇️
internal/mempool/v0/reactor.go 72.08% <0.00%> (-5.00%) ⬇️
internal/statesync/block_queue.go 91.66% <0.00%> (-3.48%) ⬇️
internal/mempool/v1/tx.go 96.85% <0.00%> (-2.37%) ⬇️
internal/evidence/reactor.go 72.95% <0.00%> (-1.54%) ⬇️
internal/p2p/transport_memory.go 85.92% <0.00%> (-1.01%) ⬇️
internal/mempool/v0/clist_mempool.go 81.48% <0.00%> (-0.53%) ⬇️
internal/p2p/switch.go 64.29% <0.00%> (-0.47%) ⬇️
internal/mempool/v1/mempool.go 73.24% <0.00%> (-0.43%) ⬇️
... and 12 more

@alexanderbez
Copy link
Contributor Author

I don't think so tbh @tychoish

@mergify mergify bot merged commit 393a02a into master Aug 14, 2021
@mergify mergify bot deleted the bez/log-update branch August 14, 2021 01:40
mergify bot pushed a commit that referenced this pull request Aug 14, 2021
We INFO log every `ABCIQuery`. This can output a tremendous amount of noise in the logs, can cause cosmovisor to completely crash and slows down the node due to I/O. This log is completely unnecessary.

Let's get this backported into v0.43 and get that into v0.43 and v0.42 releases of the SDK

/cc @marbar3778

(cherry picked from commit 393a02a)

# Conflicts:
#	CHANGELOG_PENDING.md
alexanderbez pushed a commit that referenced this pull request Aug 14, 2021
@ValarDragon
Copy link
Contributor

Amazing, thanks for getting this in

@ValarDragon
Copy link
Contributor

I think it would make sense to include it in debug, but not include the response FWIW

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S:automerge Automatically merge PR when requirements pass S:backport-to-v0.34.x Tell mergify to backport the PR to v0.34.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants