-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node Issue: view_account
query returns INTERNAL_ERROR : MissingTrieValue
#12194
Comments
Which RPC endpoint do you use? Do you run your own node? |
This is fine, the receipt with transfer (and creating the account) was executed only at block 116401580, it was a delayed receipt.
I think it can be a consequence of the delayed receipt |
From the user:
They've also tried the instruction https://near.github.io/nearcore/misc/archival_data_recovery.html |
Another error from an archive node spawned with the latest archive snapshot ( Req:
Response:
|
Hello, We will need to adjust a bit the documentation to reflect correct archival download links.
The difference is that archival DB is now split into 2 databases to allow usage of cheaper disks for cold data. P.S cold storage size is about 50TB at the moment so it will take a while to download |
Hi @andrei-near, I indeed used the split storage setting and downloaded cold data and hot data (2024-10-18T23:17:22Z). This is the doc I followed. The Could you please double-check if the error can be reproduced on the machine used to create archive snapshots? |
So yes, it is a known issue which we already fixed. Recovered DB is ready and successfully ran your queries there:
and
Snapshots update with this data will be done after 2.3.0 is released on mainnet. |
Thanks for the info. I'll follow up #11895. 🙏 |
Node type
RPC
Which network are you running?
mainnet
What happened?
request payload:
This
account_id
became only available on a higher block number116401580
, so instead of givingUNKNOWN_ACCOUNT
it's returning below error.Version
Node upgrade history
The text was updated successfully, but these errors were encountered: