question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ark node gets stuck when upgraded from 2.5.28 to 2.6.1

See original GitHub issue

As I run in docker (kuberenetes), my upgrade process is very simple: I just stop the docker container with old @arkecosystem/core@2.5.28 and start new one with @arkecosystem/core@2.6.1 installed The start command is “ark relay:run --suffix=relay --env=production --token=ark --network=mainnet”

It results those logs:

[2020-02-11 21:57:09.195] INFO : Starting P2P Interface
[2020-02-11 21:57:18.777] INFO : Socket worker started, PID: 905
[2020-02-11 21:57:18.779] INFO : Socket worker started, PID: 912
[2020-02-11 21:57:19.081] INFO : Setting up core-magistrate-transactions.
[2020-02-11 21:57:20.085] INFO : Starting Database Manager
[2020-02-11 21:57:20.085] INFO : Establishing Database Connection

And nothing happens. As I see from my DB monitoring - connection indeed inititated, but there is no read/write operations. Also no CPU/RAM usage

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:14

github_iconTop GitHub Comments

1reaction
ksemaevcommented, Feb 12, 2020

Did work, TY @adrian69 Other nodes still stuck, but I’ll do some PG dumps to fix it

1reaction
adrian69commented, Feb 12, 2020

@ksemaev that node forked. You need to rollback. Try running that inside the container:

pm2 stop all
ark snapshot:rollback --height=11270000
pm2 start all
Read more comments on GitHub >

github_iconTop Results From Across the Web

Bug listing with status RESOLVED with resolution OBSOLETE ...
(was: =dev-java/jdbm-1.0 is available)" status:RESOLVED ... Bug:144564 - "[cs] gentoo-upgrading.xml" status:RESOLVED resolution:OBSOLETE severity:normal ...
Read more >
ARK Development Report — February 2020 | by Rok Černec
The ARK Monthly Development Report covers all pull requests (opened, ... #3466 Ark node gets stuck when upgraded from 2.5.28 to 2.6.1 ......
Read more >
Joomla 2.5 to 3.10 Step by Step Migration
2.5.28 can only be migrated in two steps. First migrate to version 3.5.1. Then upgrade from version 3.5.1 to the latest 3.x version...
Read more >
Compare Packages Between Distributions - DistroWatch.com
For indication about the GNOME version, please check the "nautilus" and "gnome-shell" packages. The apache web server is listed as "httpd" and the...
Read more >
File: README — Documentation for rbt (0.11.68) - RubyDoc.info
Perhaps things improved since then, but since I felt that linux is a ... often contain additional useful information in case you get...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found