You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-11-06T21:13:14.735+1100 WARN statemgr stmgr/searchwait.go:175 error searching message index: error looking up message in index: sql: no rows in result set
Lots of this kind of thing in the logs, but it shouldn't be logged:
Lots of this kind of thing in the logs, but it shouldn't be logged:
lotus/chain/stmgr/searchwait.go
Lines 171 to 176 in 8865a9d
GetMsgInfo
should return anErrNotFound
when there are no rows, here:lotus/chain/index/read.go
Lines 51 to 54 in 8865a9d
Needs tests as well.
The text was updated successfully, but these errors were encountered: