block_info.status column has duplicate status for the same block #393

Open
opened 2020-07-12 15:37:35 +02:00 by eukreign · 0 comments
eukreign commented 2020-07-12 15:37:35 +02:00 (Migrated from github.com)

At seemingly random times the block_info.status column in block_index.sqlite database will have two rows for a single block and both of the statuses for those blocks will be the same:

sqlite> select height, datapos, txcount, status, time from block_info where height=790100;
790100|96572990|79|157|1593605718
790100|96656496|108|157|1593605750
At seemingly random times the `block_info.status` column in `block_index.sqlite` database will have two rows for a single block and both of the statuses for those blocks will be the same: ``` sqlite> select height, datapos, txcount, status, time from block_info where height=790100; 790100|96572990|79|157|1593605718 790100|96656496|108|157|1593605750 ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbrycrd#393
No description provided.