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

cmd/geth: disable snapshotter in export cmd #22388

Closed
wants to merge 2 commits into from

Conversation

s1na
Copy link
Contributor

@s1na s1na commented Feb 26, 2021

The export command has snapshotter enabled by default even though it's not necessary. This PR disables it.

If I'm not mistaken every command that uses MakeChain will have it enabled by default. The 2 other cmds I'm unsure if they need snapshots are copydb and dump (I'm guessing they do).

@s1na s1na changed the title cmd/geth: add snapshot flag to export cmd/geth: disable snapshotter in export cmd Feb 26, 2021
@93Evolution
Copy link

The export command has snapshotter enabled by default even though it's not necessary. This PR disables it.

If I'm not mistaken every command that uses MakeChain will have it enabled by default. The 2 other cmds I'm unsure if they need snapshots are copydb and dump (I'm guessing they do).

@holiman
Copy link
Contributor

holiman commented Mar 22, 2021

This was fixed in a different way by #22407

@holiman holiman closed this Mar 22, 2021
@s1na s1na deleted the fix/snapshot-flag-export branch March 23, 2021 12:00
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.

3 participants