frostfs-node/cmd
Evgenii Stratonikov d00c606fee [#652] adm: Group independent stages in batches
Each stage waits until transaction persists. This is needed to ensure
the next stage will see the result of the previous one. However, some of
the stages do not depend one on another, so we may execute them in
parallel.

`AwaitDisabled` flag is used to localize this batching on the code
level. We could've removed `AwaitTx()` from respective stages, but it
seems more error prone.

Close #652.

Change-Id: Ib9c6f6cd5e0db0f31aa1cda8e127b1fad5166336
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2025-03-28 12:15:21 +00:00
..
frostfs-adm [#652] adm: Group independent stages in batches 2025-03-28 12:15:21 +00:00
frostfs-cli [#1695] mod: Bump frostfs-observability version 2025-03-21 13:28:02 +03:00
frostfs-ir [#1619] logger: Simplify logger config reloading 2025-03-21 09:03:54 +00:00
frostfs-lens [#1671] Use slices.Delete() where possible 2025-03-13 08:12:20 +00:00
frostfs-node [#1696] qos: Fix internal tag adjust 2025-03-28 07:47:12 +00:00
internal/common [#1519] cli: Make descriptive help for--rule option 2024-11-25 07:21:05 +00:00