Skip to content

Commit

Permalink
Re-add some lines that accidentally got deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonklaus committed Nov 18, 2024
1 parent 04a099f commit ce65e33
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/run-ee-server/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ runs:
is-security-enabled: false
is-strong-consistency-enabled: true

# All the partitions are assumed to be dead when reusing a roster file
- run: docker exec ${{ env.SERVER_CONTAINER_NAME }} --enable --execute "manage revive ns test"
shell: bash

# Apply changes
- run: docker exec ${{ env.SERVER_CONTAINER_NAME }} --enable --execute "manage recluster"
shell: bash

# For debugging
- run: docker logs aerospike
shell: bash

0 comments on commit ce65e33

Please sign in to comment.