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
When an entry expires, removeTransaction method will be called. In this case, I put many entries with same duration (They will expire in the same time).
I used ExpiringMap with variableExpiration.
When an entry expires, removeTransaction method will be called. In this case, I put many entries with same duration (They will expire in the same time).
expiringMap.put(transactionTimestamp, transaction, ExpirationPolicy.CREATED, duration, TimeUnit.MILLISECONDS);
The problem is, removeTransaction method is called more than entries count in the expiringMap.
The text was updated successfully, but these errors were encountered: