Skip to content

Improvements to LeadershipWatcher - refactor to make it pluggable + catch SessionExpired in getChildren() #5

Improvements to LeadershipWatcher - refactor to make it pluggable + catch SessionExpired in getChildren()

Improvements to LeadershipWatcher - refactor to make it pluggable + catch SessionExpired in getChildren() #5

Workflow file for this run

name: tiered-storage-build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Maven
run: mvn -B package --file pom.xml