Open GoogleCodeExporter opened 9 years ago
I'm not sure what the ideal solution is, but one idea is to change
PreserveDetailsRequestWrapper so it always returns "localhost" as the server
name, but it's not as simple as that as name based routing may be involved...
Original comment by candrews...@gmail.com
on 18 Feb 2014 at 5:23
The async resource watcher is meant to be used mostly during development, where
load balancers are typically not involved. However, I agree that the
implementation should take into acount this kind of corner cases..
Original comment by alex.obj...@gmail.com
on 19 Feb 2014 at 8:01
Another point worth mentioning is that you will probably should use a
distributed cache implementation of CacheStrategy in a balanced environment.
This would solve the original problem, since invalidation of a key on any
server would eventually propagate to all nodes. Thoughts?
Original comment by alex.obj...@gmail.com
on 19 Feb 2014 at 8:01
In my case (and I've seen this before, particularly in "cloud" type setups),
there is no inter-server communication (no shared sessions or caches, session
is per server and session affinity makes sure it works right). There is a
common database, but using that for this purpose seems less than ideal (as the
data will be large opaque blobs that aren't the ideal use for a SQL database).
I think that's probably fairly common. I don't want to introduce inter-server
communication now if I can avoid it :-)
Original comment by candrews...@gmail.com
on 20 Feb 2014 at 3:19
I think it is possible to change the implementation of
PreserveDetailsRequestWrapper or at least make it easily configurable.
Original comment by alex.obj...@gmail.com
on 21 Feb 2014 at 9:59
Would you have time to provide a fix for this issue?
Original comment by alex.obj...@gmail.com
on 21 Feb 2014 at 10:02
Original comment by alex.obj...@gmail.com
on 21 Mar 2014 at 9:19
Original comment by alex.obj...@gmail.com
on 8 Apr 2014 at 9:55
Original comment by alex.obj...@gmail.com
on 18 Jun 2014 at 11:07
Original issue reported on code.google.com by
candrews...@gmail.com
on 18 Feb 2014 at 5:22