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

Loop worker doesn't receive connected chains #1610

Closed
DmytroNazarenko opened this issue Oct 6, 2023 · 2 comments · Fixed by #1611, #1614, #1615, #1617 or #1618
Closed

Loop worker doesn't receive connected chains #1610

DmytroNazarenko opened this issue Oct 6, 2023 · 2 comments · Fixed by #1611, #1614, #1615, #1617 or #1618
Assignees
Labels
bug Something isn't working release:2.2

Comments

@DmytroNazarenko
Copy link
Contributor

Loop worker does not receive info about network in case SNB worker starts earlier than Loop worker

  1. SNB worker have processed network before Loop worker started.
  2. SNB worker download all the info about connected chains
2023-10-06 17:15:38.558: SNB WORKER Parallel periodic SNB caching in worker thread 1 will notify main thread now
2023-10-06 17:15:38.558: Parallel periodic SNB caching result did arrived to main thread 0
2023-10-06 17:15:38.559: Will set arrSChainsCached in main thread 0...
2023-10-06 17:15:38.559: Value of arrSChainsCached in main thread 0 is: [{"data":{"name":"blan"," ...
  1. SNB worker tries to notify Loop worker -> not successed
  2. Loop worker starts without arrSChainsCached
2023-10-06 17:15:39.586: Will set arrSChainsCached in worker thread 2...
2023-10-06 17:15:39.587: Value of arrSChainsCached in worker thread 2 is: []
2023-10-06 17:15:39.587: Will dispatch arrSChainsCached event in worker thread 2...
2023-10-06 17:15:39.587: Did arrived chainsCacheChanged event in worker thread 2
2023-10-06 17:15:39.588: Will skip chainsCacheChanged dispatch event with no chains arrived in worker thread 2
@DmytroNazarenko DmytroNazarenko added the bug Something isn't working label Oct 6, 2023
@DmytroNazarenko DmytroNazarenko moved this to In Progress in SKALE Engineering 🚀 Oct 6, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Ready For Release Candidate in SKALE Engineering 🚀 Oct 6, 2023
@sergiy-skalelabs sergiy-skalelabs moved this from Ready For Release Candidate to Code Review in SKALE Engineering 🚀 Oct 6, 2023
This was linked to pull requests Oct 9, 2023
@DmytroNazarenko DmytroNazarenko moved this from Code Review to Ready For Release Candidate in SKALE Engineering 🚀 Oct 9, 2023
This was linked to pull requests Oct 10, 2023
@DmytroNazarenko
Copy link
Contributor Author

IMA: 2.0.0

@DmytroNazarenko DmytroNazarenko moved this from Ready For Release Candidate to Merged To Release Candidate in SKALE Engineering 🚀 Oct 30, 2023
@EvgeniyZZ EvgeniyZZ moved this from Merged To Release Candidate to QA in SKALE Engineering 🚀 Nov 6, 2023
@EvgeniyZZ
Copy link

Verified: fixed by automatic restart, no work frame gap during 2 days under load
Version: 2.0.1

@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