near / near-lake-indexer

Watch NEAR network and store all the events as JSON files on AWS S3
https://near-indexers.io/docs/projects/near-lake-indexer
GNU General Public License v3.0
44 stars 17 forks source link

Lake Indexer should not get stuck #56

Open frol opened 2 years ago

frol commented 2 years ago

Lake Indexer gets blocked from time to time.

Sometimes, it cannot even print the stats regularly (notice that the stats are only from nearcore and none from Lake Indexer for a whole minute):

image

At other times, it just gets stuck on a block:

image
frol commented 2 years ago

Two independent nodes exhibit the same behavior (same block heights), so it is not a glitch

frol commented 2 years ago

Well, after restarting one node I observed that it does not get stuck anymore while the one that I did not restart kept getting stuck, so I restarted the other one as well and it fixed the glitch for now, but more logs are still necessary to understand this behavior

Madgeniusblink commented 1 year ago

oh wow thank you @frol