Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for feature flags in opensearch.yml #71

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ntantri
Copy link
Owner

@ntantri ntantri commented Oct 27, 2022

This change introduces a static store "settings"
in FeatureFlags.java file to enable isEnabled method to fetch flag settings defined in opensearch.yml.

Description

[Describe what this change achieves]

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@ntantri ntantri force-pushed the support-feature-flags-via-yaml branch 5 times, most recently from e8cb508 to 9543074 Compare November 3, 2022 00:17
@ntantri ntantri force-pushed the support-feature-flags-via-yaml branch from 9543074 to d8247ca Compare November 25, 2022 00:55
@ntantri ntantri force-pushed the support-feature-flags-via-yaml branch 4 times, most recently from 5cc38c5 to 55b12e5 Compare December 9, 2022 05:52
@ntantri ntantri force-pushed the support-feature-flags-via-yaml branch 16 times, most recently from cacfa68 to 2d6ee40 Compare January 1, 2023 11:57
…log (opensearch-project#5649)

* Add support to download translog from remote store during recovery

Signed-off-by: Sachin Kale <kalsac@amazon.com>
@ntantri ntantri force-pushed the support-feature-flags-via-yaml branch from 8c63c5e to 57c2125 Compare January 4, 2023 14:19
This change introduces a static store "settings"
in FeatureFlags.java file to enable isEnabled method to
fetch flag settings defined in opensearch.yml.

Signed-off-by: Nagaraj Tantri <nagarajtantri@gmail.com>
@ntantri ntantri force-pushed the support-feature-flags-via-yaml branch from 57c2125 to 9aa0a93 Compare January 4, 2023 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants