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

Graceful node decommission wrr #4405

Closed

Commits on Sep 1, 2022

  1. Gracefull decommission with setting of WRR Weights.

    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    pranikum committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    662ef64 View commit details
    Browse the repository at this point in the history
  2. Call WRR API's

    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    pranikum committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    032bd5e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Check for connection count

    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    pranikum committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    0a38021 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    a80ea1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d439e11 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Remove commented code

    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    5d262f0 View commit details
    Browse the repository at this point in the history
  2. 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>
    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    dependabot[bot] authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    e9c540d View commit details
    Browse the repository at this point in the history
  3. 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>
    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    dependabot[bot] authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    1df0c55 View commit details
    Browse the repository at this point in the history
  4. 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>
    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    dependabot[bot] authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    b46e274 View commit details
    Browse the repository at this point in the history
  5. 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>
    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    2 people authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    0f74e00 View commit details
    Browse the repository at this point in the history
  6. 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>
    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    dbwiddis authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    5b50932 View commit details
    Browse the repository at this point in the history
  7. 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>
    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    Tianli Feng authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    3bcf0cf View commit details
    Browse the repository at this point in the history
  8. Unmute RelocationIT.testRelocationWhileIndexingRandom. (opensearch-pr…

    …oject#4580)
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    mch2 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    8727ca6 View commit details
    Browse the repository at this point in the history
  9. Call to wrr api

    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    265f8ed View commit details
    Browse the repository at this point in the history
  10. Merge to latest

    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    e77e260 View commit details
    Browse the repository at this point in the history
  11. 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>
    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    imRishN authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    5274f07 View commit details
    Browse the repository at this point in the history
  12. Fix spotless java

    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    79f570c View commit details
    Browse the repository at this point in the history
  13. Fix test case

    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    3d75db5 View commit details
    Browse the repository at this point in the history
  14. 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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    386adba View commit details
    Browse the repository at this point in the history
  15. 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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    8859282 View commit details
    Browse the repository at this point in the history
  16. 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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    fa71f92 View commit details
    Browse the repository at this point in the history
  17. 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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    e963995 View commit details
    Browse the repository at this point in the history
  18. 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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    9588c5f View commit details
    Browse the repository at this point in the history
  19. 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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    58ad7a2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a1b8b7c View commit details
    Browse the repository at this point in the history
  21. Update to Netty 4.1.80.Final (opensearch-project#4359)

    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    reta authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    f2011e7 View commit details
    Browse the repository at this point in the history
  22. 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>
    2 people authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    a672780 View commit details
    Browse the repository at this point in the history
  23. 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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    e5efc5f View commit details
    Browse the repository at this point in the history
  24. [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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    8e15ea9 View commit details
    Browse the repository at this point in the history
  25. [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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    9084345 View commit details
    Browse the repository at this point in the history
  26. [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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    ba6f202 View commit details
    Browse the repository at this point in the history
  27. 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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    fd8d95b View commit details
    Browse the repository at this point in the history
  28. [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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    0c9a76d View commit details
    Browse the repository at this point in the history
  29. Added RestLayer Changes for PIT stats (opensearch-project#4217)

    Signed-off-by: Ajay Kumar Movva <movvaam@amazon.com>
    ajaymovva authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    42b6f41 View commit details
    Browse the repository at this point in the history
  30. Modified cat shards test for pit stats (opensearch-project#4408)

    Signed-off-by: Ajay Kumar Movva <movvaam@amazon.com>
    ajaymovva authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    7024c22 View commit details
    Browse the repository at this point in the history
  31. [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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    55338b1 View commit details
    Browse the repository at this point in the history
  32. [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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    a7f69e6 View commit details
    Browse the repository at this point in the history
  33. 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>
    2 people authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    2bf2590 View commit details
    Browse the repository at this point in the history
  34. 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>
    2 people authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    b27b4ea View commit details
    Browse the repository at this point in the history
  35. 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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    54b1740 View commit details
    Browse the repository at this point in the history
  36. [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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    5d4c214 View commit details
    Browse the repository at this point in the history
  37. [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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    a85d48d View commit details
    Browse the repository at this point in the history
  38. 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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    3128066 View commit details
    Browse the repository at this point in the history
  39. 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>
    2 people authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    eb6d7d3 View commit details
    Browse the repository at this point in the history
  40. [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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    d9982aa View commit details
    Browse the repository at this point in the history
  41. 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>
    2 people authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    dfbdb39 View commit details
    Browse the repository at this point in the history
  42. 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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    286d934 View commit details
    Browse the repository at this point in the history
  43. 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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    e62a55c View commit details
    Browse the repository at this point in the history
  44. 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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    2bccb83 View commit details
    Browse the repository at this point in the history
  45. 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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    6f6b9d2 View commit details
    Browse the repository at this point in the history
  46. Fixed flaky test: ResourceAwareTasksTests.testTaskIdPersistsInThreadC…

    …ontext (opensearch-project#4484)
    
    Signed-off-by: Ketan Verma <ketan9495@gmail.com>
    ketanv3 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    e8c7892 View commit details
    Browse the repository at this point in the history
  47. 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>
    2 people authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    02bbf3f View commit details
    Browse the repository at this point in the history
  48. [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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    5b53dbd View commit details
    Browse the repository at this point in the history
  49. 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>
    2 people authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    70474fd View commit details
    Browse the repository at this point in the history
  50. 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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    85720ed View commit details
    Browse the repository at this point in the history
  51. [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] authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    905a0de View commit details
    Browse the repository at this point in the history
  52. [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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    5388be3 View commit details
    Browse the repository at this point in the history
  53. [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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    af55d8d View commit details
    Browse the repository at this point in the history
  54. 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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    7bb9341 View commit details
    Browse the repository at this point in the history
  55. [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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    67429b6 View commit details
    Browse the repository at this point in the history
  56. 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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    914462d View commit details
    Browse the repository at this point in the history
  57. 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 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    21bd1bf View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    eac9d84 View commit details
    Browse the repository at this point in the history
  59. Remove commented code

    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    1a08701 View commit details
    Browse the repository at this point in the history
  60. 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>
    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    dependabot[bot] authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    b00d14c View commit details
    Browse the repository at this point in the history
  61. 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>
    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    dependabot[bot] authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    1a8e6a7 View commit details
    Browse the repository at this point in the history
  62. 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>
    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    dependabot[bot] authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    a09c68c View commit details
    Browse the repository at this point in the history
  63. 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>
    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    2 people authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    6bf637b View commit details
    Browse the repository at this point in the history
  64. 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>
    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    dbwiddis authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    6b8da40 View commit details
    Browse the repository at this point in the history
  65. 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>
    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    Tianli Feng authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    7919b99 View commit details
    Browse the repository at this point in the history
  66. Unmute RelocationIT.testRelocationWhileIndexingRandom. (opensearch-pr…

    …oject#4580)
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    mch2 authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    18ef223 View commit details
    Browse the repository at this point in the history
  67. Call to wrr api

    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    49916f8 View commit details
    Browse the repository at this point in the history
  68. Merge to latest

    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    0157b11 View commit details
    Browse the repository at this point in the history
  69. 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>
    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    imRishN authored and pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    d360b2b View commit details
    Browse the repository at this point in the history
  70. Fix spotless java

    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    913ef2d View commit details
    Browse the repository at this point in the history
  71. Fix test case

    Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
    pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    902ca75 View commit details
    Browse the repository at this point in the history
  72. Merge branch 'graceful-node-decommission-wrr' of github.com:pranikum/…

    …OpenSearch into graceful-node-decommission-wrr
    pranikum committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    3071750 View commit details
    Browse the repository at this point in the history