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

slow block processing #2723

Closed
daniel-lucio opened this issue Oct 19, 2016 · 5 comments
Closed

slow block processing #2723

daniel-lucio opened this issue Oct 19, 2016 · 5 comments
Labels
M4-core ⛓ Core client code / Rust. Z7-duplicate 🖨 Issue is a duplicate. Closer should comment with a link to the duplicate.

Comments

@daniel-lucio
Copy link

this started today, just a few hours ago
around block #2,468,763, it does process but very very slow. So far, I am 1000 blocks behind now. Any comment?

@tomusdrw tomusdrw added the Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known. label Oct 19, 2016
@tomusdrw
Copy link
Collaborator

What version are you running? Could you post the logs here?

@tomusdrw tomusdrw added the M4-core ⛓ Core client code / Rust. label Oct 19, 2016
@daniel-lucio
Copy link
Author

Im running 1.3.8

I have this:
2016-10-19 09:15:18 Syncing #2468782 9ada…c202 0 blk/s 0 tx/s 0 Mgas/s 0+ 284 Qed #2468988 1/125/128 peers 3 MiB db 6 MiB chain 373 KiB queue 69 KiB sync
2016-10-19 09:15:24 Syncing #2468783 593b…deb1 0 blk/s 4 tx/s 0 Mgas/s 0+ 284 Qed #2468988 0/125/128 peers 3 MiB db 6 MiB chain 373 KiB queue 69 KiB sync
2016-10-19 09:15:29 Syncing #2468783 593b…deb1 0 blk/s 0 tx/s 0 Mgas/s 0+ 284 Qed #2468988 1/125/128 peers 3 MiB db 6 MiB chain 373 KiB queue 69 KiB sync
2016-10-19 09:15:39 Syncing #2468783 593b…deb1 0 blk/s 0 tx/s 0 Mgas/s 0+ 286 Qed #2468989 1/127/128 peers 3 MiB db 6 MiB chain 373 KiB queue 69 KiB sync
2016-10-19 09:15:44 Syncing #2468783 593b…deb1 0 blk/s 0 tx/s 0 Mgas/s 0+ 286 Qed #2468989 1/126/128 peers 3 MiB db 6 MiB chain 373 KiB queue 69 KiB sync
2016-10-19 09:15:49 Syncing #2468783 593b…deb1 0 blk/s 0 tx/s 0 Mgas/s 0+ 287 Qed #2468990 1/126/128 peers 3 MiB db 6 MiB chain 373 KiB queue 69 KiB sync
2016-10-19 09:15:54 Syncing #2468783 593b…deb1 0 blk/s 0 tx/s 0 Mgas/s 0+ 289 Qed #2468991 1/125/128 peers 3 MiB db 6 MiB chain 373 KiB queue 69 KiB sync
2016-10-19 09:15:59 Syncing #2468783 593b…deb1 0 blk/s 0 tx/s 0 Mgas/s 0+ 289 Qed #2468991 0/126/128 peers 3 MiB db 5 MiB chain 373 KiB queue 69 KiB sync
2016-10-19 09:16:09 Syncing #2468783 593b…deb1 0 blk/s 0 tx/s 0 Mgas/s 0+ 290 Qed #2468991 1/127/128 peers 3 MiB db 6 MiB chain 373 KiB queue 69 KiB sync
2016-10-19 09:16:14 Syncing #2468783 593b…deb1 0 blk/s 0 tx/s 0 Mgas/s 0+ 290 Qed #2468991 0/127/128 peers 3 MiB db 6 MiB chain 373 KiB queue 69 KiB sync
2016-10-19 09:16:19 Syncing #2468783 593b…deb1 0 blk/s 0 tx/s 0 Mgas/s 0+ 291 Qed #2468991 1/127/128 peers 3 MiB db 6 MiB chain 373 KiB queue 69 KiB sync
2016-10-19 09:16:24 Syncing #2468783 593b…deb1 0 blk/s 0 tx/s 0 Mgas/s 0+ 291 Qed #2468991 1/127/128 peers 3 MiB db 6 MiB chain 373 KiB queue 69 KiB sync
2016-10-19 09:16:29 Syncing #2468783 593b…deb1 0 blk/s 0 tx/s 0 Mgas/s 0+ 291 Qed #2468991 0/127/128 peers 3 MiB db 6 MiB chain 373 KiB queue 69 KiB sync

If you need I run with special options, I will, just tell me

@tomusdrw
Copy link
Collaborator

If you have HDD you should be running with --db-compaction hdd, give it some time - it seems that it takes quite a long time to process that block.
It's probably one of the blocks that contains new attack transactions, we are working on an improvement for this.

@daniel-lucio
Copy link
Author

Thanks, I will give a try

@gavofyork
Copy link
Contributor

effective duplication of #2648

@gavofyork gavofyork added Z7-duplicate 🖨 Issue is a duplicate. Closer should comment with a link to the duplicate. and removed Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known. labels Oct 19, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
M4-core ⛓ Core client code / Rust. Z7-duplicate 🖨 Issue is a duplicate. Closer should comment with a link to the duplicate.
Projects
None yet
Development

No branches or pull requests

3 participants