diff options
Diffstat (limited to 'src/third_party/wiredtiger/dist/api_data.py')
| -rw-r--r-- | src/third_party/wiredtiger/dist/api_data.py | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/src/third_party/wiredtiger/dist/api_data.py b/src/third_party/wiredtiger/dist/api_data.py index 11632da60ae..c0069c39309 100644 --- a/src/third_party/wiredtiger/dist/api_data.py +++ b/src/third_party/wiredtiger/dist/api_data.py @@ -219,6 +219,9 @@ tiered_config = [ time in seconds to retain data on tiered storage on the local tier for faster read access''', min='0', max='10000'), + Config('object_target_size', '0', r''' + this option is no longer supported, retained for backward compatibility''', + min='0', undoc=True), ]), ] @@ -855,10 +858,10 @@ connection_runtime_config = [ type='list', undoc=True, choices=[ 'aggressive_sweep', 'backup_rename', 'checkpoint_reserved_txnid_delay', 'checkpoint_slow', - 'checkpoint_stop', 'compact_slow', 'failpoint_history_store_delete_key_from_ts', - 'history_store_checkpoint_delay', 'history_store_search', 'history_store_sweep_race', - 'prepare_checkpoint_delay', 'split_1', 'split_2', 'split_3', 'split_4', 'split_5', - 'split_6', 'split_7', 'tiered_flush_finish']), + 'checkpoint_stop', 'compact_slow', 'failpoint_eviction_fail_after_reconciliation', + 'failpoint_history_store_delete_key_from_ts', 'history_store_checkpoint_delay', + 'history_store_search', 'history_store_sweep_race', 'prepare_checkpoint_delay', 'split_1', + 'split_2', 'split_3', 'split_4', 'split_5', 'split_6', 'split_7', 'tiered_flush_finish']), Config('verbose', '[]', r''' enable messages for various subsystems and operations. Options are given as a list, where each message type can optionally define an associated verbosity level, such as @@ -1044,10 +1047,6 @@ tiered_storage_configuration_common = [ time in seconds to retain data on tiered storage on the local tier for faster read access''', min='0', max='10000'), - Config('object_target_size', '10M', r''' - the approximate size of objects before creating them on the - tiered storage tier''', - min='100K', max='10TB'), ] connection_reconfigure_tiered_storage_configuration = [ Config('tiered_storage', '', r''' |
