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

after upgrade, xlayer node broken #3822

Open
TurtleSnail opened this issue Jan 12, 2025 · 0 comments
Open

after upgrade, xlayer node broken #3822

TurtleSnail opened this issue Jan 12, 2025 · 0 comments

Comments

@TurtleSnail
Copy link

2025-01-12T15:45:27.278Z	INFO	cmd/run.go:55	Starting application	{"pid": 1, "version": "v0.7.3"}
2025-01-12T15:45:27.289Z	INFO	db/db.go:121	Found 21 migrations as expected	{"pid": 1, "version": "v0.7.3"}
2025-01-12T15:45:27.302Z	INFO	executor/client.go:30	trying to connect to executor: zkevm-prover:50071	{"pid": 1, "version": "v0.7.3"}
2025-01-12T15:45:27.302Z	INFO	executor/client.go:41	connected to executor	{"pid": 1, "version": "v0.7.3"}
2025-01-12T15:45:27.302Z	INFO	merkletree/client.go:22	trying to connect to merkletree: zkevm-prover:50061	{"pid": 1, "version": "v0.7.3"}
2025-01-12T15:45:27.303Z	INFO	merkletree/client.go:27	connected to merkletree	{"pid": 1, "version": "v0.7.3"}
2025-01-12T15:45:27.419Z	INFO	l1infotree/tree.go:39	Resetting L1InfoTree...	{"pid": 1, "version": "v0.7.3"}
2025-01-12T15:45:27.475Z	INFO	cmd/run.go:521	Starting L1InfoRoot: 0x3f213bf32cb1c792b22f68bd2a478fb11c49fcc2786b4121cf494afe86bbe7c9	{"pid": 1, "version": "v0.7.3"}
2025-01-12T15:45:27.476Z	INFO	pgstatestorage/forkid.go:84	Updating forkIDs. Setting 1 forkIDs	{"pid": 1, "version": "v0.7.3"}
2025-01-12T15:45:27.476Z	INFO	pgstatestorage/forkid.go:85	intervals: []state.ForkIDInterval{state.ForkIDInterval{FromBatchNumber:0x1, ToBatchNumber:0xffffffffffffffff, ForkId:0x9, Version:"", BlockNumber:0x12a3d76}}	{"pid": 1, "version": "v0.7.3"}
2025-01-12T15:45:27.476Z	INFO	cmd/run.go:530	Fork ID read from POE SC = 9	{"pid": 1, "version": "v0.7.3"}
2025-01-12T15:45:27.476Z	INFO	cmd/run.go:126	Chain ID read from POE SC = 1101	{"pid": 1, "version": "v0.7.3"}
2025-01-12T15:45:27.480Z	INFO	nileventstorage/nileventstorage.go:34	Event: &{Id:{neg:false abs:[]} ReceivedAt:2025-01-12 15:45:27.480555264 +0000 UTC m=+0.217165937 IPAddress: Source:node Component:rpc Level:info EventID:NODE COMPONENT STARTED Description:Running JSON-RPC server Data:[] Json:<nil>}	{"pid": 1, "version": "v0.7.3"}
2025-01-12T15:45:27.480Z	INFO	cmd/run.go:273	running migrations for zkevm-pool-db	{"pid": 1, "version": "v0.7.3"}
2025-01-12T15:45:27.480Z	INFO	db/db.go:47	running migrations up	{"pid": 1, "version": "v0.7.3"}
2025-01-12T15:45:27.487Z	FATAL	cmd/run.go:276	Unable to create migration plan because of 1001.sql: unknown migration in database
/src/log/log.go:142 github.com/0xPolygonHermez/zkevm-node/log.appendStackTraceMaybeArgs()
/src/log/log.go:223 github.com/0xPolygonHermez/zkevm-node/log.Fatal()
/src/cmd/run.go:276 main.runMigrations()
/src/cmd/run.go:269 main.runPoolMigrations()
/src/cmd/run.go:536 main.createPool()
/src/cmd/run.go:197 main.start()
/go/pkg/mod/github.com/urfave/cli/[email protected]/command.go:279 github.com/urfave/cli/v2.(*Command).Run()
/go/pkg/mod/github.com/urfave/cli/[email protected]/command.go:272 github.com/urfave/cli/v2.(*Command).Run()
/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:337 github.com/urfave/cli/v2.(*App).RunContext()
/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:311 github.com/urfave/cli/v2.(*App).Run()
/src/cmd/main.go:191 main.main()
/usr/local/go/src/runtime/proc.go:267 runtime.main()
	{"pid": 1, "version": "v0.7.3"}
main.runMigrations
	/src/cmd/run.go:276
main.runPoolMigrations
	/src/cmd/run.go:269
main.createPool
	/src/cmd/run.go:536
main.start
	/src/cmd/run.go:197
github.com/urfave/cli/v2.(*Command).Run
	/go/pkg/mod/github.com/urfave/cli/[email protected]/command.go:279
github.com/urfave/cli/v2.(*Command).Run
	/go/pkg/mod/github.com/urfave/cli/[email protected]/command.go:272
github.com/urfave/cli/v2.(*App).RunContext
	/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:337
github.com/urfave/cli/v2.(*App).Run
	/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:311
main.main
	/src/cmd/main.go:191
runtime.main
	/usr/local/go/src/runtime/proc.go:267

MAINNET
Ubuntu 20.04

Version:      v0.7.3
Git revision: a774dc9
Git branch:   HEAD
Go version:   go1.21.13
Built:        Wed, 07 Aug 2024 11:34:33 +0000
OS/Arch:      linux/amd64
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