Skip to content

Commit 69c742f

Browse files
jed326Jay Deng
authored and
Jay Deng
committedFeb 2, 2024
Remove Concurrent Segment Search feature flags for feature launch
Signed-off-by: Jay Deng <jayd0104@gmail.com>
1 parent 90a815e commit 69c742f

File tree

168 files changed

+150
-1101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+150
-1101
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
136136
- Add `org.opensearch.rest.MethodHandlers` and `RestController#getAllHandlers` ([11876](https://github.com/opensearch-project/OpenSearch/pull/11876))
137137
- New DateTime format for RFC3339 compatible date fields ([#11465](https://github.com/opensearch-project/OpenSearch/pull/11465))
138138
- Add support for Google Application Default Credentials in repository-gcs ([#8394](https://github.com/opensearch-project/OpenSearch/pull/8394))
139+
- Remove concurrent segment search feature flag for GA launch ([#12074](https://github.com/opensearch-project/OpenSearch/pull/12074))
139140

140141
### Dependencies
141142
- Bumps jetty version to 9.4.52.v20230823 to fix GMS-2023-1857 ([#9822](https://github.com/opensearch-project/OpenSearch/pull/9822))

‎distribution/src/config/opensearch.yml

-6
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,6 @@ ${path.logs}
117117
#opensearch.experimental.feature.extensions.enabled: false
118118
#
119119
#
120-
# Gates the concurrent segment search feature. This feature enables concurrent segment search in a separate
121-
# index searcher threadpool.
122-
#
123-
#opensearch.experimental.feature.concurrent_segment_search.enabled: false
124-
#
125-
#
126120
# Gates the optimization of datetime formatters caching along with change in default datetime formatter
127121
# Once there is no observed impact on performance, this feature flag can be removed.
128122
#

0 commit comments

Comments
 (0)