Skip to content

Added new index and cluster level settings to limit the total primary shards per node and per index #38408

Added new index and cluster level settings to limit the total primary shards per node and per index

Added new index and cluster level settings to limit the total primary shards per node and per index #38408

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:
java: [ 21, 23 ]
os: [ubuntu-latest, windows-latest, macos-latest, macos-13, ubuntu-24.04-arm]
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: temurin
cache: gradle
- name: Run Gradle (precommit)
shell: bash
run: |
./gradlew javadoc precommit --parallel