Disable tree syncrhonization in config #1708

Open
opened 2025-04-07 07:58:40 +00:00 by alexvanin · 1 comment
Owner

To test features like TrueCloudLab/frostfs-sdk-go#305 it would be nice to have an option to disable tree synchronization. Synchronization will not affect the presence of tree nodes in expected storage nodes.

Describe the solution you'd like

Similar to object service policer, have a configuration option to disable tree synchronization.

## Is your feature request related to a problem? Please describe. To test features like https://git.frostfs.info/TrueCloudLab/frostfs-sdk-go/pulls/305 it would be nice to have an option to disable tree synchronization. Synchronization will not affect the presence of tree nodes in expected storage nodes. ## Describe the solution you'd like Similar to object service policer, have a configuration option to disable tree synchronization.
alexvanin added the
triage
label 2025-04-07 07:58:40 +00:00
fyrchik added the
frostfs-node
label 2025-04-07 09:09:14 +00:00
Owner

Should be done similar to policer.unsafe_disabled (undocumented and with unsafe in the parameter name).
Maybe tree.unsafe_sync_disabled.

Should be done similar to `policer.unsafe_disabled` (undocumented and with `unsafe` in the parameter name). Maybe `tree.unsafe_sync_disabled`.
acid-ant was assigned by fyrchik 2025-04-14 15:36:03 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#1708
No description provided.