-
Bug
-
Resolution: Done
-
Critical
-
5.3.0.Final
When a node which is about to receive the entries for some segment receives InvalidateL1Command, this puts the key into StateConsumer.updatedKeys. After the entries for ST are received, the entry which was invalidated is not updated -> this result in losing the entry.
Btw., in EntryWrappingInterceptor.visitInvalidateL1Command the trace logs all looked up entries for each entry - this causes some performance problems when tracing is on and there are many invalidated entries. Please, do this only once.
- clones
-
ISPN-3633 InvalidateL1Command during ST should not cancel writing the entry by ST
- Closed