elasticsearch/test/test-clusters
Martijn van Groningen 26de5343a2
Remove synthetic recovery source feature flag. (#122615)
This feature flag controls whether synthetic recovery source is enabled by default when the source mode is synthetic.

The synthetic recovery source feature itself is already available via the index.recovery.use_synthetic_source index setting and can be enabled by anyone using synthetic source.

The default value of index.recovery.use_synthetic_source setting defaults to true when index.mapping.source.mode is enabled. The index.mapping.source.mode default to true if index.mode is logsdb or time_series.

In other words, with this change synthetic recovery source will be enabled by default for logsdb and tsdb.

Closes #116726
2025-03-05 15:43:33 +01:00
..
src/main Remove synthetic recovery source feature flag. (#122615) 2025-03-05 15:43:33 +01:00
build.gradle Refactor BWC handling to support more flexible testing scenarios (#95803) 2023-05-03 13:43:39 -07:00