Skip to content

Commit

Permalink
[] - FIxing the InfinispanOperatorProvisioner::scale() method
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobrz committed May 17, 2024
1 parent 688d520 commit fc49caf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ public void scale(int replicas, boolean wait) {
// waits for the correct number of Pods representing the Infinispan CR replicas to be ready
new SimpleWaiter(() -> getInfinispanPods().size() == replicas).level(Level.DEBUG).waitFor();
}
// wait for all resources to be ready
waitForResourceReadiness();
}

@Override
Expand Down

0 comments on commit fc49caf

Please sign in to comment.