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

Logger: change log level for "Couldn't find UTXO entry" to debug (and ignore message on orphan transactions) #2108

Merged
merged 8 commits into from
Jun 29, 2022

Conversation

D-Stacks
Copy link
Contributor

@D-Stacks D-Stacks commented Jun 26, 2022

closes #2106 but does not fix the underlying cause.

@codecov
Copy link

codecov bot commented Jun 26, 2022

Codecov Report

Merging #2108 (0b4151f) into dev (c5aade7) will decrease coverage by 0.08%.
The diff coverage is 16.00%.

@@            Coverage Diff             @@
##              dev    #2108      +/-   ##
==========================================
- Coverage   59.24%   59.16%   -0.09%     
==========================================
  Files         678      678              
  Lines       32767    32831      +64     
==========================================
+ Hits        19413    19423      +10     
- Misses      10554    10603      +49     
- Partials     2800     2805       +5     
Impacted Files Coverage Δ
...ol/flows/v5/blockrelay/handle_ibd_block_locator.go 11.90% <0.00%> (ø)
...l/flows/v5/blockrelay/handle_ibd_block_requests.go 63.63% <0.00%> (ø)
...flows/v5/blockrelay/handle_relay_block_requests.go 60.00% <0.00%> (ø)
...col/flows/v5/blockrelay/handle_request_anticone.go 39.02% <0.00%> (ø)
app/rpc/rpchandlers/add_peer.go 37.50% <0.00%> (-22.50%) ⬇️
app/rpc/rpchandlers/ban.go 0.00% <0.00%> (ø)
.../rpchandlers/estimate_network_hashes_per_second.go 0.00% <0.00%> (ø)
app/rpc/rpchandlers/resolve_finality_conflict.go 0.00% <0.00%> (ø)
app/rpc/rpchandlers/shut_down.go 0.00% <0.00%> (ø)
app/rpc/rpchandlers/unban.go 0.00% <0.00%> (ø)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c5aade7...0b4151f. Read the comment docs.

@D-Stacks D-Stacks changed the title Logger: change log level for "Couldn't find UTXO entry" to debug Logger: change log level for "Couldn't find UTXO entry" to debug (and ignore message on orphan transactions) Jun 27, 2022
@@ -98,6 +98,7 @@ type Flags struct {
RPCMaxWebsockets int `long:"rpcmaxwebsockets" description:"Max number of RPC websocket connections"`
RPCMaxConcurrentReqs int `long:"rpcmaxconcurrentreqs" description:"Max number of concurrent RPC requests that may be processed concurrently"`
DisableRPC bool `long:"norpc" description:"Disable built-in RPC server"`
SafeRPC bool `long:"saferpc" description:"Disable RPC commands which effect the state of the node"`
Copy link
Collaborator

Choose a reason for hiding this comment

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

Affect

@michaelsutton michaelsutton merged commit 18d000f into kaspanet:dev Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants