Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengchenyu committed Oct 30, 2024
1 parent 07aeb55 commit ff31d28
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ public void setStripedReconstructionPoolSize(int size) {
@VisibleForTesting
public int getStripedReconstructionPoolSize() {
int poolSize = this.stripedReconstructionPool.getCorePoolSize();
Preconditions.checkArgument(poolSize == this.stripedReconstructionPool.getMaximumPoolSize(),
"The maximum pool size should be equal to core pool size");
return poolSize;
}
}

0 comments on commit ff31d28

Please sign in to comment.