2012/4/21 Konstantin Kolinko <knst.koli...@gmail.com>: > OK. > After a few days I think there is more to it: > > In case when (diffable == false, complete == true, isAccess == true), > I think "complete" has to take priority over "isAccess". > > I think that in that case it has to create MSG_BACKUP message. Does > that message replicate session access time? > > With the current code it creates MSG_ACCESS, because isAccess is checked > first.
The access time of an entry also seems to be replicated since entry value is overwritten in a backup node. Furthermore, in DeltaSession, access time is updated also by calling setOwner(). fixed it at r1329046. complete message takes priority over access message. Thanks for the review. -- Keiichi.Fujino --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org