Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Can't set validate_config_timeout #425

@palage4a

Description

@palage4a

On highloaded clusters we have problems with updating the clusterwide config with default values of timeouts.
We can increase some of them, for example:

- `twophase_netbox_call_timeout` (`number`): time in seconds to wait netbox call while two-phase
commit (Cartridge 2.5+ is required);
- `twophase_upload_config_timeout` (`number`): time in seconds to wait config upload while two-phase
commit (Cartridge 2.5+ is required);
- `twophase_apply_config_timeout` (`number`): time in seconds to wait config apply while two-phase
commit (Cartridge 2.5+ is required);

But we can't set validate_config_timeout, which is bottleneck, since this timeout affects the "prepare" phase of applying CW-config. This phase has a lot of implicit yields, since there are a lot of IO operations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions