Skip to content
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 stopped syncing after reset] (Version: [2.1.1]) #4998

Open
saravadeanil opened this issue Apr 20, 2024 · 0 comments
Open

[Node stopped syncing after reset] (Version: [2.1.1]) #4998

saravadeanil opened this issue Apr 20, 2024 · 0 comments

Comments

@saravadeanil
Copy link

Issue Description

Hi, I am running rippled testnet network nodes and stopped syncing after I performed a reset on my nodes because of https://xrpl.org/blog/2024/testnet-reset/.

Steps to Reproduce

I executed the following command on the rippled testnet network pods.

rm -r /var/lib/rippled/db/*

Expected Result

The rippled testnet network nodes should start syncing and catching up with the latest block/ledger height.

Actual Result

The rippled testnet network nodes have stopped syncing. I can see the following error message in the logs:

2024-Apr-20 13:24:29.074603826 UTC LedgerConsensus:WRN View of consensus changed during open status=open,  mode=observing
2024-Apr-20 13:24:29.074648741 UTC LedgerConsensus:WRN F8B6B30308C0E4A41CE01822EE944ABAC1370626C015DDA78CB26B48E6304F90 to DB11E69578E710B42A686602B6207174BB330561DD1F24BBBB201BB87D759E88
2024-Apr-20 13:24:29.074699167 UTC LedgerConsensus:WRN {"account_hash":"7C60720487E78881BB1B940E770EC75EA59993144290710BFCA7DB36955AD680","close_flags":0,"close_time":766934670,"close_time_human":"2024-Apr-20 13:24:30.000000000 UTC","close_time_iso":"2024-04-20T13:24:30Z","close_time_resolution":10,"closed":true,"ledger_hash":"F8B6B30308C0E4A41CE01822EE944ABAC1370626C015DDA78CB26B48E6304F90","ledger_index":9537,"parent_close_time":766934662,"parent_hash":"10A468741A321313E9769CB8F5A06329F316A8269396D62DD3ADCDB0CC311FFB","total_coins":"99999999999950345","transaction_hash":"0000000000000000000000000000000000000000000000000000000000000000"}
2024-Apr-20 13:24:34.304580806 UTC LedgerHistory:ERR MISMATCH: seq=9539 built:CAC1C35672E673DBBBB263C4DB68114298B980DFCF97E7FAB0632C22CC0D244F then:2E6C5257FAA8ACA5E448E1CC99C5C57B313C7FAECA37E0A7CF3D872F7CCF72CE
2024-Apr-20 13:24:34.304628597 UTC LedgerHistory:ERR MISMATCH with same consensus transaction set: 1EDBC98082F609134C0CA4E18C0E7EA4E809DA8DB34AD26EF135F068F90E34A5
2024-Apr-20 13:24:34.304640088 UTC LedgerHistory:ERR MISMATCH with 0 built and 1 valid transactions.
2024-Apr-20 13:24:34.304721787 UTC LedgerHistory:ERR built

{
	"account_hash" : "9B928F05EDEFBF9FD50DE483810E3CF1CB5242F1F5B01FA17C21C83B74B4A112",
	"close_flags" : 0,
	"close_time" : 766934672,
	"close_time_human" : "2024-Apr-20 13:24:32.000000000 UTC",
	"close_time_iso" : "2024-04-20T13:24:32Z",
	"close_time_resolution" : 10,
	"closed" : true,
	"ledger_hash" : "CAC1C35672E673DBBBB263C4DB68114298B980DFCF97E7FAB0632C22CC0D244F",
	"ledger_index" : 9539,
	"parent_close_time" : 766934671,
	"parent_hash" : "CE527ED7672B89ECEC14C75E8940DF6C1EA353A73F47C9F0AC22A318EF32A402",
	"total_coins" : "99999999999950333",
	"transaction_hash" : "0000000000000000000000000000000000000000000000000000000000000000"
}

2024-Apr-20 13:24:34.304762158 UTC LedgerHistory:ERR valid

Environment

I am running my node with the Docker image xrpllabsofficial/xrpld:2.1.1.

Supporting Files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant