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: rbt patch on Windows troubles

2016-09-20 Thread Daniel Kuecker
I'm also having issues, but on Windows 10. I was able to get patch.exe to run via the link Igor posted above (http://math.nist.gov/oommf/software-patchsets/patch_on_Windows7.html). When I manually run patch with the temporary file "rbt patch" creates, it crashes. An inspection of the

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

Possible data corruption with multiple load balanced rb instances?

2016-09-20 Thread Shashank Yadav
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 instances connect to same memcached server and MySQL backend (and hence they share the same

Re: webhook not working

2016-09-20 Thread Christian Hammond
Hi, Can you provide us with more information on the configuration of the webhook? Have you confirmed whether or not the PHP script is ever even called? Any and all information you can provide will be helpful, and important in diagnosing any problems here. Christian -- Christian Hammond

webhook not working

2016-09-20 Thread mahesh yadav
Hello, I am a newbie currently working on a continuous integration project. I am trying to remotely trigger build in jenkins using a php script. However, when i provide the url of my php script in webhooks extension of reviewboard its not triggering build in jenkins on publishing a new review