-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
message pool issue #3722
Comments
this is a spam control limit being hit; we can relax the limit for local pushes. |
Note that this has nothing to do with selection, it's a preemptive check that forbids the message from entering the message pool. |
I've changed the issue title to "mpool issue",the outage test is very useful~ |
fix in #3724. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
in the outage test,t02520 cannot package his own messages because the message selection issue , and the others also cannot package t02520' messages.
To Reproduce
Steps to reproduce the behavior:
t02520 cannot package his own messages because the message pool issue , and the others also cannot package t02520' messages, the error is below,
and at this moment , the mpool if full for. t02520.
Expected behavior
t02520 which can win block can package his own messages and the others which win the block also can package t02520
Screenshots
Version (run
lotus version
):v0.6.2
Additional context
I think the limit is have a problem, I suggest to intercept part of the messages (if chain.gasLimit > gaslimit) and push them into the message pool
https://github.com/filecoin-project/lotus/blob/master/chain/messagepool/selection.go#L569-L573
@whyrusleeping @jbenet
The text was updated successfully, but these errors were encountered: