Missing data via SectorInfo, V7SectorInfo, SectorDeals, and MinerLockedFunds Extractors. #997
Closed
4 of 6 tasks
Labels
backfill required
Alters data extraction such that backfilling is necessary
data dump
Related to the data dumps produced by lily
kind/bug
Kind: Bug
P0
P0: Critical Blocker
Milestone
Describe the bug:
The following extractors contain a bug that causes them to miss data while extracting their respective models:
L116)
These bugs causes the models miner_sector_infos, miner_sector_infos_v7, and miner_sector_deals to undercount data and miner_locked_funds to miss all data, thus queries over these tables will not accurately represent the state of the chain. The models miner_sector_infos and miner_sector_infos_v7 record the state of newly added sectors:
The model miner_sector_deals records which deals belong to which sectors:
The model miner_locked_funds records details of miner funds locked for adding sectors:
It is worth pointing out that the model miner_sector_events is not affected by this and aggregations over its data will still return accurate counts of the different miner sector events (sectors added, snapped, faulted, recovered, etc.)
Lily Version: v0.9.0 - v0.10.0
This bug affects lily v0.9.0 and v0.10.0
TODO:
miner_sector_infos_v7
,miner_sector_deals
andminer_locked_funds
that is no contained in productionThe text was updated successfully, but these errors were encountered: