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

Improve new outgoing IMA message detection speed for S2S transfers #19

Open
sergiy-skalelabs opened this issue Nov 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sergiy-skalelabs
Copy link
Contributor

IMA Agent checks all 16 nodes for pretense of same IMA outgoing message. This is done one by one, step by step. We can do this parallel to improve speed of this check. It can took 3..5 on real situations for normal working nodes. Non-parallel calls do multiply this waiting time to 11. Parallel calls may save up to minutes of waiting time.

@sergiy-skalelabs sergiy-skalelabs self-assigned this Nov 15, 2023
@sergiy-skalelabs sergiy-skalelabs changed the title Imrove new outgoing IMA message detection speed for S2S transfers Improve new outgoing IMA message detection speed for S2S transfers Nov 15, 2023
@PolinaKiporenko PolinaKiporenko moved this to Ready For Pickup in SKALE Engineering 🚀 Nov 15, 2023
@PolinaKiporenko PolinaKiporenko added this to the SKALE 2.4 milestone Nov 15, 2023
@sergiy-skalelabs sergiy-skalelabs moved this from Ready For Pickup to In Progress in SKALE Engineering 🚀 Nov 17, 2023
@PolinaKiporenko PolinaKiporenko moved this from In Progress to Ready For Pickup in SKALE Engineering 🚀 Dec 11, 2023
@PolinaKiporenko PolinaKiporenko added the enhancement New feature or request label Dec 15, 2023
@PolinaKiporenko PolinaKiporenko modified the milestones: SKALE 2.4, SKALE 2.5 Apr 9, 2024
@DmytroNazarenko DmytroNazarenko modified the milestones: SKALE 2.5, SKALE 2.6 May 13, 2024
@PolinaKiporenko PolinaKiporenko modified the milestones: SKALE 3.2, SKALE 3.1 Aug 27, 2024
@PolinaKiporenko PolinaKiporenko moved this from Ready For Pickup to To Do in SKALE Engineering 🚀 Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

3 participants