Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opensearch-project/OpenSearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 104108f
Choose a base ref
...
head repository: opensearch-project/OpenSearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f593c45
Choose a head ref
  • 16 commits
  • 145 files changed
  • 14 contributors

Commits on Sep 13, 2022

  1. Add getHistoryOperationsFromTranslog method to fetch the history snap…

    …shot from translogs (#3948)
    
    * Add getHistoryOperationsFromTranslog method to fetch the hostory snapshot from translogs
    
    Signed-off-by: Ankit Kala <ankikala@amazon.com>
    ankitkala authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    5dc3d2e View commit details
    Browse the repository at this point in the history
  2. Fixed flaky test: ResourceAwareTasksTests.testTaskIdPersistsInThreadC…

    …ontext (#4484)
    
    Signed-off-by: Ketan Verma <ketan9495@gmail.com>
    ketanv3 authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    763a89f View commit details
    Browse the repository at this point in the history
  3. Getting security exception due to access denied 'java.lang.RuntimePer…

    …mission' 'accessDeclaredMembers' when trying to get snapshot with S3 IRSA (#4469)
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    Co-authored-by: Suraj Singh <surajrider@gmail.com>
    reta and dreamer-89 authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    8366ea3 View commit details
    Browse the repository at this point in the history
  4. [Javadoc] add missing javadocs for :distribution:tools modules (#4483)

    * Add javadocs for distribution:tools:java-version-checker
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    * Add javadocs for distribution:tools:keystore-cli
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    * Add javadocs for distribution:tools:plugin-cli
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    * Add javadocs for distribution:tools:launchers
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    * Change log
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    dbwiddis authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    29153fd View commit details
    Browse the repository at this point in the history
  5. Bump reactive-streams from 1.0.3 to 1.0.4 in /plugins/repository-azure (

    #4488)
    
    * Bump reactive-streams from 1.0.3 to 1.0.4 in /plugins/repository-azure
    
    Bumps [reactive-streams](https://github.com/reactive-streams/reactive-streams) from 1.0.3 to 1.0.4.
    - [Release notes](https://github.com/reactive-streams/reactive-streams/releases)
    - [Changelog](https://github.com/reactive-streams/reactive-streams-jvm/blob/master/RELEASE-NOTES.md)
    - [Commits](reactive-streams/reactive-streams-jvm@v1.0.3...v1.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.reactivestreams:reactive-streams
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Updating SHAs
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update changelog
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
    dependabot[bot] and dependabot[bot] authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    51a529f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Ignore all malformed objects when ignore_malformed is true (#4494)

    Fixes a bug to not fail the entire document when "ignore_malformed" is set to true. Allowing the valid fields 
    to be indexed and ignore only the malformed fields.
    
    Signed-off-by: Hauck <joaoh14@gmail.com>
    hauck-jvsh authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    45c9597 View commit details
    Browse the repository at this point in the history
  2. [AUTO] [main] Added bwc version 2.3.1. (#4513)

    * Added bwc version 2.3.1
    * Add changelog of adding bwc version 2.3.1
    
    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    opensearch-trigger-bot[bot] authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    72e6801 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. [Segment Replication] Add snapshot and restore tests for segment repl…

    …ication feature (#3993)
    
    * [Segment Replication] Add snapshots tests with segment replication enabled
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    * Fix spotless failures
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    * Add changelog entry, address review comments, add failover test
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    * Fix spotless failures
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    * Address review comments 2
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    dreamer-89 authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    f73a870 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. [Remote Store] Change behaviour in replica recovery for remote transl…

    …og enabled indices (#4318)
    
    Signed-off-by: Ashish Singh <ssashish@amazon.com>
    ashking94 authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    57a4aed View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Weighted round-robin scheduling policy for shard coordination traffic… (

    #4241)
    
    * Weighted round-robin scheduling policy for shard coordination traffic routing
    
    Signed-off-by: Anshu Agarwal <anshukag@amazon.com>
    anshu1106 authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    4657716 View commit details
    Browse the repository at this point in the history
  2. [Javadoc] add missing javadocs for :example-plugin modules (#4540)

    * Add javadocs for example-plugins:custom-settings module
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    * Add javadocs for example-plugins:custom-significance-heuristic
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    * Add javadocs for example-plugins:custom-suggester
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    * Add javadocs to example-plugins:painless-allowlist
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    * Add javadocs to example-plugins:rescore
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    * Add javadocs to example-plugins:rest-handler
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    * Add javadocs to example-plugins:script-expert-scoring
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    * Remove exclusions for module which aren't giving javadoc errors
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    * CI testing apparently needs to instantiate a no-op class
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    dbwiddis authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    fa07cd9 View commit details
    Browse the repository at this point in the history
  3. Add GeoBounds aggregation on GeoShape field type.(#3980) (#4266)

    Enables geo_bounds aggregation to work with geo_shape field types.
    
    This enhancement includes:
        * Addition of Doc values on the GeoShape Field.
        * Addition of GeoShape ValueSource level code interfaces for accessing the DocValues.
        * Addition of Missing Value feature in the GeoShape Aggregations.
    
    Signed-off-by: Navneet Verma <navneev@amazon.com>
    navneet1v authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    56162a9 View commit details
    Browse the repository at this point in the history
  4. Updates jackson and snakeyml dependencies (#4556)

    * Upgrade jackson and snakeyml dependencies
    
    Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
    
    * Updated changelog
    
    Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
    
    Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
    owaiskazi19 authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    658f7a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Bump com.diffplug.spotless from 6.10.0 to 6.11.0 (#4547)

    * Bump com.diffplug.spotless from 6.10.0 to 6.11.0
    
    ---
    updated-dependencies:
    - dependency-name: com.diffplug.spotless
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    f248394 View commit details
    Browse the repository at this point in the history
  2. Bump reactor-core from 3.4.18 to 3.4.23 in /plugins/repository-azure (#…

    …4548)
    
    * Bump reactor-core from 3.4.18 to 3.4.23 in /plugins/repository-azure
    
    Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.18 to 3.4.23.
    - [Release notes](https://github.com/reactor/reactor-core/releases)
    - [Commits](reactor/reactor-core@v3.4.18...v3.4.23)
    
    ---
    updated-dependencies:
    - dependency-name: io.projectreactor:reactor-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    4ea3231 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into txlog-transfer

    Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
    Bukhtawar committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    f593c45 View commit details
    Browse the repository at this point in the history
Loading