Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Parity creating snapshots even if disabled #7133

Closed
iFA88 opened this issue Nov 24, 2017 · 4 comments
Closed

Parity creating snapshots even if disabled #7133

iFA88 opened this issue Nov 24, 2017 · 4 comments
Assignees
Labels
F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust. P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible. Q2-easy 💃 Can be fixed by copy and pasting from StackOverflow.
Milestone

Comments

@iFA88
Copy link

iFA88 commented Nov 24, 2017

Greetings,

I use Parity/v1.8.3-beta-b49c44a-20171114/x86_64-linux-gnu/rustc1.21.0 precompiled release with the command:

parity --no-periodic-snapshot --no-warp --tracing on --pruning archive

But Parity still creating snapshots:

2017-11-24 12:42:12  Imported #4895222 2f0a…444d (9 txs, 0.22 Mgas, 9.01 ms, 1.53 KiB)
2017-11-24 12:42:15    29/50 peers      6 MiB chain    9 MiB db  0 bytes queue   31 KiB sync  RPC:  0 conn,  0 req/s,   0 µs
2017-11-24 12:42:22  Snapshot: 3866247 accounts 0 blocks 154888886 bytes
2017-11-24 12:42:28  Imported #4895223 7349…f681 (4 txs, 0.11 Mgas, 3.98 ms, 1.47 KiB)
2017-11-24 12:42:32  Snapshot: 3866247 accounts 0 blocks 154888886 bytes
2017-11-24 12:42:39  Imported #4895224 a665…c87c (0 txs, 0.00 Mgas, 1.12 ms, 0.52 KiB)
2017-11-24 12:42:42  Snapshot: 3866247 accounts 0 blocks 154888886 bytes
2017-11-24 12:42:43  Imported #4895225 e7c3…5172 (3 txs, 0.06 Mgas, 2.07 ms, 0.84 KiB)
2017-11-24 12:42:45    19/20 peers      8 MiB chain    9 MiB db  0 bytes queue   31 KiB sync  RPC:  0 conn,  0 req/s,   0 µs
2017-11-24 12:42:52  Snapshot: 3960986 accounts 0 blocks 158358615 bytes
2017-11-24 12:42:58  Imported #4895226 19e8…3559 (0 txs, 0.00 Mgas, 1.19 ms, 0.52 KiB)
2017-11-24 12:43:02  Snapshot: 3960986 accounts 0 blocks 158358615 bytes
2017-11-24 12:43:12  Snapshot: 3960986 accounts 0 blocks 158358615 bytes
2017-11-24 12:43:15    20/20 peers      7 MiB chain    9 MiB db  0 bytes queue   31 KiB sync  RPC:  0 conn,  0 req/s,   0 µs
2017-11-24 12:43:22  Snapshot: 3960986 accounts 0 blocks 158358615 bytes
2017-11-24 12:43:28  Imported #4895227 59ae…e93e (0 txs, 0.00 Mgas, 3.92 ms, 0.52 KiB)
2017-11-24 12:43:32  Snapshot: 3960986 accounts 0 blocks 158358615 bytes
2017-11-24 12:43:42  Snapshot: 3960986 accounts 0 blocks 158358615 bytes
@5chdn 5chdn added F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust. P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible. labels Nov 24, 2017
@5chdn 5chdn added this to the 1.9 milestone Nov 24, 2017
@debris debris added the Q2-easy 💃 Can be fixed by copy and pasting from StackOverflow. label Nov 27, 2017
@5chdn 5chdn modified the milestone: 1.9 Dec 6, 2017
@5chdn 5chdn mentioned this issue Dec 15, 2017
64 tasks
@andresilva
Copy link
Contributor

I'll take this.

@andresilva
Copy link
Contributor

I've been unable to reproduce this. The --no-periodic-snapshot flag is parsed correctly and the snapshot watcher service is not started. Is this still happening to you? Do you have more of the logs available?

@iFA88
Copy link
Author

iFA88 commented Jan 5, 2018

Version Parity/v1.8.4-beta-c74c8c1-20171211/x86_64-linux-gnu/rustc1.22.1 does not produce this, so I think its solved.
The snapshots folder is also empty.

@iFA88 iFA88 closed this as completed Jan 5, 2018
@andresilva
Copy link
Contributor

I checked out v1.8.3 and couldn't reproduce it there either. Please reopen if you see this happen again.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust. P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible. Q2-easy 💃 Can be fixed by copy and pasting from StackOverflow.
Projects
None yet
Development

No branches or pull requests

4 participants