[GitHub] geode issue #474: GEODE-2788: Add official Socket timeout parameter when con...

2017-06-05 Thread galen-pivotal
Github user galen-pivotal commented on the issue: https://github.com/apache/geode/pull/474 @masaki-yamakawa [Stack overflow](https://stackoverflow.com/questions/17606874/trigger-a-travis-ci-rebuild-without-pushing-a-commit) suggests that you can trigger a build by closing and

Build failed in Jenkins: Geode-release #54

2017-06-05 Thread Apache Jenkins Server
See -- [...truncated 145.31 KB...] java.lang.AssertionError at org.apache.geode.redis.RedisServerTest.initializeRedisCreatesThreeRegions(RedisServerTest.java:54)

Build failed in Jenkins: Geode-nightly #858

2017-06-05 Thread Apache Jenkins Server
See Changes: [jiliao] GEODE-2981: Fix the line feed code of the test expected value [nnag] GEODE-265 : Removing deprecated API's from Execution interface. In [nnag] GEODE-265 : Removing implementation of methods

[GitHub] geode issue #559: GEODE-1672 When amount of overflowed persisted data exceed...

2017-06-05 Thread davebarnes97
Github user davebarnes97 commented on the issue: https://github.com/apache/geode/pull/559 Thanks, Darrel. Changes incorporated. On Mon, Jun 5, 2017 at 3:19 PM, Darrel Schneider wrote: > *@dschneider-pivotal* commented on this pull

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

2017-06-05 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #576 was successful. --- Scheduled 1870 tests in total. https://build.spring.io/browse/SGF-NAG-576/ -- This

[GitHub] geode issue #563: Add a bunch of .proto definitions to the new protocol.

2017-06-05 Thread galen-pivotal
Github user galen-pivotal commented on the issue: https://github.com/apache/geode/pull/563 @udo want to merge this? --- 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

[GitHub] geode pull request #563: Add a bunch of .proto definitions to the new protoc...

2017-06-05 Thread galen-pivotal
GitHub user galen-pivotal opened a pull request: https://github.com/apache/geode/pull/563 Add a bunch of .proto definitions to the new protocol. These are mostly unimplemented, and some, especially GetServers, may not make it through in this form. It's a good sketch for feature

[GitHub] geode pull request #562: GEODE-3025: GET operation before Lucene query

2017-06-05 Thread nabarunnag
GitHub user nabarunnag opened a pull request: https://github.com/apache/geode/pull/562 GEODE-3025: GET operation before Lucene query * To allow Lucene queries in single hop with transaction enabled mode, the client must get the metadata about the regions. * A Get

[GitHub] geode pull request #559: GEODE-1672 When amount of overflowed persisted data...

2017-06-05 Thread dschneider-pivotal
Github user dschneider-pivotal commented on a diff in the pull request: https://github.com/apache/geode/pull/559#discussion_r120224399 --- Diff: geode-docs/managing/troubleshooting/system_failure_and_recovery.html.md.erb --- @@ -276,8 +276,83 @@ find the reason.

[GitHub] geode pull request #559: GEODE-1672 When amount of overflowed persisted data...

2017-06-05 Thread dschneider-pivotal
Github user dschneider-pivotal commented on a diff in the pull request: https://github.com/apache/geode/pull/559#discussion_r120222821 --- Diff: geode-docs/managing/troubleshooting/system_failure_and_recovery.html.md.erb --- @@ -276,8 +276,83 @@ find the reason.

Review Request 59819: GEODE-3034 java.lang.ArrayIndexOutOfBoundsException: 0 on auto-reconnect attempt with multicast enabled

2017-06-05 Thread Bruce Schuchardt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59819/ --- Review request for geode, Galen O'Sullivan, Hitesh Khamesra, and Udo Kohlmeyer.

[GitHub] geode issue #561: GEODE-3033: Fixing NPE when jarFileNames is null in Cluste...

