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

Add twophase_validate_config_timeout variable __ #426

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

palage4a
Copy link

@palage4a palage4a commented Jul 18, 2023

In some cases, when we work with highloaded cluster, which can't apply CW-config with default timeouts,
we have to increase all twophase-timeouts.

Before the patch, there were only three of four cartridge.twophase timeouts:

  • twophase_netbox_call_timeout -> netbox_call_timeout;
  • twophase_upload_config_timeout -> updload_config_timeout;
  • twophase_apply_config_timeout -> apply_config_timeout;

So, we didn't have an ability to set the validate_config_timeout variable.

Closes #425

In some cases, when we're working with highloaded cluster, which can't
apply CW-config with default timeouts,
we have to increase all twophase-timeouts.

Before the patch, there were only three of four `cartridge.twophase`
timeouts:
- `twophase_netbox_call_timeoyt` -> `netbox_call_timeout`;
- `twophase_upload_config_timeoyt` -> `updload_config_timeout`;
- `twophase_apply_config_timeout` -> `apply_config_timeout`;

So, we didn't have an ability to set
the `validate_config_timeout` variable.

Closes tarantool#425
@palage4a palage4a marked this pull request as ready for review July 18, 2023 07:29
@palage4a palage4a requested a review from hackallcode July 18, 2023 09:31
@palage4a
Copy link
Author

Seems that most of checks fall because of troubles with environment. Do we need fix it before merge?

Copy link
Collaborator

@hackallcode hackallcode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The patch looks good, but for the merge it is necessary to fix CI in a separate PR

@opomuc opomuc changed the title Add twophase_validate_config_timeout variable Add twophase_validate_config_timeout variable __ Oct 20, 2023
@opomuc opomuc closed this Oct 20, 2023
@opomuc opomuc reopened this Oct 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't set validate_config_timeout
3 participants