near / near-indexer-for-explorer

Watch NEAR network and store all the data from NEAR blockchain to PostgreSQL database
https://near-indexers.io/docs/projects/near-indexer-for-explorer
GNU General Public License v3.0
123 stars 56 forks source link

Incident on block 53434285 #196

Closed frol closed 2 years ago

frol commented 2 years ago
Nov 24 08:33:26.249  WARN indexer_for_explorer: Going to retry to find parent transactions for receipts in 200 milliseconds...
 [
    ReceiptView {
        predecessor_id: AccountId(
            "e8738cd4444c79bbc48695b94cf5ae4b1dd30cb6a2494b315d5aaf7bf7f171da",
        ),
        receiver_id: AccountId(
            "near",
        ),
        receipt_id: `2J5g4GcbTn8TrMxQxSHCCQdk7vtjeGUDmuTPFt2FdQi5`,
        receipt: Action {
            signer_id: AccountId(
                "e8738cd4444c79bbc48695b94cf5ae4b1dd30cb6a2494b315d5aaf7bf7f171da",
            ),
            signer_public_key: ed25519:GePnBWjroSJBmgm6DKkQvhBBkdgPPArFWmUAyLYkhZQM,
            gas_price: 186029458,
            output_data_receivers: [],
            input_data_ids: [],
            actions: [
                FunctionCall {
                    method_name: "create_account",
                    args: "eyJuZXdfYWNjb3VudF9pZCI6IndhbGxpeWoubmVhciIsIm5ld19wdWJsaWNfa2V5IjoiR2VQbkJXanJvU0pCbWdtNkRLa1F2aEJCa2RnUFBBckZXbVVBeUxZa2haUU0ifQ==",
                    gas: 100000000000000,
                    deposit: 50000000000000000000000,
                },
            ],
        },
    },
]
 block hash 94Bk8sDKdibM1WMFuArdF3kcKzF3SCyufCQiLNLujRCa
chunk hash 7hrvrqEWwn9t42r4Y9MnftpccFtg3n5rUPjdgYdHezr3
frol commented 2 years ago

I have restarted the node in non-strict mode on and off, and run in strict mode after 53434377

frol commented 2 years ago

indexers-v3-mainnet-indexer-node-44v0 node is now running in non-strict-mode from latest (53437422)

regular-indexer-node-west1 node is running in strict mode from block 53434377

bowenwang1996 commented 2 years ago

@frol any idea what caused it?

frol commented 2 years ago

@bowenwang1996 Not yet. I will take a closer look today.

frol commented 2 years ago

It is related to #127, so I am closing it in favor of that one