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

2016-07-11 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #367 was successful. --- Scheduled 1412 tests in total. https://build.spring.io/browse/SGF-NAG-367/ -- This

Re: Review Request 49904: GEODE-1644 ClassCastException is thrown with in queries against a map index

2016-07-11 Thread anilkumar gingade
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49904/#review141776 --- Ship it! Ship It! - anilkumar gingade On July 11, 2016,

Re: TXManagerImplTest is failing

2016-07-11 Thread Eric Shu
Yes, I am working on a fix and is running precheckin right now. On Mon, Jul 11, 2016 at 1:40 PM, Kirk Lund wrote: > Is anyone working on this failing test? > > :geode-core:test > > com.gemstone.gemfire.internal.cache.TXManagerImplTest > > getLockAfterTXStateCommitted FAILED >

[GitHub] incubator-geode pull request #195: GEODE-1598: fix auto-completion problems

2016-07-11 Thread gracemeilen
GitHub user gracemeilen opened a pull request: https://github.com/apache/incubator-geode/pull/195 GEODE-1598: fix auto-completion problems Spring shell, jopt-simple and Geode GFSH code all duplicated the concept of required options. jopt-simple can be blind to this, which

TXManagerImplTest is failing

2016-07-11 Thread Kirk Lund
Is anyone working on this failing test? :geode-core:test com.gemstone.gemfire.internal.cache.TXManagerImplTest > getLockAfterTXStateCommitted FAILED java.lang.AssertionError: expected null, but was:

[GitHub] incubator-geode pull request #190: Feature/geode 11 gfsh commands

2016-07-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-geode/pull/190 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

Re: Client Cache Behavior after ForcedDisconnectException

2016-07-11 Thread Bruce Schuchardt
You won't be able to fish for the old cache like this. Once it is disrupted with a ForceDisconnectException the old cache won't be returned by CacheFactory.getAnyInstance(). You'll need to retain a reference to the old cache in the test and use that instead. Client caches shouldn't need to

Re: Review Request 49901: GEODE-1642 Add conveniance method isCancelInProgress to CancelCriterion

2016-07-11 Thread Bruce Schuchardt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49901/ --- (Updated July 11, 2016, 6:31 p.m.) Review request for geode, Hitesh Khamesra

Re: Client Cache Behavior after ForcedDisconnectException

2016-07-11 Thread Swapnil Bawaskar
Hi Avinash, The testcase you posted is missing createRegionInEachVM(), so I could not run it. Can you describe what is the error? On Mon, Jul 11, 2016 at 7:18 AM, Avinash Dongre wrote: > Hi All, > I want to understand the Client-Cache Behavior after for some reason >

[GitHub] incubator-geode pull request #184: GEODE-1452 Add @Ignore to disabled tests

2016-07-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-geode/pull/184 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

Re: Review Request 49901: GEODE-1642 Add conveniance method isCancelInProgress to CancelCriterion

2016-07-11 Thread Hitesh Khamesra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49901/#review141732 ---

[GitHub] incubator-geode issue #193: GEODE-1646: repackage new Security classes in or...

2016-07-11 Thread kirklund
Github user kirklund commented on the issue: https://github.com/apache/incubator-geode/pull/193 +1 Running tests on this PR. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] incubator-geode pull request #194: GEODE-1639: Receivers selects a different...

2016-07-11 Thread nabarunnag
GitHub user nabarunnag opened a pull request: https://github.com/apache/incubator-geode/pull/194 GEODE-1639: Receivers selects a different port if the selected port is in use. * If the selected port is in use then the receiver will select another port between 20001

Re: Review Request 49811: add defragmentationsInProgress stat

2016-07-11 Thread Ken Howe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49811/#review141724 --- Ship it! Ship It! - Ken Howe On July 8, 2016, 6:22 p.m.,

Re: Review Request 49811: add defragmentationsInProgress stat

2016-07-11 Thread Scott Jewell
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49811/#review141718 --- Ship it! Ship It! - Scott Jewell On July 8, 2016, 6:22

[GitHub] incubator-geode issue #190: Feature/geode 11 gfsh commands

2016-07-11 Thread gesterzhou
Github user gesterzhou commented on the issue: https://github.com/apache/incubator-geode/pull/190 +1 I will push it to develop --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

Re: Review Request 49901: GEODE-1642 Add conveniance method isCancelInProgress to CancelCriterion

2016-07-11 Thread Bruce Schuchardt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49901/ --- (Updated July 11, 2016, 3:49 p.m.) Review request for geode, Hitesh Khamesra

Review Request 49901: GEODE-1642 Add conveniance method isCancelInProgress to CancelCriterion

2016-07-11 Thread Bruce Schuchardt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49901/ --- Review request for geode, Hitesh Khamesra and Udo Kohlmeyer. Bugs: GEODE-1642

Build failed in Jenkins: Geode-nightly #526

2016-07-11 Thread Apache Jenkins Server
See -- [...truncated 548 lines...] :geode-web-api:javadoc :geode-web-api:javadocJar :geode-web-api:sourcesJar :geode-web-api:war :geode-web-api:signArchives SKIPPED :geode-assembly:distTar

Client Cache Behavior after ForcedDisconnectException

2016-07-11 Thread Avinash Dongre
Hi All, I want to understand the Client-Cache Behavior after for some reason server is getting reconnected due to ForcedDisconnectException. 1. Do I need to create client cache again, and Regions ? I tried to write following Tests but it is failing , Please help. private void