Skip to content

Commit

Permalink
Merge pull request #21 from vinted/fix/vtctld_deprecate_parameter
Browse files Browse the repository at this point in the history
Fix/deprecate vtctld parameters
  • Loading branch information
DeathBorn authored Jun 11, 2020
2 parents 9d30224 + 4cd8812 commit 9d09fa1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ Initial release.

# 4.3.3
- [FIX] `finalize_external_reparent_timeout` is no longer used with vttablet

# 4.3.4
- [FIX] `schema_swap_admin_query_timeout`, `schema_swap_backup_concurrency`, `schema_swap_delay_between_errors`, `schema_swap_reparent_timeout` are no longer used with vtctld

14 changes: 0 additions & 14 deletions attributes/vtctld.rb
Original file line number Diff line number Diff line change
Expand Up @@ -290,20 +290,6 @@
# The user who submits this schema change
default['vitess']['vtctld']['schema_change_user'] = nil

# timeout for SQL queries used to save and retrieve meta information for schema swap process (default
# 30s)
default['vitess']['vtctld']['schema_swap_admin_query_timeout'] = '30s'

# number of simultaneous compression/checksum jobs to run for seed backup during schema swap (default
# 4)
default['vitess']['vtctld']['schema_swap_backup_concurrency'] = 4

# time to wait after a retryable error happened in the schema swap process (default 1m0s)
default['vitess']['vtctld']['schema_swap_delay_between_errors'] = '1m0s'

# timeout to wait for slaves when doing reparent during schema swap (default 30s)
default['vitess']['vtctld']['schema_swap_reparent_timeout'] = '30s'

# the name of a registered security policy to use for controlling access to URLs - empty means allow
# all for anyone (built-in policies: deny-all, read-only)
default['vitess']['vtctld']['security_policy'] = nil
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
issues_url 'https://github.com/vinted/chef-vitess/issues'
source_url 'https://github.com/vinted/chef-vitess'
chef_version '>= 12.1' if respond_to?(:chef_version)
version '4.3.3'
version '4.3.4'

supports 'redhat'
supports 'centos'
Expand Down

0 comments on commit 9d09fa1

Please sign in to comment.