2017-06-05 Thread YehEmily
Github user YehEmily commented on the issue: https://github.com/apache/geode/pull/561 Precheckin in progress! --- 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

[GitHub] geode pull request #561: GEODE-3033: Fixing NPE when jarFileNames is null in...

2017-06-05 Thread YehEmily
GitHub user YehEmily opened a pull request: https://github.com/apache/geode/pull/561 GEODE-3033: Fixing NPE when jarFileNames is null in ClusterConfigurationLoader Thank you for submitting a contribution to Apache Geode. In order to streamline the review of the

[GitHub] geode pull request #559: GEODE-1672 When amount of overflowed persisted data...

2017-06-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/559 --- 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 feature is

Re: [DISCUSS] easy string based partitioning

2017-06-05 Thread Udo Kohlmeyer
My concern with this approach is that we provide an implementation that might be a white elephant and only used by a 1% user base. In addition to that, it does really restrict the user on his keys. Whereas something a little more configurable, like a SPEL implementation, would provide a lot

Re: Review Request 59811: GEODE-2420: add file-size-limit param to the ExportLogsController

2017-06-05 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59811/#review176946 --- Actually I was looking at the various size checks implemented in

[GitHub] geode pull request #559: GEODE-1672 When amount of overflowed persisted data...

2017-06-05 Thread joeymcallister
Github user joeymcallister commented on a diff in the pull request: https://github.com/apache/geode/pull/559#discussion_r120200477 --- Diff: geode-docs/managing/troubleshooting/system_failure_and_recovery.html.md.erb --- @@ -276,8 +276,83 @@ find the reason.

[GitHub] geode pull request #559: GEODE-1672 When amount of overflowed persisted data...

2017-06-05 Thread joeymcallister
Github user joeymcallister commented on a diff in the pull request: https://github.com/apache/geode/pull/559#discussion_r120199524 --- Diff: geode-docs/managing/troubleshooting/system_failure_and_recovery.html.md.erb --- @@ -276,8 +276,83 @@ find the reason.

[GitHub] geode pull request #560: Geode 2818: Adding aliases to any command options t...

2017-06-05 Thread YehEmily
GitHub user YehEmily opened a pull request: https://github.com/apache/geode/pull/560 Geode 2818: Adding aliases to any command options that involve "group", "member", or "jar" … "member", "jar" and replace CliString variables with GROUP, MEMBER, JAR, etc. Thank you for

Re: Review Request 59754: GEODE-2928: get rid of the isGfshVM static variable

2017-06-05 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59754/ --- (Updated June 5, 2017, 8:03 p.m.) Review request for geode, Emily Yeh, Jared

Re: [DISCUSS] Discussions of API changes missing or lost in noise

2017-06-05 Thread Anthony Baker
Fixed! Please check iss...@geode.apache.org for JIRA updates. Anthony > On Jun 1, 2017, at 3:41 PM, Anthony Baker wrote: > > There is an iss...@geode.apache.org mailing list but it seems to have been > misconfigured last December. All the JIRA traffic got shunted over to

Re: [DISCUSS] easy string based partitioning

2017-06-05 Thread Fred Krone
Cool. This is what I was thinking too. Fred On Jun 5, 2017 12:50 PM, "Barry Oglesby" wrote: > Yes, that makes a lot of sense. Thanks for the clarification. > > Thanks, > Barry Oglesby > > > On Mon, Jun 5, 2017 at 12:06 PM, Darrel Schneider > wrote:

Re: [DISCUSS] easy string based partitioning

2017-06-05 Thread Barry Oglesby
Yes, that makes a lot of sense. Thanks for the clarification. Thanks, Barry Oglesby On Mon, Jun 5, 2017 at 12:06 PM, Darrel Schneider wrote: > I pictured the top level parent region (your customer region) as not having > the StringPrefixPartitionResolver. Instead it

Re: [DISCUSS] easy string based partitioning

