-
Bug
-
Resolution: Done
-
Major
-
RHDG 8.2 CR2
-
None
-
False
-
False
-
-
-
-
-
-
CR1
-
Undefined
-
-
DataGrid Sprint #62
The following code was not removed:
@Override public Object visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command) throws Throwable { // Expiration isn't supported yet for xsite and lifespan doesn't need to be sent across sites return invokeNext(ctx, command); }
The problem is that the IRAC interceptor does not generate the metadata required. When trying to replicate to the remote site, it fails because the metadata is missing.
Also, looking at the code, the transactional cache does not intercept this command as well. It requires some investigation.
Note: RemoveExpiredCommand is always non-transactional.
Note2: it looks like putForExternalRead() share the same issue.
- clones
-
ISPN-13057 RemoveExpiredCommand ignored by IRAC
- Closed