magnetico icon indicating copy to clipboard operation
magnetico copied to clipboard

Why is magnetico uploading data during the 'Updating database' phase?

Open ranolfi opened this issue 4 years ago • 2 comments

I downloaded the 0.8.1 release and tried running ./magneticod.

The console output is:

2019-08-04T20:09:49.094-0300 INFO magneticod v0.8.1 has been started. 2019-08-04T20:09:49.094-0300 INFO Copyright (C) 2017-2019 Mert Bora ALPER [email protected]. 2019-08-04T20:09:49.094-0300 INFO Dedicated to Cemile Binay, in whose hands I thrived. 2019-08-04T20:09:49.094-0300 INFO Compiled on 2019-05-21T12:33:32Z 2019-08-04T20:09:49.098-0300 WARN Updating database schema from 0 to 1... (this might take a while) 2019-08-04T20:09:49.098-0300 WARN Updating database schema from 1 to 2... (this might take a while) 2019-08-04T20:09:49.098-0300 WARN Updating database schema from 2 to 3... (this might take a while)

It remains stuck in the last step (Updating database schema from 2 to 3...) and I noticed my upload usage was quite high:

image

I though the network usage was restricted to the local machine and tried pulling my ethernet cable but the usage immediately dropped to zero.

What exactly is it doing?

ranolfi avatar Aug 04 '19 23:08 ranolfi

It's not "update database" phase. Try to run magneticod with verbose output and you'll most likely see that it's trying to find peers in the network.

skobkin avatar Oct 02 '19 18:10 skobkin

I think there should be a "database upgrades are done, starting to find new peers" message, because I remember being confused by this before running verbose output as well.

kescherCode avatar Feb 03 '20 19:02 kescherCode