Re: [ANNOUNCE] Donation of Geode documentation

2016-09-29 Thread Jared Stewart
Thanks for the good news! On Sep 29, 2016 8:52 PM, "Kirk Lund" wrote: > Great news! > > On Thursday, September 29, 2016, Anthony Baker wrote: > > > I am pleased to announce the donation of Geode documentation to the > > Geode community. > > > > The documentation provides a complete user guide f

Re: [ANNOUNCE] Donation of Geode documentation

2016-09-29 Thread Kirk Lund
Great news! On Thursday, September 29, 2016, Anthony Baker wrote: > I am pleased to announce the donation of Geode documentation to the > Geode community. > > The documentation provides a complete user guide for Geode. This > donation includes the source necessary to build the documentation site

[ANNOUNCE] Donation of Geode documentation

2016-09-29 Thread Anthony Baker
I am pleased to announce the donation of Geode documentation to the Geode community. The documentation provides a complete user guide for Geode. This donation includes the source necessary to build the documentation site currently hosted by Pivotal [1]. The documentation source has been converted

Re: Review Request 52410: GEODE-1949: Adding geode-rebalancer to the binary distribution

2016-09-29 Thread Anthony Baker
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52410/#review150975 --- Ship it! Ship It! - Anthony Baker On Sept. 29, 2016, 10:56 p

Podling Report Reminder - October 2016

2016-09-29 Thread johndament
Dear podling, This email was sent by an automated system on behalf of the Apache Incubator PMC. It is an initial reminder to give you plenty of time to prepare your quarterly board report. The board meeting is scheduled for Wed, 19 October 2016, 10:30 am PDT. The report for your podling will form

Re: Review Request 52410: GEODE-1949: Adding geode-rebalancer to the binary distribution

2016-09-29 Thread Mark Bretl
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52410/#review150966 --- Ship it! Ship It! - Mark Bretl On Sept. 29, 2016, 3:56 p.m.,

Re: Review Request 52271: GEODE-1938: Big Snapshot File Read Exception via SnapshotReader API

2016-09-29 Thread Udo Kohlmeyer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52271/ --- (Updated Sept. 29, 2016, 11:31 p.m.) Review request for geode, Anthony Baker, B

Review Request 52410: GEODE-1949: Adding geode-rebalancer to the binary distribution

2016-09-29 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52410/ --- Review request for geode, Anthony Baker and Jason Huynh. Repository: geode De

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

2016-09-29 Thread Dan Smith
Looks like the build was broken by this commit. I checked in a fix: GEODE-1927: add support for old GemFire remote sites (WAN) -Dan On Thu, Sep 29, 2016 at 9:11 AM, Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See > > Chan

Re: Previous versions dtds

2016-09-29 Thread Dan Smith
+1 for dropping the dtd up to 6.6. -1 for dropping 7.0/8.0, 8.1 xsd. I think we should keep those for another release or two to make it easier for people upgrading. Is anyone actually using createTypesFromXml? If not, I would suggest deprecating it. -Dan On Thu, Sep 29, 2016 at 2:33 PM, Jacob Ba

Re: Previous versions dtds

2016-09-29 Thread Anthony Baker
Yep, thanks for clarifying. Anthony > On Sep 29, 2016, at 2:33 PM, Jacob Barrett wrote: > > The files MUST remain in the source otherwise the validating parser will > have to download them from the website. This is VERY slow and only works if > you have Internet access. The schema resolver firs

Re: Previous versions dtds

2016-09-29 Thread Jacob Barrett
The files MUST remain in the source otherwise the validating parser will have to download them from the website. This is VERY slow and only works if you have Internet access. The schema resolver first looks in the class path then to the web. -Jake On Thu, Sep 29, 2016 at 2:24 PM Anthony Baker w

Re: Limiting scope for Geode 1.0

2016-09-29 Thread Jacob Barrett
+1 for creating branch now to prevent feature creep. On Thu, Sep 29, 2016 at 2:10 PM Kirk Lund wrote: > I think we should propose creating that release branch sooner (now?) so we > can minimize unplanned changes slipping into 1.0 and destabilizing it. > > -Kirk > > On Thursday, September 29, 201

Re: Previous versions dtds

2016-09-29 Thread Anthony Baker
Any active dtd's or schema’s should be hosted near to http://geode.apache.org/schema/cache/. If you follow the directions [1] to update the website it’s not too hard. Can we remove the pivotal.io schema from source? ./geode-core/src/main/resources/META-INF/schemas/schema.pivotal.io/ge

Re: Limiting scope for Geode 1.0

2016-09-29 Thread Anthony Baker
Using the gitflow approach, we cut a release/1.0.0 branch to isolate the release branch from ongoing development. For past releases we have waited as long as possible to cut the branch to minimize overhead. Perhaps this time we should create the branch earlier. JIRA shows the open issues for

Re: Previous versions dtds

2016-09-29 Thread Jacob Barrett
I think you should drop all the GemFire DTDs from Geode. Geode doesn't need to be tainted with reading old GemFire configuration files. It is very simple for someone to update their XML to the Geode XSD. On Thu, Sep 29, 2016 at 2:15 PM Darrel Schneider wrote: > statisticsType.dtd is used > by

Re: Previous versions dtds

2016-09-29 Thread Darrel Schneider
statisticsType.dtd is used by org.apache.geode.StatisticsTypeFactory.createTypesFromXml(Reader) See the javadocs on StatisticsTypeFactory for an example of how to use it. On Thu, Sep 29, 2016 at 1:50 PM, Kirk Lund wrote: > I'm actually unfamiliar with statisticsType.dtd: > > geode-core/src/main/

Re: Limiting scope for Geode 1.0

2016-09-29 Thread Kirk Lund
I think we should propose creating that release branch sooner (now?) so we can minimize unplanned changes slipping into 1.0 and destabilizing it. -Kirk On Thursday, September 29, 2016, Anthony Baker wrote: > Using the gitflow approach, we cut a release/1.0.0 branch to isolate the > release bran

Re: Previous versions dtds

2016-09-29 Thread Kirk Lund
I'm actually unfamiliar with statisticsType.dtd: geode-core/src/main/resources/org/apache/geode/statisticsType.dtd I notice it still references GemStone and gemstone.com. Do we have copies of the dtds on geode.apache.org? Where should these dtds live online? Thanks, Kirk On Thu, Sep 29, 2016 a

Limiting scope for Geode 1.0

2016-09-29 Thread Kirk Lund
What changes are we still waiting on to cut the next RC of Geode 1.0? Is there a way to create a branch for Geode 1.0 develop that allows folks to continue working on post-1.0 features or bug fixes without destabilizing Geode 1.0? This way, only the necessary changes for Geode 1.0 would go to the

Re: Previous versions dtds

2016-09-29 Thread Swapnil Bawaskar
+1 We also unit tests for these: CacheXml30DUnitTest CacheXml40DUnitTest ... and so on. we should bring all the test cases within these to CacheXml70DUnitTest On Thu, Sep 29, 2016 at 9:37 AM, Hitesh Khamesra < hitesh...@yahoo.com.invalid> wrote: > We have following dtds in geode source code. We

Re: GEODE-1949 - Adding auto-balancer and spring-expression to geode-dependencies.jar

2016-09-29 Thread Anthony Baker
Looks like we’ve been including geode-rebalancer with the official source release, just not the binary convenience artifacts. +1 Anthony > On Sep 29, 2016, at 11:17 AM, Dan Smith wrote: > > Hi, > > The geode-rebalancer jar is not currently shipped with the geode binary. I > think we should

GEODE-1949 - Adding auto-balancer and spring-expression to geode-dependencies.jar

2016-09-29 Thread Dan Smith
Hi, The geode-rebalancer jar is not currently shipped with the geode binary. I think we should include as part of the binary distribution, and also include it in geode-dependencies.jar so that it is on the classpath for the server. This won't require us to include any new dependencies in the lib

[GitHub] incubator-geode pull request #248: GEODE-1548: Specifying --J=-Dgemfire.jmx-...

2016-09-29 Thread jaredjstewart
GitHub user jaredjstewart opened a pull request: https://github.com/apache/incubator-geode/pull/248 GEODE-1548: Specifying --J=-Dgemfire.jmx-manager-hostname-for-clients… … now automatically sets -Djava.rmi.server.hostname You can merge this pull request into a Git repository by

Re: [VIDEO] Replay of Geode Clubhouse - Domain Driven Design & Reactive Programming w/ Apache Geode - Discussion Panel

2016-09-29 Thread Greg Chase
Thanks again to Vaughn Vernon and Wes Williams for talking with the Geode Community. Here is the replay of our discussion on Youtube , and a link to download the video for your offline viewing pleasure

Review Request 52398: GEODE-1949: Remove the dependency on quartz from the rebalancer

2016-09-29 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52398/ --- Review request for geode, nabarun nag and xiaojian zhou. Repository: geode De

Set the group on review requests

2016-09-29 Thread Anthony Baker
I was trying to trace the history of a git commit and realized something: if the group on a review request is not set to ‘geode’ the review information is not communicated to the dev list. This is really important because: a) a change is being proposed and all are invited to participate in the

Previous versions dtds

2016-09-29 Thread Hitesh Khamesra
We have following dtds in geode source code. We were thinking to remove previous versions(1.0 to 6.6) of dtds.Please let us know if there is any concern on  this. ./main/resources/org/apache/geode/admin/doc-files/ds4_0.dtd ./main/resources/org/apache/geode/admin/doc-files/ds5_0.dtd ./main/resour

Build failed in Jenkins: Geode-nightly #607

2016-09-29 Thread Apache Jenkins Server
See Changes: [ukohlmeyer] GEODE-1801: Updated the ClientTypeRegistration.java to handle Snapshot [ukohlmeyer] GEODE-1938: Remove the exception ignore when a pool cannot connect to a [ukohlmeyer] GEODE-1938: Update with review comments.

Re: From Incubation to TLP

2016-09-29 Thread Niall Pemberton
On Thu, Sep 29, 2016 at 3:33 AM, Anthony Baker wrote: > Hi Niall! > > Thanks for your really helpful input. I agree that development of an > active, stable, and diverse community that understands and practices the > Apache Way is a primary indicator of readiness for graduation. Do you (or > any