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

Fix BLS signatures gathering stuck #1595

Closed
Tracked by #1413
sergiy-skalelabs opened this issue Sep 19, 2023 · 1 comment · Fixed by #1594, #1598, #1614 or #1615
Closed
Tracked by #1413

Fix BLS signatures gathering stuck #1595

sergiy-skalelabs opened this issue Sep 19, 2023 · 1 comment · Fixed by #1594, #1598, #1614 or #1615
Assignees
Labels
bug Something isn't working IMA release:2.2

Comments

@sergiy-skalelabs
Copy link
Contributor

Fix the following problems

  • BLS signatures gathered with delays one by one, node by node. They must gather parallel and independent.
  • If one node is down, then rest of BLS signatures are gathered with huge delay.
@sergiy-skalelabs sergiy-skalelabs self-assigned this Sep 19, 2023
@DmytroNazarenko DmytroNazarenko added the bug Something isn't working label Sep 19, 2023
@DmytroNazarenko DmytroNazarenko moved this to Code Review in SKALE Engineering 🚀 Sep 19, 2023
@github-project-automation github-project-automation bot moved this from Code Review to Ready For Release Candidate in SKALE Engineering 🚀 Sep 19, 2023
@sergiy-skalelabs sergiy-skalelabs moved this from Ready For Release Candidate to QA in SKALE Engineering 🚀 Sep 19, 2023
@sergiy-skalelabs sergiy-skalelabs linked a pull request Sep 19, 2023 that will close this issue
@DmytroNazarenko DmytroNazarenko removed a link to a pull request Oct 10, 2023
@EvgeniyZZ
Copy link

Can't reproduce: signature gathering going in parallel
IMA Agent version: 2.0.1

blsAwait.txt

@EvgeniyZZ EvgeniyZZ moved this from QA to Done in SKALE Engineering 🚀 Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment