Keep in mind that we also want to introduce eventual consistency - I think that's going to eliminate our optimization opportunity here because we'll need to get the values from a majority of owners (if not all the owners).
Also keep in mind that an eventually consistent mode will be a (non-default) option. I still see most people using Infinispan in a strongly consistent mode.