2017-06-05 Thread Darrel Schneider
I pictured the top level parent region (your customer region) as not having the StringPrefixPartitionResolver. Instead it would just use string keys that have no prefix and use the default resolver. It would be each co-located child region (your order region) that would have the

[GitHub] geode pull request #559: GEODE-1672 When amount of overflowed persisted data...

2017-06-05 Thread davebarnes97
GitHub user davebarnes97 opened a pull request: https://github.com/apache/geode/pull/559 GEODE-1672 When amount of overflowed persisted data exceeds heap size… … startup may run out of memory This PR Documents a newly-added system property, recoverLRUValues, that

[GitHub] geode pull request #548: GEODE-2818: add alias to any command's options that...

2017-06-05 Thread YehEmily
Github user YehEmily closed the pull request at: https://github.com/apache/geode/pull/548 --- 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 feature is

Re: Review Request 59811: GEODE-2420: add file-size-limit param to the ExportLogsController

2017-06-05 Thread Jinmei Liao
> On June 5, 2017, 6:41 p.m., Jinmei Liao wrote: > > Ship It! pending precheckin - Jinmei --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59811/#review176937

Re: Review Request 59811: GEODE-2420: add file-size-limit param to the ExportLogsController

2017-06-05 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59811/#review176937 --- Ship it! Ship It! - Jinmei Liao On June 5, 2017, 6:09 p.m.,

Re: Review Request 59692: GEODE-2925: add target for resource operation for finer grained security

2017-06-05 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59692/ --- (Updated June 5, 2017, 6:32 p.m.) Review request for geode, Emily Yeh, Jared

[jira] [Created] (GEODE-3031) Extract startLocator and startServer from LauncherLifecycleCommands

2017-06-05 Thread Jared Stewart (JIRA)
Jared Stewart created GEODE-3031: Summary: Extract startLocator and startServer from LauncherLifecycleCommands Key: GEODE-3031 URL: https://issues.apache.org/jira/browse/GEODE-3031 Project: Geode

[jira] [Updated] (GEODE-3027) A developer can co-locate two keys on a put

