File tree 3 files changed +13
-2
lines changed
docs/installation/upgrade
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -3638,7 +3638,11 @@ consistency.`
3638
3638
cassandra_execution_retry_interval : {
3639
3639
tags : [ 'sql-cassandra' ] ,
3640
3640
values : setting_types . TIME_MSECS ,
3641
- default : 0 ,
3641
+ default : '500 ms' ,
3642
+ changed : {
3643
+ settings_cassandra_execution_retry_changed : `
3644
+ Default changed from 0.`
3645
+ } ,
3642
3646
text : `
3643
3647
If the driver supports speculative execution policy, configures constant
3644
3648
speculative execution policy. See
@@ -3648,7 +3652,11 @@ https://docs.datastax.com/en/developer/java-driver/latest/manual/core/speculativ
3648
3652
cassandra_execution_retry_times : {
3649
3653
tags : [ 'sql-cassandra' ] ,
3650
3654
values : setting_types . TIME_MSECS ,
3651
- default : 0 ,
3655
+ default : 3 ,
3656
+ changed : {
3657
+ settings_cassandra_execution_retry_changed : `
3658
+ Default changed from 0.`
3659
+ } ,
3652
3660
text : `
3653
3661
If the driver supports speculative execution policy, configures constant
3654
3662
speculative execution policy. See
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ export const updates = {
126
126
settings_auth_internal_failure_delay_added : '2.4.0' ,
127
127
settings_auth_policy_added : '2.4.0' ,
128
128
settings_auth_policy_request_attributes_changed : '2.4.0' ,
129
+ settings_cassandra_execution_retry_changed : '2.4.2' ,
129
130
settings_dovecot_config_version_added : '2.4.0' ,
130
131
settings_dovecot_storage_version_added : '2.4.0' ,
131
132
settings_fifo_listener_type_added : '2.4.0' ,
Original file line number Diff line number Diff line change @@ -26,3 +26,5 @@ changed from `2.4.0` to `2.4.1`.
26
26
| ` service/auth/unix_listener/auth-userdb/group ` | (empty = root) | ` $SET:default_internal_group ` |
27
27
| ` service/lmtp/restart_request_count ` | unlimited | 1 |
28
28
| [[ setting,lmtp_user_concurrency_limit]] | unlimited | 10 |
29
+ | [[ setting,cassandra_execution_retry_interval]] | 0 | 500 ms |
30
+ | [[ setting,cassandra_execution_retry_times]] | 0 | 3 |
You can’t perform that action at this time.
0 commit comments