Skip to content

After a machine power outage, the following error occurred. Do I need to resynchronize #1084

@abc-col

Description

@abc-col

INFO:root:ElectrumX server starting
May 06 01:17:41 ip-172-31-61-92 python3[46168]: INFO:Controller:event loop policy: None
May 06 01:17:41 ip-172-31-61-92 python3[46168]: INFO:Daemon:daemon #1 at 127.0.0.1:25805/ (current)
May 06 01:17:41 ip-172-31-61-92 python3[46168]: INFO:BlockProcessor:switching current directory to /data/dogecoin_db
May 06 01:17:41 ip-172-31-61-92 python3[46168]: INFO:BlockProcessor:using leveldb for DB backend
May 06 01:17:41 ip-172-31-61-92 python3[46168]: INFO:BlockProcessor:opened DB for serving
May 06 01:17:41 ip-172-31-61-92 python3[46168]: INFO:BlockProcessor:software version: ElectrumX 1.2.1
May 06 01:17:41 ip-172-31-61-92 python3[46168]: INFO:BlockProcessor:DB version: 6
May 06 01:17:41 ip-172-31-61-92 python3[46168]: INFO:BlockProcessor:coin: Dogecoin
May 06 01:17:41 ip-172-31-61-92 python3[46168]: INFO:BlockProcessor:network: mainnet
May 06 01:17:41 ip-172-31-61-92 python3[46168]: INFO:BlockProcessor:height: 5,695,322
May 06 01:17:41 ip-172-31-61-92 python3[46168]: INFO:BlockProcessor:tip: f931844c26b084aefc373950ef38abf86ab0555013a7f9714ef1080f4799aa55
May 06 01:17:41 ip-172-31-61-92 python3[46168]: INFO:BlockProcessor:tx count: 396,827,877
May 06 01:17:41 ip-172-31-61-92 python3[46168]: INFO:BlockProcessor:flush count: 565,231
May 06 01:17:42 ip-172-31-61-92 python3[46168]: INFO:BlockProcessor:reorg limit is 2,000 blocks
May 06 01:17:43 ip-172-31-61-92 python3[46168]: Traceback (most recent call last):
May 06 01:17:43 ip-172-31-61-92 python3[46168]: File "/data/electrumx/electrumx_server.py", line 24, in main
May 06 01:17:43 ip-172-31-61-92 python3[46168]: controller = Controller(Env())
May 06 01:17:43 ip-172-31-61-92 python3[46168]: File "/data/electrumx/server/controller.py", line 85, in init
May 06 01:17:43 ip-172-31-61-92 python3[46168]: self.bp = self.coin.BLOCK_PROCESSOR(env, self, self.daemon)
May 06 01:17:43 ip-172-31-61-92 python3[46168]: File "/data/electrumx/server/block_processor.py", line 152, in init
May 06 01:17:43 ip-172-31-61-92 python3[46168]: super().init(env)
May 06 01:17:43 ip-172-31-61-92 python3[46168]: File "/data/electrumx/server/db.py", line 98, in init
May 06 01:17:43 ip-172-31-61-92 python3[46168]: assert self.db_tx_count == self.tx_counts[-1]
May 06 01:17:43 ip-172-31-61-92 python3[46168]: AssertionError
May 06 01:17:43 ip-172-31-61-92 python3[46168]: CRITICAL:root:ElectrumX server terminated abnormally

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions