Peter Argue
                                            Peter Argue
                                        
                                    I enabled debug logging for the dht library on AN2. Looking at the 1 second interval between `2024-04-25T03:17:45.000` and `2024-04-25T03:17:46.000`, the node handled 5035 DHT messages, and added a provider...
After reviewing the DHT and bitswap documentation further, I don't think we gain much by using it. The main intention is to make it efficient to disseminate the routing table...
I upgraded AN2 around 11am yesterday with a build from this branch: https://github.com/onflow/flow-go/pull/5795 This makes the following changes: * Disable DHT * Add caching to bitswap's blockstore * Upgrade several...
profile comparisons between the 2 nodes. Note: there is very little API traffic on this network, so these show a steady state ## inuse space AN2 AN1 Note the large...
Network metrics: Inbound and Outbound libp2p streams over last 7 days on DHT enable nodes Inbound and Outbound libp2p streams over last 7 days on AN2. Note: on Apr 25...
Execution data syncing Downloads Note: AN2 seems to keep up fine downloading data, and even seems to keep up better than AN1 Duplicate data % Note that ~2.5% of the...
the OOMs completely stopped after disabling the DHT. The issue is clearly within the DHT code. Talking with the shipyard team, there should be minimal impact of disabling it on...
> When the stop control receives a notification about the new node, it should crash the AN using SignalerContext::Throw. The `VersionControl` subscription will actually notify when the node first receives...
The events steaming API is now live, CCF is deployed, and the default max message sizes were updated to 1 GB. Since those changes, we haven't run into issues with...
Hey @Jorropo, I ported this change over.