aboutsummaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Collapse)AuthorAgeFilesLines
* Enforce document timestamp requirements for updates in backendTor Brede Vekterli2024-03-053-10/+60
| | | | | | | | | | | | | | | | | | The document API has long since had a special field for update operations where an optional expected _existing_ backend timestamp can be specified, and where the update should only go through iff there is a timestamp match. This has been supported on the distributor all along, but only when write-repair is taking place (i.e. rarely), but the actual backend support has been lacking. No one has complained yet since this is very much not an advertised feature, but if we want to e.g. use this feature for improvements to batch updates we should ensure that it works as expected. With this commit, a non-zero "old timestamp" field is cross-checked against the existing document, and the update is only applied if the actual and expected timestamps match.
* use const where possibleHenning Baldersheim2024-02-051-2/+2
|
* Simpler to just use false directly.Henning Baldersheim2024-02-051-3/+1
|
* Keep constHenning Baldersheim2024-02-051-1/+1
|
* - Remove multibit_split form config, as it is always off, but leave it for ↵Henning Baldersheim2024-02-0513-35/+53
| | | | | | tests. - Reduce penetration of generated StorFilestorConfig.
* Merge pull request #30164 from ↵Henning Baldersheim2024-02-057-75/+39
|\ | | | | | | | | vespa-engine/balder/hardcode-enable_metadata_only_fetch_phase_for_inconsistent_updates - Hardcode enable_metadata_only_fetch_phase_for_inconsistent_updates …
| * GC unused test methods.Henning Baldersheim2024-02-051-8/+0
| |
| * - Hardcode enable_metadata_only_fetch_phase_for_inconsistent_updates and ↵Henning Baldersheim2024-02-037-71/+43
| | | | | | | | | | | | restart_with_fast_update_path_if_all_get_timestamps_are_consistent to true. - The tests expecting depending on these flags specify these values explicit.
* | Merge pull request #30165 from vespa-engine/balder/gc-unused-distribution-configHenning Baldersheim2024-02-055-30/+4
|\ \ | | | | | | Balder/gc unused distribution config
| * | Followup on review comments and initialize members explicit.Henning Baldersheim2024-02-051-1/+1
| | |
| * | GC unused distributor_auto_ownership_transfer_on_whole_group_downHenning Baldersheim2024-02-035-22/+2
| | |
| * | GC unused disk_distribution config.Henning Baldersheim2024-02-032-9/+3
| |/
* | Merge pull request #30158 from ↵Henning Baldersheim2024-02-055-37/+8
|\ \ | | | | | | | | | | | | vespa-engine/balder/disable_queue_limits_for_chained_merges-always-true disable_queue_limits_for_chained_merges has long been true, GC
| * | Add commentHenning Baldersheim2024-02-021-0/+1
| | |
| * | disable_queue_limits_for_chained_merges has long been true, GCHenning Baldersheim2024-02-024-37/+7
| |/
* | Merge pull request #30161 from ↵Henning Baldersheim2024-02-056-138/+58
|\ \ | | | | | | | | | | | | vespa-engine/balder/throttle_individual_merge_feed_ops_and_common_merge_chain_optimalization Balder/throttle individual merge feed ops and common merge chain optimalization
| * | common_merge_chain_optimalization_minimum_size hardcoded at 64Henning Baldersheim2024-02-034-99/+50
| | |
| * | throttle_individual_merge_feed_ops has long been enabled, cleaning upHenning Baldersheim2024-02-035-39/+8
| |/
* / Temporary add back use_btree_database until some zombies are laid to rest.Henning Baldersheim2024-02-051-0/+4
|/
* Condition probing has long been defaultHenning Baldersheim2024-02-029-88/+13
|
* two_phase_garbage_collection is always enabledHenning Baldersheim2024-02-026-56/+1
|
* Merge pull request #30146 from vespa-engine/balder/always-unordered-mergingHenning Baldersheim2024-02-028-63/+17
|\ | | | | Balder/always unordered merging
| * Keep priority_merge_out_of_sync_copies until it can be safely cleaned out.Henning Baldersheim2024-02-021-0/+3
| |
| * Only include what you needHenning Baldersheim2024-02-024-6/+8
| |
| * Alwasy use use_unordered_merge_chainingHenning Baldersheim2024-02-026-57/+6
| |
* | Merge pull request #30145 from ↵Henning Baldersheim2024-02-024-11/+2
|\ \ | |/ |/| | | | | vespa-engine/balder/gc-maxpendingidealstateoperations GC maxpendingidealstateoperations which has not been wired in for a l…
| * GC maxpendingidealstateoperations which has not been wired in for a long time.Henning Baldersheim2024-02-024-11/+2
| |
* | Merge pull request #30142 from ↵Henning Baldersheim2024-02-0242-166/+159
|\ \ | |/ |/| | | | | vespa-engine/balder/always-inhibit_default_merges_when_global_merges_pending - Always inhibit_default_merges_when_global_merges_pending
| * - Always inhibit_default_merges_when_global_merges_pendingHenning Baldersheim2024-02-0242-166/+159
| | | | | | | | | | - Only show config to the code that needs it. - Avoid using config autogenerated internals around in the code.
* | Always clear_bucket_priority_on_schedule.Henning Baldersheim2024-02-028-73/+7
|/
* Always sequence mutating operations.Henning Baldersheim2024-02-026-60/+0
|
* Merge pull request #30137 from vespa-engine/balder/always-report-host-infoHenning Baldersheim2024-02-028-81/+7
|\ | | | | Always report hostinfo
| * Always report hostinfoHenning Baldersheim2024-02-028-81/+7
| |
* | Merge branch 'master' into balder/cleanup-distributormanagerconfig-1Henning Baldersheim2024-02-029-266/+20
|\|
| * Merge pull request #30136 from vespa-engine/balder/gc-priority-control-by-configHenning Baldersheim2024-02-025-128/+7
| |\ | | | | | | GC priority control in config. Correct priority is essential to conte…
| | * GC priority control in config. Correct priority is essential to content ↵Henning Baldersheim2024-02-025-128/+7
| | | | | | | | | | | | layer, and should not be reconfigured.
| * | Merge pull request #30135 from vespa-engine/balder/never-block-state-checkersHenning Baldersheim2024-02-025-61/+2
| |\ \ | | | | | | | | Never block statecheckers
| | * | Never block statecheckersHenning Baldersheim2024-02-025-61/+2
| | |/
| * / Always prioritize_global_bucket_mergesHenning Baldersheim2024-02-027-81/+11
| |/
* / GC unused methods and members in distributormanager config, part 1Henning Baldersheim2024-02-022-25/+2
|/
* Merge pull request #30130 from ↵Henning Baldersheim2024-02-014-129/+15
|\ | | | | | | | | vespa-engine/balder/gc-void-config-from-stor-bouncer GC void config from stor-bouncer.def
| * GC void config from stor-bouncer.defHenning Baldersheim2024-02-014-129/+15
| |
* | NORMAL_3 is the old normalHenning Baldersheim2024-02-011-7/+7
| |
* | GC void config from stor-visitor.defHenning Baldersheim2024-02-016-119/+26
|/
* GC chunklevel from bucketdb config.Henning Baldersheim2024-01-301-1/+0
|
* GC unused stor-bucketdb and stor-opslogger config.Henning Baldersheim2024-01-306-20/+0
|
* GC completely unused parameters from the days of VDSHenning Baldersheim2024-01-303-29/+0
|
* GC completely unused parameters from the days of VDSHenning Baldersheim2024-01-301-21/+0
|
* GC unused async_operation_dynamic_throttling_window_increment and ↵Henning Baldersheim2024-01-301-2/+1
| | | | async_operation_throttler_type
* GC leftovers from use_per_document_throttled_delete_bucketHenning Baldersheim2024-01-306-94/+41
|