]
Ryan Emerson updated ISPN-7853:
-------------------------------
Status: Open (was: New)
EntryWrappingInterceptor should delay extracting command metadata
until it's needed
-----------------------------------------------------------------------------------
Key: ISPN-7853
URL:
https://issues.jboss.org/browse/ISPN-7853
Project: Infinispan
Issue Type: Enhancement
Affects Versions: 9.0.0.Final
Reporter: Galder ZamarreƱo
Assignee: Galder ZamarreƱo
Fix For: 9.1.0.Final, 9.0.1.Final
Delay EntryWrappingInterceptor extracting metadata from the command until it really needs
it. It currently extracts it on the way down but it's not used until it handles
replies. Hence, any updates done to a command's metadata by an interceptor deeper down
than EntryWrappingInterceptor is currently ignored.