Re: Possible data corruption with multiple load balanced rb instances?

2016-09-20 Thread Shashank Yadav
Thanks On Tuesday, 20 September 2016 19:47:53 UTC+5:30, Shashank Yadav wrote: > > Hi, > > I am currently trying to setup multiple instances of reviewboard with the > same configuration on each instance ( for load balancing purposes ). Some > relevant points for the setup are : > >1. All

Re: Possible data corruption with multiple load balanced rb instances?

2016-09-20 Thread Christian Hammond
Hi Shashank, The product is designed to scale. Using the same database and memcached server is fine. You should not encounter corruption. You don't want unique cache prefixes. If all instances are intended solely for load balancing, they should share the same database and cache data. We do this