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

Stopping witness node with Ctrl+C when port is already in use results in unclean shutdown #78

Closed
vikramrajkumar opened this issue Jan 17, 2017 · 3 comments

Comments

@vikramrajkumar
Copy link
Contributor

From @theoreticalbts on September 2, 2015 18:17

Steps to repro:

  • Listen on p2p port in another process
  • Start witness_node attempting to listen on same p2p port
  • Press Ctrl+C to stop witness_node
  • Stop other process listening on p2p port
  • Start witness_node
  • Witness node must resync

The solution is to try to listen on all ports before opening the DB.

Copied from original issue: cryptonomex/graphene#290

@vikramrajkumar
Copy link
Contributor Author

vikramrajkumar commented Jan 17, 2017

From @theoreticalbts on September 2, 2015 18:17

Related: cryptonomex/graphene#280, #77

@abitmore
Copy link
Member

With #339 we may have got around or fixed this issue.

@oxarbitrage
Copy link
Member

yes, we improved. closing as we merged to master.

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

3 participants