[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #1073 was SUCCESSFUL (with 2456 tests)

2018-10-17 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #1073 was successful. --- Scheduled 2458 tests in total. https://build.spring.io/browse/SGF-NAG-1073/ -- Thi

Re: StressNewTest issues

2018-10-17 Thread Galen O'Sullivan
Thanks for keeping us updated and fixing this, Dan! Galen On Wed, Oct 17, 2018 at 3:48 PM Dan Smith wrote: > Should be fixed now, if you rebase/merge on the latest develop. > > -Dan > > > On Wed, Oct 17, 2018 at 3:10 PM Dan Smith wrote: > > > Hi all, > > > > It looks like some recent changes c

Re: StressNewTest issues

2018-10-17 Thread Dan Smith
Should be fixed now, if you rebase/merge on the latest develop. -Dan On Wed, Oct 17, 2018 at 3:10 PM Dan Smith wrote: > Hi all, > > It looks like some recent changes caused the StressNewTest job in the PR > checks to not use docker to run the tests. This means you may see failures > such as a

StressNewTest issues

2018-10-17 Thread Dan Smith
Hi all, It looks like some recent changes caused the StressNewTest job in the PR checks to not use docker to run the tests. This means you may see failures such as a DiskAccessExceptions due to concurrent modification of files, or just "Could not start dunit VMS" until GEODE-5893 is fixed. -Dan

Please remember to "Squash and merge" when you merge your PR

2018-10-17 Thread Jinmei Liao
This will allow you to squash all your commits in your PR into one commit and put that commit on top of the current develop branch. This will make the commit history a lot more cleaner than what it is now. The below should not happen if we did a "Squash and merge". [image: image.png] -- Cheers

need to find out number of lost bucket info & bucket ID when 2 JVM goes down when hosting partition region with redundency 2

2018-10-17 Thread Dinesh Akhand
Hi Team, I am trying to get the information in geode code when we have partition region with redundancy =2 . Total JVM are 5 and 2 JVM goes down same time. Then it comes with bucket loss. I want to print this information in log. Kindly suggest why below code do't give correct information. Using