EHC ❯ PoolBasedBackEnd.recalculateSize seems racy
-
Bug
-
Status: Resolved
-
2 Major
-
Resolution: Fixed
-
-
-
alexsnaps
-
Reporter: alexsnaps
-
March 06, 2013
-
0
-
Watchers: 1
-
June 06, 2013
-
April 16, 2013
Description
… but it doesn’t matter, as it doesn’t need to be thread safe. So we either need to document it isn’t, or fix it, if it needs to be (though I argue we should get rid of that usecase entirely). As a reminder this is only exposed through EhcacheInternal for the TK (which does proper locking around the key put/mutate/recalculate ops
Think that’s fixed now!