local messages in mpool could not be cleanup correctly, which cause message blocked seriously #8543
Unanswered
narkissos
asked this question in
Storage Provider
Replies: 1 comment 2 replies
-
Hi @narkissos Thanks for the report. Looks like you are running Lotus with custom code or adjustment .
I will have to move this to Discussion since I cant repro the issue. Moving this issue to Lotus Discussions for help and troubleshooting. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Latest release
, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Lotus component
Lotus Version
Describe the Bug
I want to send fil from one address to another, but I found message was blocked for too many days. And I tried to increase/replace the --gas-feecap/--gas-premium in order to enable the message could be sent, but it didn't work.
Then I tried to run lotus-shed to clear the local messages in mpool, it didn't work as well, everytime I restart the lotus daemon, the deleted messages were added back by lotus. It's weried.
In the log file below, we can see that lotus added back the previous messages like it is crazy
Logging Information
Repo Steps
lotus-shed mpool clear --local --really-do-it
to clean up local message.lotus mpool pending --local
to confirm that all local messages were removed.Beta Was this translation helpful? Give feedback.
All reactions