Skip to content
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

Network version 13 (v1.11) #6342

Merged
merged 112 commits into from
Jun 3, 2021
Merged

Network version 13 (v1.11) #6342

merged 112 commits into from
Jun 3, 2021

Conversation

magik6k
Copy link
Contributor

@magik6k magik6k commented May 27, 2021

#6340, but with master merged in, and conflicts resolved

@arajasek arajasek marked this pull request as ready for review June 2, 2021 23:23
@magik6k magik6k changed the title [WIP] Network version 13 (v1.11) Network version 13 (v1.11) Jun 3, 2021
@magik6k magik6k merged commit bf46876 into master Jun 3, 2021
@magik6k magik6k deleted the feat/nv13-1.11 branch June 3, 2021 07:58
mvdan added a commit to filecoin-project/dealbot that referenced this pull request Jun 7, 2021
Since the network version 13 merge in Lotus master on June 3rd,
at filecoin-project/lotus#6342,
our integration tests would seem to hang at StorageDealAwaitingPreCommit
for long enough to make the tests time out.

After some debugging and interaction with Łukasz, it turns out that
BatchPreCommits is a new option that's on by default, which made our
single deal wait for more sectors to go through.

After fixing that, we had the same problem with StorageDealSealing,
which is similarly fixed by turning off AggregateCommits.

Lotus doesn't have a way to set or modify these options directly,
so our next best option is a bit of sed to modify the TOML.
willscott pushed a commit to filecoin-project/dealbot that referenced this pull request Jun 7, 2021
Since the network version 13 merge in Lotus master on June 3rd,
at filecoin-project/lotus#6342,
our integration tests would seem to hang at StorageDealAwaitingPreCommit
for long enough to make the tests time out.

After some debugging and interaction with Łukasz, it turns out that
BatchPreCommits is a new option that's on by default, which made our
single deal wait for more sectors to go through.

After fixing that, we had the same problem with StorageDealSealing,
which is similarly fixed by turning off AggregateCommits.

Lotus doesn't have a way to set or modify these options directly,
so our next best option is a bit of sed to modify the TOML.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants