Skip to content

[Backport 2.x] [Segment Replication] Clean up SegmentReplicationTargetService only hold the state of last completed replications #22194

[Backport 2.x] [Segment Replication] Clean up SegmentReplicationTargetService only hold the state of last completed replications

[Backport 2.x] [Segment Replication] Clean up SegmentReplicationTargetService only hold the state of last completed replications #22194

Workflow file for this run

name: Gradle Precommit
on: [pull_request]
jobs:
precommit:
if: github.repository == 'opensearch-project/OpenSearch'
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
cache: gradle
- name: Run Gradle (precommit)
run: |
./gradlew javadoc precommit --parallel