You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note I updated the title to reflect that fact that also transaction applogs get lost. At the time of writing the issue description I didn't confirm that, but now that I understand the root cause I know TX logs also will get lost
Describe the bug
Shutting down a node causes application logs to get lost.
To Reproduce
exit
orctrl+c
config.json
and comment out the nodes and put some bogus IP in there to stop it from syncing any further (hi Remove unnecessary default seedlist neo#2773)show state
) using thegetapplicationlog
RPC calln
)for example using the snippet below on my local node I get
Expected behavior
I expect for each block that is persisted that the application log is also persisted when shut down.
Platform:
(Optional) Additional context
here's a small go snippet you can use to test
The text was updated successfully, but these errors were encountered: