Re: Next steps with flickering tests

2016-04-27 Thread Kirk Lund
We currently have over 10,000 tests but only about 147 are annotated with FlakyTest. It probably wouldn't cause precheckin to take much longer. My main argument for separating the FlakyTests into their own Jenkins build job is to get the main build job 100% green while we know the FlakyTest build j

Re: Upgrading Gradle to version 2.12

2016-04-27 Thread William Markito
+1 On Wed, Apr 27, 2016 at 10:41 AM, Jason Huynh wrote: > Hello Geode dev list, > > As a heads up, I am about to check in a change to upgrade the Gradle > version to 2.12. This will address GEODE-1259, GEODE-1085, GEODE-1261. > > This change will now make the required minimum Gradle Version the

Fixed: apache/incubator-geode#437 (develop - ecbbf76)

2016-04-27 Thread Travis CI
Build Update for apache/incubator-geode - Build: #437 Status: Fixed Duration: 16 minutes and 42 seconds Commit: ecbbf76 (develop) Author: nabarun Message: GEODE-1262: Removed VM5-VM7 in AsyncEventQueueTestBase * Refactored all the test cases to use lower numbe

Fixed: apache/incubator-geode#436 (develop - 20117a8)

2016-04-27 Thread Travis CI
Build Update for apache/incubator-geode - Build: #436 Status: Fixed Duration: 16 minutes and 46 seconds Commit: 20117a8 (develop) Author: nabarun Message: GEODE-710: Replaced thread.sleep with Awaitility * Replaced thread.sleep with awaitility. * Place an awai

[GitHub] incubator-geode pull request: GEODE-1262: Removed VM5-VM7 in Async...

2016-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-geode/pull/137 --- 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 featur

[GitHub] incubator-geode pull request: GEODE-1059: PRQueryDUnitHelper no lo...

2016-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-geode/pull/132 --- 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 featur

[GitHub] incubator-geode pull request: GEODE-710: Replaced thread.sleep wit...

2016-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-geode/pull/134 --- 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 featur

[GitHub] incubator-geode pull request: GEODE-935: Removed the sleeps to spe...

2016-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-geode/pull/133 --- 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 featur

[GitHub] incubator-geode pull request: GEODE-1258: Added tests for WAN auth...

2016-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-geode/pull/131 --- 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 featur

Re: @since tags in our javadocs - old gemfire vs. geode versions

2016-04-27 Thread Dan Smith
Our code style guide already says that you need to add @since tags to new public API methods. But maybe we should clarify some of the things you asked about - class vs. method, etc. https://cwiki.apache.org/confluence/display/GEODE/Public+APIs -Dan On Wed, Apr 27, 2016 at 3:57 PM, Kirk Lund wro

Re: @since tags in our javadocs - old gemfire vs. geode versions

2016-04-27 Thread Kirk Lund
Do we know if the external user APIs are consistently marked with @since tags? If only some of these APIs have @since tags then they don't have much value. If we're going to keep these tags then we should keep them up-to-date and have them consistently applied to all of our external user APIs. We

Geode Clubhouse next Weds, May 4, 9AM PDT - Where Does Geode Fit in Modern System Architectures?

2016-04-27 Thread Gregory Chase
It's time for the next Apache Geode Clubhouse Meeting on May 4th! Each meeting starts with a user technology discussion topic, followed by a contributor & committer discussion of open JIRA issues, release coordination, and open Q&A. User Tech Talk: Where Does Geode Fit in Modern System Architectu

Re: [DISCUSS] What to do with the partial HDFS related code on develop?

2016-04-27 Thread Udo Kohlmeyer
+1 On 28/04/2016 7:16 am, Dan Smith wrote: This is done. The HDFS related changes are gone from develop and are now on their own feature branch - feature/GEODE-10. -Dan On Sat, Mar 19, 2016 at 2:05 AM, wrote: +1 a possible HDFS integration should also be an optional jar plugin package in th

Re: [DISCUSS] What to do with the partial HDFS related code on develop?

2016-04-27 Thread Gregory Chase
This is a topic we didn't cover at Geode Summit. We could bring it up at a Geode Clubhouse if anyone is interested. On Wed, Apr 27, 2016 at 2:16 PM, Dan Smith wrote: > This is done. The HDFS related changes are gone from develop and are now on > their own feature branch - feature/GEODE-10. > >

Re: [DISCUSS] What to do with the partial HDFS related code on develop?

2016-04-27 Thread Dan Smith
This is done. The HDFS related changes are gone from develop and are now on their own feature branch - feature/GEODE-10. -Dan On Sat, Mar 19, 2016 at 2:05 AM, wrote: > +1 > a possible HDFS integration should also be an optional jar plugin package > in the distribution as Fred started the discus

[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #292 has FAILED

2016-04-27 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #292 failed. --- Scheduled No failed tests found, a possible compilation error. https://build.spring.io/browse/SG

Re: Its been a year....

2016-04-27 Thread Jens Deppe
via giphy.com On Wed, Apr 27, 2016 at 12:31 PM, Greg Chase wrote: > Can someone cook up a birthday cake? > > This email encrypted by tiny buttons & fat thumbs, beta voice recognition, > and autocorrect on my iPhone. > > > On Apr 27, 2016, at 12:27

User Defined Aggregate (UDA) function support in Geode OQL

2016-04-27 Thread Anilkumar Gingade
Hi Geode Devs, To enhance Geode query functionalities; we had started initiative to support Aggregate and UDA functionalities using a common frame work. The spec for this can be found at: https://cwiki.apache.org/confluence/display/GEODE/OQL+Aggregate+functions+and+UDA As part of first phase imp

Re: Its been a year....

2016-04-27 Thread Greg Chase
Can someone cook up a birthday cake? This email encrypted by tiny buttons & fat thumbs, beta voice recognition, and autocorrect on my iPhone. > On Apr 27, 2016, at 12:27 PM, Roman Shaposhnik wrote: > > Hear! Hear! An amazing community journey! > > Here's to the TLP and world domination! ;-) >

Re: Its been a year....

2016-04-27 Thread Roman Shaposhnik
Hear! Hear! An amazing community journey! Here's to the TLP and world domination! ;-) Thanks, Roman. On Wed, Apr 27, 2016 at 11:31 AM, Anilkumar Gingade wrote: > Hi Geode, > > Thought of sharing this milestone... > > Wow...Its been a year...In last year ApacheCON (Apr 2015) we announced open >

Its been a year....

2016-04-27 Thread Anilkumar Gingade
Hi Geode, Thought of sharing this milestone... Wow...Its been a year...In last year ApacheCON (Apr 2015) we announced open sourcing Geode, we made the Geode source available to the Apache community...Its been a great journey from that point... The geode community is growing and contributing to t

Upgrading Gradle to version 2.12

2016-04-27 Thread Jason Huynh
Hello Geode dev list, As a heads up, I am about to check in a change to upgrade the Gradle version to 2.12. This will address GEODE-1259, GEODE-1085, GEODE-1261. This change will now make the required minimum Gradle Version the same as the version used by the Gradle Wrapper Plugin. This may aff

Re: Review Request 46706: GEODE-1259: Upgrade gradle version to 2.12

2016-04-27 Thread Jason Huynh
> On April 27, 2016, 1:46 p.m., Anthony Baker wrote: > > settings.gradle, line 38 > > > > > > If you define this as 'ext.minimumGradleVersion' can we avoid setting > > it both here and in gradle.properties? I moved

Re: Review Request 46705: Integrated Security for JMX and commands

2016-04-27 Thread Jens Deppe
This is a big chunk of code, so I wanted to point out a couple of points of interest. APIs are protected with a new @ResourceOperation annotation as can be seen in CacheServerMXBean:286 for example [1]. The available Resources and OperationCodes are defined in OperationContext [2]. Where relevant,

Re: Review Request 46636: GEODE-1293: Updating module scripts and structure

2016-04-27 Thread Jens Deppe
> On April 27, 2016, 12:46 a.m., Dan Smith wrote: > > I'm not quite sure what this modify_war script is all about, but the rest > > of the changes look good to me! Maybe someone else who knows more about > > that can take a look. The script is used to convert an existing .war file so that it w

Re: Brew formulae for geode

2016-04-27 Thread Anthony Baker
There’s a clarification thread here [1]. I’ll followup with the HomeBrew peoples and update this thread with the resolution. Anthony [1] http://mail-archives.apache.org/mod_mbox/incubator-general/201604.mbox/%3cCAEwge-GBVo5fVW7bXniwUXS-=F=lqfvhcskaur51cxo4ysv...@mail.gmail.com%3e > On Apr 23,

Re: Review Request 46706: GEODE-1259: Upgrade gradle version to 2.12

2016-04-27 Thread Anthony Baker
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46706/#review130784 --- settings.gradle

Re: Build failed in Jenkins: Geode-spark-connector #18

2016-04-27 Thread Anthony Baker
Looks like this worker has an invalid settings.xml file. That file is read to obtain the credentials for uploading maven artifacts. Anthony > On Apr 27, 2016, at 6:20 AM, Apache Jenkins Server > wrote: > > See > > Changes: >

Build failed in Jenkins: Geode-spark-connector #18

2016-04-27 Thread Apache Jenkins Server
See Changes: [bschuchardt] GEODE-1237 remove the check for network-partition-detection uniformity [dbarnes] GEODE-54: Missing Javadocs [dschneider] GEODE-1304: remove TODO OFFHEAP comments [dschneider] GEODE-1238: fix EntryEvent

Jenkins build is back to normal : Geode-nightly #451

2016-04-27 Thread Apache Jenkins Server
See