2017-06-05 Thread Darrel Schneider (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darrel Schneider updated GEODE-3027: Fix Version/s: (was: 1.3.0) 1.2.0 > A developer can co-locate two

[jira] [Assigned] (GEODE-3027) A developer can co-locate two keys on a put

2017-06-05 Thread Darrel Schneider (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darrel Schneider reassigned GEODE-3027: --- Assignee: Darrel Schneider > A developer can co-locate two keys on a put >

[jira] [Commented] (GEODE-269) Remove deprecated methods on FunctionService

2017-06-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16037320#comment-16037320 ] ASF subversion and git services commented on GEODE-269: --- Commit

[jira] [Commented] (GEODE-265) Remove deprecated methods on Execution interface

2017-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16037319#comment-16037319 ] ASF GitHub Bot commented on GEODE-265: -- Github user asfgit closed the pull request at:

[jira] [Commented] (GEODE-265) Remove deprecated methods on Execution interface

2017-06-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16037317#comment-16037317 ] ASF subversion and git services commented on GEODE-265: --- Commit

[GitHub] geode pull request #509: GEODE-265: Removing deprecated API from Execution i...

2017-06-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/509 --- 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 feature is

[jira] [Commented] (GEODE-265) Remove deprecated methods on Execution interface

2017-06-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16037316#comment-16037316 ] ASF subversion and git services commented on GEODE-265: --- Commit

[jira] [Commented] (GEODE-269) Remove deprecated methods on FunctionService

2017-06-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16037318#comment-16037318 ] ASF subversion and git services commented on GEODE-269: --- Commit

[jira] [Commented] (GEODE-265) Remove deprecated methods on Execution interface

2017-06-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16037321#comment-16037321 ] ASF subversion and git services commented on GEODE-265: --- Commit

Review Request 59811: GEODE-2420: add file-size-limit param to the ExportLogsController

2017-06-05 Thread Ken Howe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59811/ --- Review request for geode, Emily Yeh, Jinmei Liao, Jared Stewart, Kirk Lund,

[jira] [Updated] (GEODE-3029) Tomcat Install Documentation has incorrect required JARs

2017-06-05 Thread Joey McAllister (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey McAllister updated GEODE-3029: --- Description: This page

[jira] [Updated] (GEODE-3027) A developer can co-locate two keys on a put

2017-06-05 Thread Fred Krone (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fred Krone updated GEODE-3027: -- Affects Version/s: 1.2.0 > A developer can co-locate two keys on a put >

[GitHub] geode issue #557: add GfshParserRule to facilitate command unit test

2017-06-05 Thread jaredjstewart
Github user jaredjstewart commented on the issue: https://github.com/apache/geode/pull/557 Looks like travis-ci failed. LGTM as soon as travis passes --- 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

[jira] [Commented] (GEODE-194) Geode Spark Connector does not support Spark 2.0

2017-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16037257#comment-16037257 ] ASF GitHub Bot commented on GEODE-194: -- Github user jhuynh1 commented on the issue:

[GitHub] geode issue #558: GEODE-194: Remove spark connector

2017-06-05 Thread jhuynh1
Github user jhuynh1 commented on the issue: https://github.com/apache/geode/pull/558 Looks good to me --- 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

[jira] [Created] (GEODE-3030) The possibleDuplicate boolean may not be set to true in previously processed AEQ events

2017-06-05 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-3030: Summary: The possibleDuplicate boolean may not be set to true in previously processed AEQ events Key: GEODE-3030 URL: https://issues.apache.org/jira/browse/GEODE-3030

[jira] [Created] (GEODE-3029) Tomcat Install Documentation has incorrect required JARs

2017-06-05 Thread David Anuta (JIRA)
David Anuta created GEODE-3029: -- Summary: Tomcat Install Documentation has incorrect required JARs Key: GEODE-3029 URL: https://issues.apache.org/jira/browse/GEODE-3029 Project: Geode Issue

Re: [DISCUSS] easy string based partitioning

2017-06-05 Thread Barry Oglesby
The top-level region may not have / need a delimiter. If you have a customer region and a colocated orders region, the customer region key could be the customerId, and the orders region key could be the customerId:orderId. The colocation would be on the customerId. In the customer region, it

[GitHub] geode pull request #558: GEODE-194: Remove spark connector

2017-06-05 Thread metatype
GitHub user metatype opened a pull request: https://github.com/apache/geode/pull/558 GEODE-194: Remove spark connector Remove the spark connector code until it can be updated for the current spark release. We should also integrate the build lifecycle and consider how to

[jira] [Commented] (GEODE-194) Geode Spark Connector does not support Spark 2.0

2017-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16037209#comment-16037209 ] ASF GitHub Bot commented on GEODE-194: -- GitHub user metatype opened a pull request:

[jira] [Updated] (GEODE-3027) A developer can co-locate two keys on a put

2017-06-05 Thread Fred Krone (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fred Krone updated GEODE-3027: -- Description: Provide a way to put co-locate two keys represented in a delimited string

[jira] [Resolved] (GEODE-3009) Implement key String parser

2017-06-05 Thread Fred Krone (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fred Krone resolved GEODE-3009. --- Resolution: Won't Fix > Implement key String parser > --- > >

[jira] [Resolved] (GEODE-3008) Implement PartitionByPrefix Partition Resolver

2017-06-05 Thread Fred Krone (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fred Krone resolved GEODE-3008. --- Resolution: Won't Fix > Implement PartitionByPrefix Partition Resolver >

[jira] [Resolved] (GEODE-3016) A developer can create a Region with Partition by Prefix using Cache XML

2017-06-05 Thread Fred Krone (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fred Krone resolved GEODE-3016. --- Resolution: Won't Fix > A developer can create a Region with Partition by Prefix using Cache XML >

[jira] [Resolved] (GEODE-3005) A developer can create a Region with Partition by Prefix using Java API

2017-06-05 Thread Fred Krone (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fred Krone resolved GEODE-3005. --- Resolution: Won't Fix > A developer can create a Region with Partition by Prefix using Java API >

[jira] [Commented] (GEODE-3022) [JGRP00001] configuration error: the following properties in org.apache.geode.distributed.internal.membership.gms.messenger.Transport are not recognized: {ignore_dont_b

2017-06-05 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16037183#comment-16037183 ] Anthony Baker commented on GEODE-3022: -- Can you provide steps to reproduce this error? What version

Re: Geode versions

2017-06-05 Thread Anthony Baker
Hi Roi, We have cut a release branch for 1.2.0. Once we have fixed the remaining bugs we will vote on releasing. We don’t published expected release dates but I expect that it won’t be too much longer. Thanks, Anthony > On Jun 5, 2017, at 2:49 AM, Roi Apelker wrote:

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

2017-06-05 Thread Dan Smith
This CommandOverHttpDUnitTest seems to be failing pretty consistently in jenkins. Is anyone looking into this failure? -Dan On Mon, Jun 5, 2017 at 8:30 AM, Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See > >

[jira] [Assigned] (GEODE-3007) Simplify support for custom GFSH commands

2017-06-05 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart reassigned GEODE-3007: Assignee: Jared Stewart > Simplify support for custom GFSH commands >

[jira] [Assigned] (GEODE-2981) Fix the line feed code of the test expected value

2017-06-05 Thread Jinmei Liao (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinmei Liao reassigned GEODE-2981: -- Assignee: Jinmei Liao > Fix the line feed code of the test expected value >

[jira] [Updated] (GEODE-3027) A developer can co-locate two keys on a put

2017-06-05 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller updated GEODE-3027: --- Component/s: docs > A developer can co-locate two keys on a put >

Re: [DISCUSS] easy string based partitioning

2017-06-05 Thread Jens Deppe
I like the idea of keeping the configuration 'conventional' and thus not requiring any server configuration. As soon as you need to define a regex on the server you might as well be writing PartitionResolver code. As an aside I also think that using regexes to parse keys would also introduce a

[jira] [Commented] (GEODE-2818) add alias to any command's options that involves "group", "member", "jar"

2017-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16037106#comment-16037106 ] ASF GitHub Bot commented on GEODE-2818: --- Github user YehEmily commented on a diff in the pull

[GitHub] geode pull request #548: GEODE-2818: add alias to any command's options that...

2017-06-05 Thread YehEmily
Github user YehEmily commented on a diff in the pull request: https://github.com/apache/geode/pull/548#discussion_r120137950 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/DiskStoreCommands.java --- @@ -412,7 +411,7 @@ public Result

Build failed in Jenkins: Geode-nightly #857

2017-06-05 Thread Apache Jenkins Server
See -- [...truncated 95.16 KB...] :geode-core:checkMissedTests :geode-core:spotlessJavaCheck :geode-core:spotlessCheck :geode-core:test :geode-core:check :geode-core:build

[jira] [Commented] (GEODE-2818) add alias to any command's options that involves "group", "member", "jar"

2017-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16037092#comment-16037092 ] ASF GitHub Bot commented on GEODE-2818: --- Github user jinmeiliao commented on a diff in the pull

[GitHub] geode pull request #548: GEODE-2818: add alias to any command's options that...

2017-06-05 Thread jinmeiliao
Github user jinmeiliao commented on a diff in the pull request: https://github.com/apache/geode/pull/548#discussion_r120134823 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/DiskStoreCommands.java --- @@ -412,7 +411,7 @@ public Result

Re: [DISCUSS] easy string based partitioning

2017-06-05 Thread Udo Kohlmeyer
Whilst I like the idea to make something (and yes, DelimitedStringPartitionResolver is the simplest), I feel that we might be able to do one better. */Could/* one possibly have an /*SPEL*/

[jira] [Commented] (GEODE-2981) Fix the line feed code of the test expected value

2017-06-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16037069#comment-16037069 ] ASF GitHub Bot commented on GEODE-2981: --- Github user asfgit closed the pull request at:

[GitHub] geode pull request #530: GEODE-2981: Fix the line feed code of the test expe...

2017-06-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/530 --- 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 feature is

[jira] [Commented] (GEODE-2981) Fix the line feed code of the test expected value

2017-06-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16037068#comment-16037068 ] ASF subversion and git services commented on GEODE-2981: Commit

Re: [jira] [Created] (GEODE-3027) A developer can co-locate two keys on a put

2017-06-05 Thread Michael Stolz
The actual key should be the whole string. Not just that after the colon. -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 <(631)%20835-4771> On Jun 2, 2017 8:34 PM, "Fred Krone (JIRA)" wrote: > Fred Krone created GEODE-3027: >

[jira] [Updated] (GEODE-3022) [JGRP00001] configuration error: the following properties in org.apache.geode.distributed.internal.membership.gms.messenger.Transport are not recognized: {ignore_dont_bun

2017-06-05 Thread Sumitra Chatterjee (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumitra Chatterjee updated GEODE-3022: -- Component/s: (was: configuration) > [JGRP1] configuration error: the following

[jira] [Updated] (GEODE-3022) [JGRP00001] configuration error: the following properties in org.apache.geode.distributed.internal.membership.gms.messenger.Transport are not recognized: {ignore_dont_bun

2017-06-05 Thread Sumitra Chatterjee (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumitra Chatterjee updated GEODE-3022: -- Priority: Blocker (was: Major) > [JGRP1] configuration error: the following

[jira] [Commented] (GEODE-3022) [JGRP00001] configuration error: the following properties in org.apache.geode.distributed.internal.membership.gms.messenger.Transport are not recognized: {ignore_dont_b

2017-06-05 Thread Sumitra Chatterjee (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16036943#comment-16036943 ] Sumitra Chatterjee commented on GEODE-3022: --- Can someone please take a look and suggest to move

Re: GEODE and GEODE-native compatibility

2017-06-05 Thread Jacob Barrett
You asked the same question on the user list on 5/21. In case you didn't get my reply I'll send the same answer. There have been no official Geode release of Geode Native but the current development branch is known to work with Geode server 1.0 and 1.1. -Jake Sent from my iPhone > On Jun 5,

GEODE and GEODE-native compatibility

2017-06-05 Thread Roi Apelker
Hi, I am using both the GEODE and GEODE native libraries, and since the native library has no numbered version I am wondering if there are any compatibility issues. Will the native library work with versions 1.0.0 and 1.1.1 seamlessly? Thanks, Roi This message and the information contained

Geode versions

2017-06-05 Thread Roi Apelker
Hello, Where can I find information on up-coming GEODE versions, release dates etc.? The last released version I know if is 1.1.1, There is already a reference for 1.2 in the release notes here: https://cwiki.apache.org/confluence/display/GEODE/Release+Notes Also, reference for 1.3 here:

Re: Review Request 59736: GEODE-2933: jmx-manager-hostname-for-clients should be a gfsh option

2017-06-05 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59736/#review176899 --- It does seem lots of added boilerplate code. And we need to

[GitHub] geode pull request #557: add GfshParserRule to facilitate command unit test

2017-06-05 Thread jinmeiliao
GitHub user jinmeiliao opened a pull request: https://github.com/apache/geode/pull/557 add GfshParserRule to facilitate command unit test Thank you for submitting a contribution to Apache Geode. In order to streamline the review of the contribution we ask you to ensure