frostfs-node/cmd/frostfs-adm/internal/modules/morph/helper
Evgenii Stratonikov d00c606fee
Some checks failed
Vulncheck / Vulncheck (push) Successful in 1m3s
Build / Build Components (push) Has been cancelled
Pre-commit hooks / Pre-commit (push) Successful in 1m25s
OCI image / Build container images (push) Has been cancelled
Tests and linters / Lint (push) Has been cancelled
Tests and linters / Tests (push) Has been cancelled
Tests and linters / Tests with -race (push) Has been cancelled
Tests and linters / Staticcheck (push) Has been cancelled
Tests and linters / gopls check (push) Has been cancelled
Tests and linters / Run gofumpt (push) Has been cancelled
[#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
..
actor.go [#1614] adm: Allow use any wallets 2025-02-11 12:00:25 +03:00
contract.go [#1522] adm/helper: Unexport GetFrostfsIDAdmin() 2024-11-26 08:13:35 +00:00
download.go [#973] node: Resolve perfsprint linter 2024-03-11 17:55:50 +03:00
frostfsid.go [#1522] adm/helper: Unexport GetFrostfsIDAdmin() 2024-11-26 08:13:35 +00:00
frostfsid_test.go [#1522] adm/helper: Unexport GetFrostfsIDAdmin() 2024-11-26 08:13:35 +00:00
group.go [#932] adm: Rename util to helper 2024-02-13 09:59:27 +03:00
initialize.go [#1689] adm/helper: Use proper nns bindings import 2025-03-28 12:15:21 +00:00
initialize_ctx.go [#1522] adm/helper: Rename createSingleAccounts() -> getSingleAccounts() 2024-11-26 08:13:35 +00:00
initialize_test.go [#948] adm: Move TestNextPollInterval to package helper 2024-02-13 10:08:49 +03:00
local_client.go [#1522] adm: Simplify LocalClient.SendRawTransaction() 2024-11-26 08:13:35 +00:00
n3client.go [#652] adm: Group independent stages in batches 2025-03-28 12:15:21 +00:00
netmap.go [#1671] Use slices.ContainsFunc() where possible 2025-03-13 08:12:20 +00:00
util.go [#1614] adm: Allow use any wallets 2025-02-11 12:00:25 +03:00
wallet.go [#932] adm: Rename util to helper 2024-02-13 09:59:27 +03:00