-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
None
A NullPointerException is thrown for write commands if the topology changes between *DistributionInterceptor and *IracLocalSiteInterceptor.
The *IracLocalSiteInterceptor uses the current CacheTopology ignoring the command's topology id which can lead to unexpected results.
The fix includes checking the command's topology id and it throws an OutdatedTopologyException if different.