You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CitcuitBreakerRetryPolicy:121 the performed null check checks the wrong member, it should check openTimeoutSupplier. This causes NPEs if resetTimeoutSupplier is not null but openTimeoutSupplier is, which happens if a @CircuitBreaker has a resetTimeoutExpression and no openTimeoutExpression.
The text was updated successfully, but these errors were encountered:
In CitcuitBreakerRetryPolicy:121 the performed
null
check checks the wrong member, it should checkopenTimeoutSupplier
. This causes NPEs ifresetTimeoutSupplier
is notnull
butopenTimeoutSupplier
is, which happens if a@CircuitBreaker
has aresetTimeoutExpression
and noopenTimeoutExpression
.The text was updated successfully, but these errors were encountered: