-
Notifications
You must be signed in to change notification settings - Fork 145
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
Shadowgraph: Missing non-expired self parent #15333
Comments
This is only a warning, not an error. It's not a new warning. There is no inherent problem if the shadowgraph is missing ancient-non-expired-parents for events. Mainly this warning log is still there for historical reasons, not because there is any real problem if this arises. It's not clear to me how this would be responsible for the |
This is the first time the log message had been observed in the perf env, unless the message had been suppressed until v0.5 4 alpha.2, it's being trigged during the state saving(?) on v0.54 alpha.2 build. This looks like a regression to me even the underline root cause may be innocent(why it's just a WARN message). Also it's slow spamming the swirlds.log as messages being emitted around each state save. |
See also #10116 |
Provided logs/details in #17396 |
Description
From nightly performance tests:
The same issue was reproduced with the load generator running
NftTransferLoadTest
. It's likely the error above is the cause of receivingRECEIPT_NOT_FOUND
after 180 sec for affected transactions.Steps to reproduce
NftTransferLoadTest
Additional context
No response
Hedera network
other
Version
0.54.0-develop.x5676419
Operating system
Linux
The text was updated successfully, but these errors were encountered: