-
Notifications
You must be signed in to change notification settings - Fork 648
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
client rejected message sent by peer #978
Comments
By the way, the biggest p2p log file on my test node is |
I think there are 2 possible ways this can happen:
so,we should add new check code. related: bitshares-core/libraries/net/node.cpp Lines 4950 to 4957 in 3293a95
bitshares-core/libraries/net/node.cpp Lines 2856 to 2883 in 3293a95
|
bitshares-core/libraries/net/node.cpp Lines 3398 to 3404 in a0e7dff
It's better to only log useful exceptions. |
Suppressed some p2p logs in #1875, but didn't deal with the duplicate transaction pushing issue, so I'd like to keep this issue open. |
After firstly synced, when witness_node is in normal running mode, I noticed lots of messages in
p2p.log
(with log levelwarn
):This occurs when p2p failed to push a transaction to object database.
Possible optimization:
Thoughts?
The text was updated successfully, but these errors were encountered: