Uh oh!
There was an error while loading. Please reload this page.
Restore --tipset flag to snapshot export command - #3027
Conversation
jdjaustin
commented
Jun 20, 2023
Forest and Lotus snapshot sizes are a few hundred bytes different, similar to the status of snapshots prior to PR #2540. Haven't pinpointed a cause yet. |
lemmih
commented
Jun 21, 2023
Are you comparing the compressed files or uncompressed files? |
ruseinov
commented
Jun 21, 2023
Uncompressed. |
jdjaustin
commented
Jun 28, 2023
jdjaustin
commented
Jun 28, 2023
(Uncompressed) Forest snapshot is still larger than (uncompressed) Lotus snapshot by a few hundred bytes. |
lemmih
commented
Jun 28, 2023
Try using the |
This comment was marked as outdated.
This comment was marked as outdated.
jdjaustin
commented
Jun 29, 2023
Do you know how long the |
lemmih
commented
Jun 29, 2023
I wouldn't expect it to take more than a few seconds. |
lemmih
commented
Jun 29, 2023
@jdjaustin You can also use this tool: https://github.com/ipld/go-car/tree/master/cmd/car |
ruseinov
commented
Jun 29, 2023
Perhaps this could be useful to check: https://ipld.io/specs/transport/car/carv1/#determinism, some of this could potentially influence the file size. If it's only several hundred bytes - perhaps checking the headers might help, starting with HEAD. |
jdjaustin
commented
Jun 29, 2023
Today @aatifsyed and I did a binary diff and located the mismatch at byte Still need to investigate why the CIDs at this block do not match. |
ruseinov
commented
Jun 29, 2023
Nice, all that's left now is to debug it on both Lotus and Forest to see what the differences are in terms of stack traces and such. |
--tipset flag to snapshot export command--tipset flag to snapshot export command

Summary of changes
Changes introduced in this pull request:
--tipsetflag functionality to allow snapshot export at a certain epoch.forest-cli snapshot exportbugs up the terminal #3171.Reference issue to close (if applicable)
Closes#2999 and #3171
Other information and links
Change checklist