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

Unable to create a new connection in the presence of concurrent relayers #2168

Closed
1 of 8 tasks
arirubinstein opened this issue May 2, 2022 · 0 comments · Fixed by #2224
Closed
1 of 8 tasks

Unable to create a new connection in the presence of concurrent relayers #2168

arirubinstein opened this issue May 2, 2022 · 0 comments · Fixed by #2224
Assignees
Labels
A: bug Admin: something isn't working O: usability Objective: cause to improve the user experience (UX) and ease using the product
Milestone

Comments

@arirubinstein
Copy link

arirubinstein commented May 2, 2022

Summary of Bug

On a network with other relayers running, it's not possible to create a new channel as hermes fails to create the connection since another relayer opens it connection state is not INIT or TRYOPEN (got STATE_OPEN).

full logs: https://gist.github.com/arirubinstein/a37aa0441617e539546d5fc77dbcef0b

Version

0.13.0

Steps to Reproduce

  1. Run a hermes relayer on a network
  2. on another hermes instance, attempt to create a new channel with the same config

Acceptance Criteria

Hermes should be able to reliably create new channels and be tolerant of other relayers changing state


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate milestone (priority) applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@adizere adizere added A: bug Admin: something isn't working O: usability Objective: cause to improve the user experience (UX) and ease using the product labels May 3, 2022
@adizere adizere added this to the v0.15.0 milestone May 3, 2022
@adizere adizere modified the milestones: v0.15.0, v1.0.0 May 24, 2022
@adizere adizere changed the title Unable to create a new channel with other relayers live Unable to create a new connection in the presence of concurrent relayers Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: bug Admin: something isn't working O: usability Objective: cause to improve the user experience (UX) and ease using the product
Projects
No open projects
Status: Closed
Development

Successfully merging a pull request may close this issue.

3 participants