Rob Quist
Rob Quist
Also see https://filecoinproject.slack.com/archives/C03CKDLEWG1/p1702930422361979 for my bug hunt
[This](https://github.com/filecoin-project/boost/blob/main/storagemanager/storagemanager.go#L160-L175) also took 3 seconds, as did the step `inserted deal into deals DB`
Here are the DB sizes: ``` -rw-r--r-- 1 user user 329M Dec 20 20:01 boost.retrieval.db -rw-r--r-- 1 user user 53M Dec 20 20:01 boost.logs.db -rw-r--r-- 1 user user 680M Dec...
see https://github.com/filecoin-project/boost/issues/1852 for the missing index issues see https://github.com/filecoin-project/boost/issues/1851 for a bunch of useless data
Also pinging @ribasushi as Spade is very much affected by this bug when clients have those slow databases as described [here](https://github.com/filecoin-project/boost/issues/1747#issuecomment-1865041460) (or if they have a slow deal filter, or...
Did your client receive that response? Also, what version are you running? Because I (we) think it might be a deeper level timeout set somewhere to 30s. The responses that...
The code in `net.go` clearly tries to use other timeouts, so if thats not working, there might be a bug in libp2p or some adapter / service module
In this case Riba also tested extensively and is 100% sure he does not disconnect the setup connection. I don't see it happening in the code on the surface on...
I think they might be a bit verbose (even for debug) - but other than that - I wonder why its being called that often. Looking at the code, its...
Can't find any of the older ones, but it looks like its always getting stuck at 12527 updates (which might affirm my suspicion); ```json {"level":"debug","ts":"2023-10-09T10:53:53.798Z","logger":"sectorstatemgr","caller":"sectorstatemgr/sectorstatemgr.go:96","msg":"got state updates from SectorStateMgr","len(u.updates)":12527,"len(u.active)":226899,"u.updatedAt":"2023-10-09T10:53:42.344Z"} {"level":"debug","ts":"2023-10-09T10:53:53.798Z","logger":"index-provider-wrapper","caller":"indexprovider/wrapper.go:133","msg":"got...