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

Rebase throttling feature branch #4713

Commits on Aug 24, 2022

  1. [BUG] Running "opensearch-service.bat start" and "opensearch-service.…

    …bat manager" (opensearch-project#4289)
    
    * [BUG] Update opensearch-service-x64.exe parameters to //ES for Execute Service. Update opensearch-service-mgr.exe parameters to //ES for Edit Service. Add code comments for the Apache Commons Daemon.
    
    Signed-off-by: Alex Burck <me@alexburck.com>
    
    * update changelog with pull request link
    
    Signed-off-by: Alex Burck <me@alexburck.com>
    
    Signed-off-by: Alex Burck <me@alexburck.com>
    burck1 committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    a3fb105 View commit details
    Browse the repository at this point in the history
  2. Removing dead code in RecoveryTarget. (opensearch-project#4278)

    * Removing dead code in RecoveryTarget.
    
    This code in RecoveryTarget is not invoked, all of these methods are implemented by the parent ReplicationTarget with the same behavior.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    * PR Comments.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    mch2 committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    0bf6b2f View commit details
    Browse the repository at this point in the history
  3. Update the head ref to changelog verifier (opensearch-project#4296)

    * Update changelog contribution guide
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    
    * Fix reference to pull request
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    kotwanikunal committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    5dd7947 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Add 2.x version to CHANGELOG (opensearch-project#4297)

    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    kotwanikunal committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    1bfabed View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Do not fail replica shard due to primary closure (opensearch-project#…

    …4133)
    
    This commit prevents a replica shard from being failed in the case that
    a replication action to a replica is canceled due to the primary shard
    being closed.
    
    Signed-off-by: Andrew Ross <andrross@amazon.com>
    
    Signed-off-by: Andrew Ross <andrross@amazon.com>
    andrross committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    1dbb63a View commit details
    Browse the repository at this point in the history
  2. Some dependency updates (opensearch-project#4308)

    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    reta committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    c62cecb View commit details
    Browse the repository at this point in the history
  3. Restore using the class ClusterInfoRequest and ClusterInfoRequestBuil…

    …der from package 'org.opensearch.action.support.master.info' for subclasses (opensearch-project#4307)
    
    * Restore using the class ClusterInfoRequest and ClusterInfoRequestBuilder from package 'org.opensearch.action.support.master.info' for subclasses
    
    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    
    * Add changelog
    
    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    
    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    Co-authored-by: Andrew Ross <andrross@amazon.com>
    Tianli Feng and andrross committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    65f966e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. [BUG] Create logs directory before running OpenSearch on Windows (ope…

    …nsearch-project#4305)
    
    * [BUG] Create logs directory before running OpenSearch on Windows
    
    Signed-off-by: Alex Burck <me@alexburck.com>
    
    * update changlog pr link
    
    Signed-off-by: Alex Burck <me@alexburck.com>
    
    Signed-off-by: Alex Burck <me@alexburck.com>
    burck1 committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    7ea6e88 View commit details
    Browse the repository at this point in the history
  2. Use RemoteSegmentStoreDirectory instead of RemoteDirectory (opensearc…

    …h-project#4240)
    
    * Use RemoteSegmentStoreDirectory instead of RemoteDirectory
    
    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    sachinpkale committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    cd961f3 View commit details
    Browse the repository at this point in the history
  3. ZIP publication groupId value is configurable (opensearch-project#4156)

    When publishing Zip POM the groupId value was hard-coded to `org.opensearch.plugin` value which worked fine for existing core plugins but is not convenient for other plugins (such as community plugins maintained in independent repositories).
    
    This PR changes the sources of the ZIP publishing groupId value.
    
    Specifically, there are two ways to set the value:
    1) It is automatically inherited from the Gradle "project.group"
    2) It can be manually specified in the ZIP publication POM object
    
    This PR also brings a major rework of tests in PublishTests class. Individual testing scenarios are driven by "real" gradle building scripts (utilizing `java-gradle-plugin` gradle plugin).
    
    Closes opensearch-project#3692
    
    Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io>
    
    Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io>
    lukas-vlcek committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    7fe5830 View commit details
    Browse the repository at this point in the history
  4. [Segment Replication] Add timeout on Mockito.verify to reduce flakyne…

    …ss in testReplicationOnDone test (opensearch-project#4314)
    
    * [Segment Replication] testReplicationOnDone Add timeout to allow time for verify call
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    * Update changelog
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    * Add change log entry
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    dreamer-89 committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    f4e041e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Adding @dreamer-89 to Opensearch maintainers. (opensearch-project#4342)

    Signed-off-by: Kartik Ganesh <gkart@amazon.com>
    
    Signed-off-by: Kartik Ganesh <gkart@amazon.com>
    kartg committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    beb09af View commit details
    Browse the repository at this point in the history
  2. [CVE] Update snakeyaml dependency (opensearch-project#4341)

    The package `org.yaml:snakeyaml` before version 1.31 are vulnerable to Denial of Service (DoS) due missing to nested depth limitation for collections.
    
    Details at https://nvd.nist.gov/vuln/detail/CVE-2022-25857
    
    Signed-off-by: Rabi Panda <adnapibar@gmail.com>
    adnapibar committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    4bccdbe View commit details
    Browse the repository at this point in the history
  3. Fixed commit workflow for dependabot PR helper (opensearch-project#4331)

    * Fixed label for dependabot PR helper
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    
    * Update autocommit workflow for dependabot changelog
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    
    * Add version config for dependabot changelog helper
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    kotwanikunal committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    82bda89 View commit details
    Browse the repository at this point in the history
  4. Add release notes for patch release 1.3.5 (opensearch-project#4343)

    Signed-off-by: Rabi Panda <adnapibar@gmail.com>
    adnapibar committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    48d6869 View commit details
    Browse the repository at this point in the history
  5. Add release notes for patch release 2.2.1 (opensearch-project#4344)

    Signed-off-by: Rabi Panda <adnapibar@gmail.com>
    adnapibar committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f16ea9c View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    4f65ef5 View commit details
    Browse the repository at this point in the history
  2. Support for HTTP/2 (server-side) (opensearch-project#3847)

    * Support for HTTP/2 (server-side)
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    
    * Addressing code review comments
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    
    * Added HTTP/1.1 channel configuration
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    
    * Addressing code review comments
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    
    * Update pul request URL in CHANGELOG.md
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    reta committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    d72861f View commit details
    Browse the repository at this point in the history
  3. Fix token usage for changelog helper (opensearch-project#4351)

    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    kotwanikunal committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    c28221e View commit details
    Browse the repository at this point in the history
  4. Revert "Fix token usage for changelog helper (opensearch-project#4351)…

    …" (opensearch-project#4361)
    
    This reverts commit c28221e.
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    kotwanikunal committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    100120a View commit details
    Browse the repository at this point in the history
  5. Segment Replication - Implement segment replication event cancellatio…

    …n. (opensearch-project#4225)
    
    * Segment Replication.  Fix Cancellation of replication events.
    
    This PR updates segment replication paths to correctly cancel replication events on the primary and replica.
    In the source service, any ongoing event for a primary that is sending to a replica that shuts down or is promoted as a new primary are cancelled.
    In the target service, any ongoing event for a replica that is promoted as a new primary or is fetching from a primary that shuts down.
    It wires up SegmentReplicationSourceService as an IndexEventListener so that it can respond to events and cancel any ongoing transfer state.
    This change also includes some test cleanup for segment replication to rely on actual components over mocks.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    Fix to not start/stop SegmentReplicationSourceService as a lifecycle component with feature flag off.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    Update logic to properly mark SegmentReplicationTarget as cancelled when cancel initiated by primary.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    Minor updates from self review.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    * Add missing changelog entry.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    mch2 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    19d1a2b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Bug fixes for dependabot changelog verifier (opensearch-project#4364)

    * Fix token usage for changelog helper
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    
    * Add conditional check for dependabot steps
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    
    * Add dependency section
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    
    * Bug fixes for dependabot changelog verifier
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    
    * Update the changelog
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    kotwanikunal committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    4a6e937 View commit details
    Browse the repository at this point in the history
  2. Add changes for Create PIT and Delete PIT rest layer and rest high le…

    …vel client (opensearch-project#4064)
    
    * Create and delete PIT search rest layer changes
    
    Signed-off-by: Bharathwaj G <bharath78910@gmail.com>
    bharath-techie committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    689a2c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd11c69 View commit details
    Browse the repository at this point in the history
  4. Update to Netty 4.1.80.Final (opensearch-project#4359)

    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    reta committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    236f2f6 View commit details
    Browse the repository at this point in the history
  5. Bump xmlbeans from 5.1.0 to 5.1.1 in /plugins/ingest-attachment (open…

    …search-project#4354)
    
    * Bump xmlbeans from 5.1.0 to 5.1.1 in /plugins/ingest-attachment
    
    Bumps xmlbeans from 5.1.0 to 5.1.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.xmlbeans:xmlbeans
      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] committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    5c3cc93 View commit details
    Browse the repository at this point in the history
  6. Fix randomized test failure NRTReplicationEngineTests.testUpdateSegme…

    …nts (opensearch-project#4352)
    
    Overload `generateHistoryOnReplica` to be able to generate only a specific `Engine.Operation.TYPE` operations as required by the `testUpdateSegments` test
    
    Signed-off-by: Rabi Panda <adnapibar@gmail.com>
    
    Signed-off-by: Rabi Panda <adnapibar@gmail.com>
    adnapibar committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    715da84 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. [AUTO] [main] Added bwc version 2.2.2. (opensearch-project#4383)

    * Added bwc version 2.2.2
    
    * Add changelog
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    Co-authored-by: opensearch-ci-bot <opensearch-ci-bot@users.noreply.github.com>
    Co-authored-by: Kunal Kotwani <kkotwani@amazon.com>
    3 people committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    70d911c View commit details
    Browse the repository at this point in the history
  2. [Segment Replication] Bump segment infos counter before commit during…

    … replica promotion (opensearch-project#4365)
    
    * [Segment Replication] Bump segment infos counter before commit during replica promotion
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    * Add changelog entry
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    dreamer-89 committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    c885686 View commit details
    Browse the repository at this point in the history
  3. [Segment Replication] Add check to cancel ongoing replication with ol…

    …d primary on onNewCheckpoint on replica (opensearch-project#4363)
    
    * [Segment Replication] Add check to cancel ongoing replication with old primary on onNewCheckpoint on replica
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    * Add changelog entry
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    * Address review comments
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    * Address review comments 2
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    * Test failures
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    dreamer-89 committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    b206e98 View commit details
    Browse the repository at this point in the history
  4. Adding support for labels on version bump PRs, skip label support for… (

    opensearch-project#4391)
    
    * Adding support for labels on version bump PRs, skip label support for changelog verifier
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    
    * Add changelog
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    kotwanikunal committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    0c10674 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. [Segment Replication] Extend FileChunkWriter to allow cancel on trans…

    …port client (opensearch-project#4386)
    
    * [Segment Replication] Extend FileChunkWriter to allow cancel on retryable transport client
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    * Add changelog entry
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    * Address review comments
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    * Integration test
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    dreamer-89 committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    fab2a12 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Added RestLayer Changes for PIT stats (opensearch-project#4217)

    Signed-off-by: Ajay Kumar Movva <movvaam@amazon.com>
    ajaymovva committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    4331d2a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Modified cat shards test for pit stats (opensearch-project#4408)

    Signed-off-by: Ajay Kumar Movva <movvaam@amazon.com>
    ajaymovva committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    4ed0995 View commit details
    Browse the repository at this point in the history
  2. [Remote Store] Add index specific setting for remote repository (open…

    …search-project#4253)
    
    * Add index specific setting for remote repository
    * Fix for failover incremental uploads
    
    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    sachinpkale committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    ff2e4bf View commit details
    Browse the repository at this point in the history
  3. [Semgnet Replication] Update flaky testOnNewCheckpointFromNewPrimaryC…

    …ancelOngoingReplication unit test (opensearch-project#4414)
    
    * [Semgnet Replication] Update flaky testOnNewCheckpointFromNewPrimaryCancelOngoingReplication unit test
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    * Add changelog entry
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    * Update changelog entry
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    dreamer-89 committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    b0e1f6a View commit details
    Browse the repository at this point in the history
  4. Segment Replication - Fix NoSuchFileException errors caused when comp…

    …uting metadata snapshot on primary shards. (opensearch-project#4366)
    
    * Segment Replication - Fix NoSuchFileException errors caused when computing metadata snapshot on primary shards.
    
    This change fixes the errors that occur when computing metadata snapshots on primary shards from the latest in-memory SegmentInfos.  The error occurs when a segments_N file that is referenced by the in-memory infos is deleted as part of a concurrent commit.  The segments themselves are incref'd by IndexWriter.incRefDeleter but the commit file (Segments_N) is not.  This change resolves this by ignoring the segments_N file when computing metadata for CopyState and only sending incref'd segment files to replicas.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    * Fix spotless.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    * Update StoreTests.testCleanupAndPreserveLatestCommitPoint to assert additional segments are deleted.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    * Rename snapshot to metadataMap in CheckpointInfoResponse.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    * Refactor segmentReplicationDiff method to compute off two maps instead of MetadataSnapshots.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    * Fix spotless.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    * Revert catchall in SegmentReplicationSourceService.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    * Revert log lvl change.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    * Fix SegmentReplicationTargetTests
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    * Cleanup unused logger.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    Co-authored-by: Suraj Singh <surajrider@gmail.com>
    mch2 and dreamer-89 committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    f97cb4b View commit details
    Browse the repository at this point in the history
  5. Bump org.gradle.test-retry from 1.4.0 to 1.4.1 (opensearch-project#4411)

    * Bump org.gradle.test-retry from 1.4.0 to 1.4.1
    
    Bumps org.gradle.test-retry from 1.4.0 to 1.4.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.gradle.test-retry
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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] committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    1889d96 View commit details
    Browse the repository at this point in the history
  6. Revert to Netty 4.1.79.Final (opensearch-project#4428)

    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    
    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    fb64a85 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. [Segment Replication] Fix timeout issue by calculating time needed to…

    … process getSegmentFiles. (opensearch-project#4426)
    
    * Fix timeout issue by calculating time needed to process getSegmentFiles.
    
    Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
    
    * Formatting sizeOfSegmentFiles for time calculation.
    
    Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
    
    * Addressing comments and applying spotless check.
    
    Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
    
    Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
    Rishikesh1159 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    bff9d0f View commit details
    Browse the repository at this point in the history
  2. [Bug]: gradle check failing with java heap OutOfMemoryError (opensea…

    …rch-project#4328)
    
    * [Bug]: gradle check failing with java heap OutOfMemoryError
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    
    * Fork JavaCompile task
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    reta committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    ccf575a View commit details
    Browse the repository at this point in the history
  3. Bump azure-core-http-netty from 1.12.0 to 1.12.4 in /plugins/reposito…

    …ry-azure (opensearch-project#4160)
    
    * Bump azure-core-http-netty in /plugins/repository-azure
    
    Bumps [azure-core-http-netty](https://github.com/Azure/azure-sdk-for-java) from 1.12.0 to 1.12.4.
    - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
    - [Commits](Azure/azure-sdk-for-java@azure-core_1.12.0...azure-core-http-netty_1.12.4)
    
    ---
    updated-dependencies:
    - dependency-name: com.azure:azure-core-http-netty
      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>
    
    * Added missing forbidden classes
    
    Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
    
    * update version of azure-storage-common and azure-core-http-netty
    
    Signed-off-by: Xue Zhou <xuezhou@amazon.com>
    
    * update version of azure-storage-common and azure-core-http-netty
    
    Signed-off-by: Xue Zhou <xuezhou@amazon.com>
    
    * adding changelog information
    
    Signed-off-by: Xue Zhou <xuezhou@amazon.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
    Signed-off-by: Xue Zhou <xuezhou@amazon.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Owais Kazi <owaiskazi19@gmail.com>
    Co-authored-by: Xue Zhou <xuezhou@amazon.com>
    4 people committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    c1a1f1a View commit details
    Browse the repository at this point in the history
  4. Bugfix: Allow opensearch.bat file and opensearch-env.bat files to run…

    … when install path includes a space. (opensearch-project#4362)
    
    * Bugfix: Prevent escaping of in `else-if` statement by setting variable without double quotes.
    
    Signed-off-by: Mike Wilkinson <mwilkinson@imohealth.com>
    
    * Add changelog entry for fix
    
    Signed-off-by: Mike Wilkinson <mwilkinson@imohealth.com>
    
    * Escape double quotes for environment variables set by `opensearch-env.bat`. Explicitly apply quotes where those environment variables are invoked.
    
    Signed-off-by: Mike Wilkinson <mwilkinson@imohealth.com>
    
    Signed-off-by: Mike Wilkinson <mwilkinson@imohealth.com>
    Co-authored-by: Mike Wilkinson <mwilkinson@imohealth.com>
    mwilkinson-imo and Mike Wilkinson committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    ce6c6a8 View commit details
    Browse the repository at this point in the history
  5. [Segment Replication] - Update replicas to commit SegmentInfos instea…

    …d of relying on segments_N from primary shards. (opensearch-project#4402)
    
    * Segment Replication - Update replicas to commit SegmentInfos instead of relying on segments_N from primary shards.
    
    This change updates replicas to commit SegmentInfos before the shard is closed, on receiving a new commit point from a primary, and when a new primary is detected. This change also makes the public commitSegmentInfos on NRTEngine obsolete, refactoring IndexShard to simply call reset on the engine.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    * Remove noise & extra log statement.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    * PR feedback.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    mch2 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    3ef0046 View commit details
    Browse the repository at this point in the history
  6. Bump reactor-netty-core from 1.0.19 to 1.0.22 in /plugins/repository-…

    …azure (opensearch-project#4447)
    
    * Bump reactor-netty-core in /plugins/repository-azure
    
    Bumps [reactor-netty-core](https://github.com/reactor/reactor-netty) from 1.0.19 to 1.0.22.
    - [Release notes](https://github.com/reactor/reactor-netty/releases)
    - [Commits](reactor/reactor-netty@v1.0.19...v1.0.22)
    
    ---
    updated-dependencies:
    - dependency-name: io.projectreactor.netty:reactor-netty-core
      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] committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    dac99d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Add bwcVersion 2.4.0 (opensearch-project#4455)

    * Add bwcVersion 2.4.0
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    * Add changelog entry
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    dreamer-89 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    e305e1e View commit details
    Browse the repository at this point in the history
  2. add support for s390x architecture (opensearch-project#4001)

    * add s390x support in systemcallfilter
    
    opensearch-project#4000
    Signed-off-by: Andrija Pantovic <andrija.pantovic@phoenix-systems.ch>
    
    * add gradle cfg for s390x
    
    Signed-off-by: Andrija Pantovic <andrija.pantovic@gmail.com>
    
    * change assertion for architecture
    
    Signed-off-by: Andrija Pantovic <andrija.pantovic@gmail.com>
    
    * change assertion for architecture
    
    Signed-off-by: Andrija Pantovic <andrija.pantovic@gmail.com>
    
    * update changelog
    
    Signed-off-by: Andrija Pantovic <andrija.pantovic@gmail.com>
    
    Signed-off-by: Andrija Pantovic <andrija.pantovic@phoenix-systems.ch>
    Signed-off-by: Andrija Pantovic <andrija.pantovic@gmail.com>
    pantovad committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    517c19c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. 2.3.0 release notes (opensearch-project#4457) (opensearch-project#4464)

    * 2.3.0 release notes
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    * Add changelog entry
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    
    Signed-off-by: Suraj Singh <surajrider@gmail.com>
    dreamer-89 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    54364a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Add getHistoryOperationsFromTranslog method to fetch the history snap…

    …shot from translogs (opensearch-project#3948)
    
    * Add getHistoryOperationsFromTranslog method to fetch the hostory snapshot from translogs
    
    Signed-off-by: Ankit Kala <ankikala@amazon.com>
    ankitkala committed 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 (opensearch-project#4484)
    
    Signed-off-by: Ketan Verma <ketan9495@gmail.com>
    ketanv3 committed 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 (opensearch-project#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 committed 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 (opens…

    …earch-project#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 committed 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 (

    opensearch-project#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] committed 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 (opensearc…

    …h-project#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 committed 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. (opensearch-project#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] committed 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 (opensearch-project#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 committed 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 (opensearch-project#4318)
    
    Signed-off-by: Ashish Singh <ssashish@amazon.com>
    ashking94 committed 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… (

    opensearch-project#4241)
    
    * Weighted round-robin scheduling policy for shard coordination traffic routing
    
    Signed-off-by: Anshu Agarwal <anshukag@amazon.com>
    anshu1106 committed 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 (opensearc…

    …h-project#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 committed 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.(opensearch-project#…

    …3980) (opensearch-project#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 committed 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 (opensearch-project#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 committed 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 (opensearch-project#…

    …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] committed 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 (o…

    …pensearch-project#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] committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    4ea3231 View commit details
    Browse the repository at this point in the history
  3. Bump jempbox from 1.8.16 to 1.8.17 in /plugins/ingest-attachment (ope…

    …nsearch-project#4550)
    
    * Bump jempbox from 1.8.16 to 1.8.17 in /plugins/ingest-attachment
    
    Bumps jempbox from 1.8.16 to 1.8.17.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.pdfbox:jempbox
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    4d264b6 View commit details
    Browse the repository at this point in the history
  4. Bump log4j-core from 2.18.0 to 2.19.0 in /buildSrc/src/testKit/thirdP…

    …artyAudit (opensearch-project#4549)
    
    * Bump log4j-core in /buildSrc/src/testKit/thirdPartyAudit
    
    Bumps log4j-core from 2.18.0 to 2.19.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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] committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    2c27dfd View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Ignore lock file when testing cleanupAndPreserveLatestCommitPoint (op…

    …ensearch-project#4544)
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    dbwiddis committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    7ebb2af View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Remove deprecated code to add node name into log pattern of log4j pro…

    …perty file (opensearch-project#4568)
    
    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    Tianli Feng committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    3ca749f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Unmute RelocationIT.testRelocationWhileIndexingRandom. (opensearch-pr…

    …oject#4580)
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    mch2 committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    08f2232 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Add DecommissionService and helper to execute awareness attribute dec…

    …ommissioning (opensearch-project#4084)
    
    * Add Executor to decommission node attribute
    * Decommission service implementation with cluster metadata
    * Master abdication changes to decommission local awareness leader
    * Update join validator changes to validate decommissioned node join request
    
    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    751d069 View commit details
    Browse the repository at this point in the history
  2. Added rest layer changes for List all PITs and PIT segments (opensear…

    …ch-project#4388)
    
    * Changes for list all and pit segments
    
    Signed-off-by: Bharathwaj G <bharath78910@gmail.com>
    bharath-techie committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    bb47419 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Add PUT api to update shard routing weights (opensearch-project#4272)

    * Add PUT api to update shard routing weights
    
    Signed-off-by: Anshu Agarwal <anshukag@amazon.com>
    anshu1106 committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    9b2202a View commit details
    Browse the repository at this point in the history
  2. Further simplification of the ZIP publication implementation (opensea…

    …rch-project#4360)
    
    A follow-up of PR opensearch-project#4156 that brings in further simplification of the ZIP publication implementation and new tests.
    
    It is possible to remove some of the initialization code because the work is already handled by other library under the hood (most likely by NebulaPublishPlugin).
    
    For instance the condition to test the `groupId` presence: `if (groupId == null)` was pointless. It was never `true`. If the `project.group` is not defined the publication task fails with an exception, if there is a custom `groupId` value setup in publication config then it overrides the `project.group` as well. Tests are provided to cover these use cases.
    
    As for the new tests they cover the following cases:
    
    - verify that the task "publishToMavenLocal" gets expected results. The inspiration for this comes from opensearch-project/opensearch-plugin-template-java#35
    
    - verify that applying only the 'opensearch.pluginzip' is enough, because both the NebulaPublish and MavenPublishPlugin plugins are added explicitly and tasks are chained correctly
    
    - verify that if the plugin is applied but no publication is defined then a message is printed for the user
    
    Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io>
    
    Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io>
    lukas-vlcek committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    ab6849f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Add missing Javadoc tag descriptions in unit tests (opensearch-projec…

    …t#4629)
    
    * Add missing Javadoc tag descriptions in unit tests
    
    Using JDK14 (downloaded from https://jdk.java.net/archive/), I tried
    running ./gradlew check, and received errors like:
    
    server/src/test/java/org/opensearch/indices/replication/SegmentReplicationTargetTests.java:440:
    warning: no description for @throws
    
    The build then failed with "warnings found and -Werror specified".
    
    I tried again with JDK17 and the build passed.
    
    According to DEVELOPER_GUIDE.md, we should be able to build with JDK14,
    I added the missing Javadoc tag descriptions.
    
    Signed-off-by: Michael Froh <froh@amazon.com>
    
    * Update CHANGELOG.md
    
    Signed-off-by: Michael Froh <froh@amazon.com>
    
    Signed-off-by: Michael Froh <froh@amazon.com>
    msfroh committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    ebbddd3 View commit details
    Browse the repository at this point in the history
  2. Bump reactor-netty-http from 1.0.18 to 1.0.23 in /plugins/repository-…

    …azure (opensearch-project#4594)
    
    * Bump reactor-netty-http in /plugins/repository-azure
    
    Bumps [reactor-netty-http](https://github.com/reactor/reactor-netty) from 1.0.18 to 1.0.23.
    - [Release notes](https://github.com/reactor/reactor-netty/releases)
    - [Commits](reactor/reactor-netty@v1.0.18...v1.0.23)
    
    ---
    updated-dependencies:
    - dependency-name: io.projectreactor.netty:reactor-netty-http
      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] committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    cb5e16d View commit details
    Browse the repository at this point in the history
  3. Bump jettison from 1.5.0 to 1.5.1 in /plugins/discovery-azure-classic (

    …opensearch-project#4592)
    
    * Bump jettison from 1.5.0 to 1.5.1 in /plugins/discovery-azure-classic
    
    Bumps [jettison](https://github.com/jettison-json/jettison) from 1.5.0 to 1.5.1.
    - [Release notes](https://github.com/jettison-json/jettison/releases)
    - [Commits](jettison-json/jettison@jettison-1.5.0...jettison-1.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.jettison:jettison
      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] committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    7157724 View commit details
    Browse the repository at this point in the history
  4. Fix invalid search location of JDK for arm64 (opensearch-project#4613)

    Related commit: 0e9f74e
    
    Signed-off-by: Heemin Kim <heemin@amazon.com>
    
    Signed-off-by: Heemin Kim <heemin@amazon.com>
    heemin32 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    2c0277b View commit details
    Browse the repository at this point in the history
  5. Remove unused object and import from TransportClusterAllocationExplai…

    …nAction (opensearch-project#4639)
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    kotwanikunal committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    2fe6f9a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Relax visibility of the HTTP_CHANNEL_KEY and HTTP_SERVER_CHANNEL_KEY …

    …to make it possible for the plugins to access associated Netty4HttpChannel / Netty4HttpServerChannel instance (opensearch-project#4638)
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    reta committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    3b49c0e View commit details
    Browse the repository at this point in the history
  2. Bumping hadoop-hdfs version to 3.3.4 (opensearch-project#4644)

    * Updating hadoop-hdfs version
    
    Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
    
    * Adding changelog
    
    Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
    
    Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
    saratvemulapalli committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    551c2d8 View commit details
    Browse the repository at this point in the history
  3. Bugfix/496 rollover alias with filters (opensearch-project#4499)

    * 496: Added filters, indexRouting and searchRouting when doing rollover on alias
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * 496: Removed unused map property in metada alias rollover tests
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    Co-authored-by: Stevan Buzejic <stevan.buzejic@htecgroup.com>
    stevanbz and stevanbuzejic committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    54f8fdd View commit details
    Browse the repository at this point in the history
  4. Load the deprecated master role in a dedicated method instead of in s…

    …etAdditionalRoles() (opensearch-project#4582)
    
    Signed-off-by: Tianli Feng <ftianli@amazon.com>
    Tianli Feng committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    ff2d5be View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Add APIs (GET/PUT) to decommission awareness attribute (opensearch-pr…

    …oject#4261)
    
    * Add APIs (GET/PUT) to decommission awareness attribute
    
    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    4b08d38 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Adding check to make sure checkpoint is not processed when a shard's …

    …shard routing is primary. (opensearch-project#4630)
    
    Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
    
    Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
    Co-authored-by: Suraj Singh <surajrider@gmail.com>
    Rishikesh1159 and dreamer-89 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    76c372f View commit details
    Browse the repository at this point in the history
  2. Bump azure-storage-common from 12.18.0 to 12.18.1 in /plugins/reposit…

    …ory-azure (opensearch-project#4664)
    
    * Bump azure-storage-common in /plugins/repository-azure
    
    Bumps [azure-storage-common](https://github.com/Azure/azure-sdk-for-java) from 12.18.0 to 12.18.1.
    - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
    - [Commits](Azure/azure-sdk-for-java@azure-storage-blob_12.18.0...azure-storage-common_12.18.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.azure:azure-storage-common
      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] committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    9e5ea46 View commit details
    Browse the repository at this point in the history
  3. Bump forbiddenapis from 3.3 to 3.4 in /buildSrc/src/testKit/thirdPart…

    …yAudit (opensearch-project#4662)
    
    * Bump forbiddenapis in /buildSrc/src/testKit/thirdPartyAudit
    
    Bumps [forbiddenapis](https://github.com/policeman-tools/forbidden-apis) from 3.3 to 3.4.
    - [Release notes](https://github.com/policeman-tools/forbidden-apis/releases)
    - [Commits](policeman-tools/forbidden-apis@3.3...3.4)
    
    ---
    updated-dependencies:
    - dependency-name: de.thetaphi:forbiddenapis
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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] committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    b074c0f View commit details
    Browse the repository at this point in the history
  4. Fixed the SnapshotsInProgress error during index deletion (opensearch…

    …-project#4570)
    
    Signed-off-by: Xue Zhou <xuezhou@amazon.com>
    xuezhou25 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c20446d View commit details
    Browse the repository at this point in the history
  5. Update to Apache Lucene 9.4.0 (opensearch-project#4661)

    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    reta committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    69f421f View commit details
    Browse the repository at this point in the history
  6. Fixed day of year defaulting for round up parser (opensearch-project#…

    …4627)
    
    Signed-off-by: Vishal Sarda <vsarda@amazon.com>
    Vishalks committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    a17692d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Fix PIT flaky tests (opensearch-project#4632)

    * Fixing PIT flaky tests
    
    Signed-off-by: Bharathwaj G <bharath78910@gmail.com>
    bharath-techie committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    0c80a7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b7ca98 View commit details
    Browse the repository at this point in the history
  3. Pre-commit checks now check for missing javadoc, and the Gradle check…

    … Jenkins build now waits for pre-commit checks to pass before attempting (opensearch-project#4660)
    
    * Ignore all malformed objects when ignore_malformed is true (opensearch-project#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>
    Signed-off-by: Braddy Yeoh <braddy.yeoh@ucdconnect.ie>
    
    * Adding javadoc check to the precommi\t GitHub Action
    
    Signed-off-by: Braddy Yeoh <braddy.yeoh@ucdconnect.ie>
    
    * gradle check now only runs after successful gradle precommit check
    
    Signed-off-by: Braddy Yeoh <braddy.yeoh@ucdconnect.ie>
    
    * Added to CHANGELOG
    
    Signed-off-by: Braddy Yeoh yeohbraddy@gmail.com
    Signed-off-by: Braddy Yeoh <braddy.yeoh@ucdconnect.ie>
    
    Signed-off-by: Hauck <joaoh14@gmail.com>
    Signed-off-by: Braddy Yeoh <braddy.yeoh@ucdconnect.ie>
    Signed-off-by: Braddy Yeoh yeohbraddy@gmail.com
    Co-authored-by: Hauck <67768441+hauck-jvsh@users.noreply.github.com>
    Co-authored-by: Braddy Yeoh <braddy.yeoh@ucdconnect.ie>
    3 people committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    41f2b9a View commit details
    Browse the repository at this point in the history
  4. Backport Apache Lucene version change for 2.4.0 (opensearch-project#4677

    )
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    reta committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    89aaa9e View commit details
    Browse the repository at this point in the history
  5. Attempt to fix Github workflow for Gradle Check job (opensearch-proje…

    …ct#4679)
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    reta committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    e403799 View commit details
    Browse the repository at this point in the history
  6. Adding precommit support for Windows (opensearch-project#4676)

    * First draft for Windows precommit
    
    Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
    
    * Adding changelog
    
    Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
    
    Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
    saratvemulapalli committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    05d11b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Adding precommit support for MacOS (darwin) (opensearch-project#4682)

    * First draft for Windows precommit
    
    Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
    
    * Adding changelog
    
    Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
    
    * Adding precommit for macos
    
    Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
    
    * Adding Changelog
    
    Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
    
    Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
    saratvemulapalli committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    ada2467 View commit details
    Browse the repository at this point in the history
  2. Fix flaky DecommissionControllerTests.testTimesOut (opensearch-projec…

    …t#4683)
    
    This test fails pretty reliably if I run it on repeat. I believe the
    problem is that the test assumes the function will take longer than 2ms,
    which is likely not a valid assumption in all cases. Fortunately, I can
    pass in a zero duration which is guaranteed to timeout even if the
    system clock does not advance at all.
    
    Also moved the assertions out of the callback into the main test method,
    otherwise the assertion error messages would get buried and the test
    report would just show a timeout error.
    
    Signed-off-by: Andrew Ross <andrross@amazon.com>
    
    Signed-off-by: Andrew Ross <andrross@amazon.com>
    andrross committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    e189179 View commit details
    Browse the repository at this point in the history
  3. Include Windows OS in Bootstrap initializeNatives() check for definit…

    …elyRunningAsRoot() (opensearch-project#4656)
    
    * Bump jna from 5.11.0 to 5.12.1
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    * Include Windows OS in check for definitelyRunningAsRoot()
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    * Combine try/catch blocks
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    * Someone sniped my PR number between predicting and pushing
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    * Update SHAs
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    
    Signed-off-by: Daniel Widdis <widdis@gmail.com>
    dbwiddis committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    3941226 View commit details
    Browse the repository at this point in the history
  4. Add release notes for 1.3.6 (opensearch-project#4681)

    Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
    
    Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
    Rishikesh1159 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    e354461 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Service Layer changes for Recommission API (opensearch-project#4320)

    * Recommission API service level changes
    
    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    pranikum committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    3186935 View commit details
    Browse the repository at this point in the history
  2. Add GET api to get shard routing weights (opensearch-project#4275)

    * Weighted round-robin scheduling policy for shard coordination traffic routing
    
    Signed-off-by: Anshu Agarwal <anshukag@amazon.com>
    anshu1106 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    563122e View commit details
    Browse the repository at this point in the history
  3. Fix new race condition in DecommissionControllerTests (opensearch-pro…

    …ject#4688)
    
    My previous fix introduced a new race condition by making the assertions
    before waiting on the latch.
    
    Signed-off-by: Andrew Ross <andrross@amazon.com>
    
    Signed-off-by: Andrew Ross <andrross@amazon.com>
    andrross committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    ed359f0 View commit details
    Browse the repository at this point in the history
  4. Fixing SearchStats (de)serialization (opensearch-project#4697)

    Fixes bwc failure caused by commit
    6993ac9.
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    reta committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    a2f95ce View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Fixed misunderstanding message 'No OpenSearchException found' when de…

    …tailed_error disabled (opensearch-project#4669)
    
    * Fixed misunderstanding message 'No OpenSearchException found' when detailed_error disabled
    
    Signed-off-by: Xue Zhou <xuezhou@amazon.com>
    xuezhou25 committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    f5ea1a4 View commit details
    Browse the repository at this point in the history
  2. Update GeoGrid base class access modifier to support extensibility (o…

    …pensearch-project#4572)
    
    * Update access modifier to support extensibility
    
    Change access modifier from default to protected.
    This will help to build new geo based aggregation
    outside OpenSearch, by keeping GeoGrid Classes as base class.
    
    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    
    * Updated CHANGELOG
    
    Added PR details to CHANGELOG.md
    
    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    
    * Rename InternalGeoGridBucket to BaseGeoGridBucket
    
    Update class names, references and comments.
    
    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    
    * Rename InternalGeoGrid to BaseGeoGrid
    
    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    
    * Make GridBucket classes package-private
    
    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    
    * Remove Internal prefix from Geo Grid classes
    
    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    
    * Update constructor and class access modifier
    
    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    
    * Update access modifier based on usage
    
    Made classes package private if it is not used
    outside the package.
    
    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    
    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    VijayanB committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    b1bc4d9 View commit details
    Browse the repository at this point in the history
  3. [Remove] LegacyESVersion.V_7_0_* and V_7_1_* constants (opensearch-pr…

    …oject#2768)
    
    * [Remove] LegacyESVersion.V_7_0_* and V_7_1_* constants
    
    Removes all usages of LegacyESVersion.V_7_0_ and LegacyESVersion.V_7_1 version
    constants.
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    
    * Rebase from main
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    
    * fix serialization issue with build flavor removal
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    
    * remove stale bwc test
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    
    * rebase and update
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    
    * cleanup
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    
    * fix failing mapper test
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    ef45809 View commit details
    Browse the repository at this point in the history
  4. Fixing Gradle warnings associated with publishPluginZipPublicationToX…

    …xx tasks (opensearch-project#4696)
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    reta committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    588db38 View commit details
    Browse the repository at this point in the history
  5. Bump gson from 2.9.0 to 2.9.1 in /test/fixtures/hdfs-fixture (opensea…

    …rch-project#4066)
    
    * Bump gson from 2.9.0 to 2.9.1 in /test/fixtures/hdfs-fixture
    
    Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.9.1.
    - [Release notes](https://github.com/google/gson/releases)
    - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
    - [Commits](google/gson@gson-parent-2.9.0...gson-parent-2.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.code.gson:gson
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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] committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    ef50f78 View commit details
    Browse the repository at this point in the history
  6. Always auto release the flood stage block (opensearch-project#4703)

    * Always auto release the flood stage block
    
    Removes support for using a system property to disable the automatic release of
    the write block applied when a node exceeds the flood-stage watermark.
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    
    * update IAE message
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    109319e View commit details
    Browse the repository at this point in the history
  7. Controlling discovery for decommissioned nodes (opensearch-project#4590)

    * Controlling discovery for decommissioned nodes
    
    Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
    imRishN committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    2e4b27b View commit details
    Browse the repository at this point in the history
  8. [Remove] LegacyESVersion.V_7_2_* and V_7_3_* constants (opensearch-pr…

    …oject#4702)
    
    Removes all usages of LegacyESVersion.V_7_2_ and LegacyESVersion.V_7_3 version
    constants along with related ancient APIs.
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    fe3994c View commit details
    Browse the repository at this point in the history
  9. [Remove] LegacyESVersion.V_7_4_* and V_7_5_* constants (opensearch-pr…

    …oject#4704)
    
    Removes all usages of LegacyESVersion.V_7_4_ and LegacyESVersion.V_7_5
    version constants along with ancient API logic.
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    77cff55 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Merge remote-tracking branch 'upstream/main' into rebase-throttling-0…

    …8-10 for feature branch rebase
    
    Signed-off-by: Dhwanil Patel <dhwanip@amazon.com>
    dhwanilpatel committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    7cdffe2 View commit details
    Browse the repository at this point in the history