Skip to content

status: add parallel status execution - #1352

Open
sssciel wants to merge 2 commits into
masterfrom
g.rybakov/tntp-6354-status-opt
Open

status: add parallel status execution#1352
sssciel wants to merge 2 commits into
masterfrom
g.rybakov/tntp-6354-status-opt

Conversation

@sssciel

@sssciel sssciel commented Aug 18, 2026

Copy link
Copy Markdown
Member

Previously, the status call was called linearly on all instances,
which could lead to long delays. Now the calls are parallel.

On 200 instances, the total time gain is 12 times on
the test machine, from 5 seconds to 0.3 seconds.

Part of TNTP-6354

@sssciel
sssciel force-pushed the g.rybakov/tntp-6354-status-opt branch 6 times, most recently from d62f323 to 9976df5 Compare August 19, 2026 07:39
Previously, the status call was called linearly on all instances,
which could lead to long delays. Now the calls are parallel.

Part of TNTP-6354
Previously, the cluster config was re-read from disk for each instance,
which could lead to huge delays on hundreds of instances.
Now the cluster config is read once.

Closes TNTP-6354
@sssciel
sssciel force-pushed the g.rybakov/tntp-6354-status-opt branch from 9976df5 to 55686b1 Compare August 20, 2026 13:37
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

Successfully merging this pull request may close these issues.

1 participant