Build failed in Jenkins: Geode-release #15

2016-07-22 Thread Apache Jenkins Server
See -- [...truncated 579 lines...] :geode-cq:sourcesJar :geode-cq:signArchives SKIPPED :geode-json:javadocJar :geode-json:sourcesJar :geode-json:signArchives SKIPPED :geode-lucene:jar :geode-lucene:javadoc :g

Re: Geode-nightly still has gemfire-pulse step

2016-07-22 Thread Kirk Lund
Oops: I believe you're correct -- there is no "gemfire-pulse" so that job should *not* be referring to it. On Fri, Jul 22, 2016 at 11:02 AM, Kirk Lund wrote: > I believe you're correct -- there is no "gemfire-pulse" so that job should > be referring to it. > > -Kirk > > > On Fri, Jul 22, 2016

Re: Review Request 50304: GEODE-1674: Using a immuatable object to pass the HashIndexSet and its mask

2016-07-22 Thread Jason Huynh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50304/#review143294 --- Ship it! can you rename tempHashIndexSetProperties to newHashIn

Review Request 50364: Adding support for Tomcat 8.5.4 for the session module

2016-07-22 Thread Jason Huynh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50364/ --- Review request for geode, anilkumar gingade, Barry Oglesby, Jens Deppe, William

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

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

Re: Review Request 50361: GEODE-1687: NPE during CqStatusListener method invocation.

2016-07-22 Thread Jason Huynh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50361/#review143288 --- geode-cq/src/main/java/com/gemstone/gemfire/cache/query/internal/

Review Request 50361: GEODE-1687: NPE during CqStatusListener method invocation.

2016-07-22 Thread anilkumar gingade
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50361/ --- Review request for geode, anilkumar gingade, Barry Oglesby, Jason Huynh, William

Re: Geode-nightly still has gemfire-pulse step

2016-07-22 Thread Mark Bretl
I thought the git clean 'gemfire-pulse' was there to catch issues when it was renamed to 'geode-pulse', do we still need it anymore? I think it can be removed. --Mark On Fri, Jul 22, 2016 at 11:02 AM, Kirk Lund wrote: > I believe you're correct -- there is no "gemfire-pulse" so that job should

Re: Review Request 50242: GEODE-1678: Fix offheap memory leak in serial wan gateway

2016-07-22 Thread Swapnil Bawaskar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50242/#review143269 --- geode-core/src/main/java/com/gemstone/gemfire/internal/cache/ha/H

Re: Review Request 50242: GEODE-1678: Fix offheap memory leak in serial wan gateway

2016-07-22 Thread Darrel Schneider
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50242/#review143266 --- geode-core/src/main/java/com/gemstone/gemfire/internal/cache/Regi

[VIRTUAL] Geode Clubhouse next Thursday, July 28, 9AM PDT: Events & Continuous Query

2016-07-22 Thread Gregory Chase
Dear Apache Geode (incubating) community, Don't miss the next Geode Clubhouse community meeting, next Thursday, July 28 at 9AM Pacific. Join the meeting at this link . You can add a reminder to your calendar with this link

Re: Review Request 50242: GEODE-1678: Fix offheap memory leak in serial wan gateway

2016-07-22 Thread Eric Shu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50242/ --- (Updated July 22, 2016, 6:26 p.m.) Review request for geode, Darrel Schneider a

Re: Build failed in Jenkins: Geode-nightly #537

2016-07-22 Thread William Markito
Swapnil and I looked at the Jenkins failures of Geode release branch [1] and all of them were running on the same box as Geode-nightly [2] build from yesterday... "Building remotely on H0 (*Hadoop Tez yahoo-not-h2*)" We're still not sure what configuration

Re: Build failed in Jenkins: Geode-nightly #537

2016-07-22 Thread Kirk Lund
+1 for deleting the test -Kirk On Fri, Jul 22, 2016 at 10:59 AM, Bruce Schuchardt wrote: > If we disable the other tests in that class it's possible that Jenkins > would capture enough output for us to figure out what's happening. On the > other hand maybe we should just delete this whole tes

Re: Geode-nightly still has gemfire-pulse step

2016-07-22 Thread Kirk Lund
I believe you're correct -- there is no "gemfire-pulse" so that job should be referring to it. -Kirk On Fri, Jul 22, 2016 at 10:34 AM, William Markito wrote: > Here is the current configuration on geode-nightly: > > git clean -d -f gemfire-pulse/src/main/resources/ > > Shouldn't this be : > >

Re: Build failed in Jenkins: Geode-nightly #537

2016-07-22 Thread Bruce Schuchardt
If we disable the other tests in that class it's possible that Jenkins would capture enough output for us to figure out what's happening. On the other hand maybe we should just delete this whole test class. Le 7/22/2016 à 9:39 AM, Kirk Lund a écrit : ConsoleDistributionManagerDUnitTest seems t

Geode-nightly still has gemfire-pulse step

2016-07-22 Thread William Markito
Here is the current configuration on geode-nightly: git clean -d -f gemfire-pulse/src/main/resources/ Shouldn't this be : git clean -d -f geode-pulse/src/main/resources/ Thanks -- ~/William

Re: Build failed in Jenkins: Geode-nightly #537

2016-07-22 Thread Kirk Lund
ConsoleDistributionManagerDUnitTest seems to be failing a bit too consistently to be a random coincidence. There must be something about that nightly build that keeps causing it to fail. Any ideas what sort of info we would need to capture to figure out what's happening? -Kirk On Fri, Jul 22, 20

Re: Javadoc warnings

2016-07-22 Thread Jinmei Liao
Cleared these javadoc warnings on develope. thanks! On Thu, Jul 21, 2016 at 4:38 PM, Udo Kohlmeyer wrote: > Hmmm... > > Can you please get your team in check I get the following since > updating :P :D :D :D > > > /Users/ukohlmeyer/projects/gemfire/open/geode-core/src/main/java/org/apac

Build failed in Jenkins: Geode-nightly #537

2016-07-22 Thread Apache Jenkins Server
See Changes: [jiliao] GEODE-1680: Change "list regions" to DATA:READ permissions [bschuchardt] GEODE-1685 Upgrade to JGroups 3.6.10.Final [dschneider] GEODE-1420: fix 100ms delay in stopping tombstone sweeper [boglesby] GEODE-1677: Eve