-
-
Notifications
You must be signed in to change notification settings - Fork 655
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
BCH Testnet synchronized crash #446
Comments
|
1/ Yes, it's BCH 2/ 3 logs in ..coins/blockbook/bcash_testnet/logs (ERROR, INFO, WARNING -> same date/hour)
|
It looks like a corruption of the RocksDB database. I have never seen this issue. What happens when you delete the database and start syncing again? Does the error happen again? |
1/ Yes. When I delete the database (rm db/*), I can do a new synchronization, but I have the impression that the crash occurs at the same block... (I've tried several times, with different scenarios.. -> same result) 2/ Also, I try option "-repair", but that doesn't help, the base is always in state : I'm going to give it one last try, re-installing everything (4th time) but this time on Debian... |
I create a new droplet (in DigitalOcean), 16GB RAM + 150GB SSD, but under Debian. I think that if you try to do the same installation (make all-bcash_testnet), you will certainly make the same error. |
Hi, I successfully run the initial import of BCH Testnet. Run the import with If you get error "Error internalState: database is in inconsistent state and cannot be used", it means you were running it in bulk mode. |
Hi, Thank you for your time and feedback. |
Hi,
I try to install Blockbook Cash Testnet (bcash_testnet) :
DigitalOcean, server Ram 16GB, vCPU 6, 60GB + 100GB (volume for /coins) on Ubuntu 18.04 with 6GB swapfile
Blockchain Cash Testnet synced (1387806 blocks) -> OK
Install Blockbook and launch sync -> Error
to about > 1.310.000 blocks, the crash synchronization systematically
result => Error internalState: database is in inconsistent state and cannot be used
I try the solution (BTC & ZEC - "internalState: database is in inconsistent state and cannot be used" #147): (workers=1, dbcache=0)
Also, I try re-create server with different configuration (4 times on 3 days), I have always same error.
My question:
1/ do you have any idea where the error is coming from, I feel like there's a block that's crashing the sync? (Looks like it crashed at the same block)
2/ When there is an error (database is in inconsistent state and cannot be used), is there no way to repair the base instead of repeating the operation which is rather long?
(I try blockbook -repair..., but without result)
Thanks for your help
The text was updated successfully, but these errors were encountered: