filecoin-project / lotus

Reference implementation of the Filecoin protocol, written in Go
https://lotus.filecoin.io/
Other
2.85k stars 1.27k forks source link

2 sector with the same ID 0 when running `lotus-miner sectors list` #7779

Open askender opened 2 years ago

askender commented 2 years ago

Checklist

Lotus component

Lotus Version

Daemon:  1.13.0+mainnet+git.7a55e8e8+api1.4.0
Local: lotus version 1.13.0+mainnet+git.7a55e8e8

Describe the Bug

2 sector with the same ID 0 when running lotus-miner sectors list: I noticed a long time ago. Maybe it was because of the lotus version under 1.0.0.

lotus-miner sectors list|head ID State OnChain Active Expiration Deals DealWeight VerifiedPower
0 Proving YES NO 1554814 (in 9 weeks 1 day) CC
0 Proving YES NO 1554814 (in 9 weeks 1 day) CC
1 Proving YES YES 1554814 (in 9 weeks 1 day) CC

This does affect anything until now, but I just want to issue it because the info showed is not perfect and I think the developers of lotus should know it. Hope it will not affect anything in the future.

This bug is also confirmed by @patrickwoodhead
More info: https://filecoinproject.slack.com/archives/CEGN061C5/p1639386412084800

Logging Information

It doesn't need logging info.

Repo Steps

  1. Run lotus-miner sectors list|head
Reiers commented 2 years ago

https://github.com/filecoin-project/lotus/issues/4405

Duplicate issue - I will keep this one open.