Enabling debugging from gfsh launched components

2017-05-31 Thread Jens Deppe
Hi, In the past, when launching a server or locator with gfsh, I could specify debugging options like this: gfsh start locator --name=locator1 \ --J=\"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005\" I had to specially quote the agentlib options otherwise the commas would

Re: Enabling debugging from gfsh launched components

2017-05-31 Thread Jinmei Liao
I believe this is due to bug I introduced when working on gfsh parser when dealing with --J option that has comma in the values. Will get a fix in soon. On Wed, May 31, 2017 at 7:41 AM, Jens Deppe wrote: > Hi, > > In the past, when launching a server or locator with gfsh, I could specify > debug

Re: Enabling debugging from gfsh launched components

2017-05-31 Thread Jens Deppe
OK, thanks Jinmei. --Jens On Wed, May 31, 2017 at 8:42 AM, Jinmei Liao wrote: > I believe this is due to bug I introduced when working on gfsh parser when > dealing with --J option that has comma in the values. Will get a fix in > soon. > > On Wed, May 31, 2017 at 7:41 AM, Jens Deppe wrote: >

[jira] [Commented] (GEODE-2898) A non-responsive SSL client can block a server's "acceptor" thread

2017-05-31 Thread Vahram Aharonyan (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031450#comment-16031450 ] Vahram Aharonyan commented on GEODE-2898: - HI Bruce, Recently we also face proble

[jira] [Commented] (GEODE-2898) A non-responsive SSL client can block a server's "acceptor" thread

2017-05-31 Thread Bruce Schuchardt (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031456#comment-16031456 ] Bruce Schuchardt commented on GEODE-2898: - I think there should be a separate tick

[GitHub] geode pull request #551: GEODE-2971: consistency in shell exit codes for sta...

2017-05-31 Thread PurelyApplied
GitHub user PurelyApplied opened a pull request: https://github.com/apache/geode/pull/551 GEODE-2971: consistency in shell exit codes for status commands. * Replaced all System.exit parameters with ShellExitCode references for extensibility * Added FakeLaunchers to Locator- and

[jira] [Commented] (GEODE-2971) Inconsistency in gfsh status command

2017-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031489#comment-16031489 ] ASF GitHub Bot commented on GEODE-2971: --- GitHub user PurelyApplied opened a pull req

[jira] [Commented] (GEODE-2974) Geode throws GemFire error

2017-05-31 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031525#comment-16031525 ] ASF subversion and git services commented on GEODE-2974: Commit 2f

[jira] [Commented] (GEODE-2957) null used as a default parameter when specifying analyzers

2017-05-31 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031521#comment-16031521 ] ASF subversion and git services commented on GEODE-2957: Commit 5b

[jira] [Commented] (GEODE-2957) null used as a default parameter when specifying analyzers

2017-05-31 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031522#comment-16031522 ] ASF subversion and git services commented on GEODE-2957: Commit 1e

[jira] [Commented] (GEODE-2957) null used as a default parameter when specifying analyzers

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

[jira] [Commented] (GEODE-2420) Warn a user if they try to export too much data

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

[jira] [Commented] (GEODE-2941) Pulse documentation is outdated

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

[jira] [Commented] (GEODE-2952) gfsh doesn't support exact match lucene queries

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

[jira] [Commented] (GEODE-2957) null used as a default parameter when specifying analyzers

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

Re: [jira] [Updated] (GEODE-3005) A developer can create a Region with Partition Resolution using Java API

2017-05-31 Thread Michael Stolz
I don't really see a need for new Region api for this except to be able to specify the delimeter. A developer can just specify the provided PartionByPrefix class for his PartitionResolver during region creation? Providing a String key with no delimiter should just return the entire key, NOT throw

[GitHub] geode pull request #551: GEODE-2971: consistency in shell exit codes for sta...

2017-05-31 Thread jaredjstewart
Github user jaredjstewart commented on a diff in the pull request: https://github.com/apache/geode/pull/551#discussion_r119419341 --- Diff: geode-core/src/main/java/org/apache/geode/internal/ShellExitCode.java --- @@ -0,0 +1,40 @@ +/* + * Licensed to the Apache Software Fou

[GitHub] geode pull request #549: GEODE-2203: gfsh status locator/server - Command no...

2017-05-31 Thread pdxrunner
Github user pdxrunner commented on a diff in the pull request: https://github.com/apache/geode/pull/549#discussion_r119419356 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/LauncherLifecycleCommands.java --- @@ -771,11 +771,19 @@ public Result

[jira] [Commented] (GEODE-2971) Inconsistency in gfsh status command

2017-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031551#comment-16031551 ] ASF GitHub Bot commented on GEODE-2971: --- Github user jaredjstewart commented on a di

[jira] [Commented] (GEODE-2203) gfsh status locator/server - Give more descriptive output on empty parameter

2017-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031552#comment-16031552 ] ASF GitHub Bot commented on GEODE-2203: --- Github user pdxrunner commented on a diff i

[GitHub] geode pull request #551: GEODE-2971: consistency in shell exit codes for sta...

2017-05-31 Thread jaredjstewart
Github user jaredjstewart commented on a diff in the pull request: https://github.com/apache/geode/pull/551#discussion_r119420029 --- Diff: geode-core/src/main/java/org/apache/geode/internal/ShellExitCode.java --- @@ -0,0 +1,40 @@ +/* + * Licensed to the Apache Software Fou

[jira] [Commented] (GEODE-2971) Inconsistency in gfsh status command

2017-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031554#comment-16031554 ] ASF GitHub Bot commented on GEODE-2971: --- Github user jaredjstewart commented on a di

[GitHub] geode pull request #538: GEODE-2975: Change the location of the lucene xsd

2017-05-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/538 --- 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 enabl

[jira] [Commented] (GEODE-2975) Attributes are not validated in lucene xml configuration

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

[jira] [Commented] (GEODE-2975) Attributes are not validated in lucene xml configuration

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

[jira] [Resolved] (GEODE-2975) Attributes are not validated in lucene xml configuration

2017-05-31 Thread Dan Smith (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Smith resolved GEODE-2975. -- Resolution: Fixed Assignee: Dan Smith > Attributes are not validated in lucene xml configuration >

[GitHub] geode pull request #549: GEODE-2203: gfsh status locator/server - Command no...

2017-05-31 Thread YehEmily
Github user YehEmily commented on a diff in the pull request: https://github.com/apache/geode/pull/549#discussion_r119422035 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/LauncherLifecycleCommands.java --- @@ -771,11 +771,19 @@ public Result

[jira] [Commented] (GEODE-2203) gfsh status locator/server - Give more descriptive output on empty parameter

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

[jira] [Assigned] (GEODE-2983) gfsh doesn't return user friendly error message when java property has comma separated values

2017-05-31 Thread Jinmei Liao (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinmei Liao reassigned GEODE-2983: -- Assignee: Jinmei Liao > gfsh doesn't return user friendly error message when java property has

[jira] [Commented] (GEODE-2983) gfsh doesn't return user friendly error message when java property has comma separated values

2017-05-31 Thread Jinmei Liao (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031570#comment-16031570 ] Jinmei Liao commented on GEODE-2983: this is due to --J is not handling the value with

Review Request 59686: GEODE-2983: correctly handling --J option value that has ", " inside.

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

Re: Review Request 59642: GEODE-3000: do not have jetty log at debug level

2017-05-31 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59642/ --- (Updated May 31, 2017, 5:45 p.m.) Review request for geode, Emily Yeh, Jared St

[GitHub] geode pull request #550: GEODE-3002 Clarify __REGION_VALUE_FIELD in Lucene d...

2017-05-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/550 --- 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 enabl

[jira] [Commented] (GEODE-3002) Improve doc of (Lucene) __REGION_VALUE_FIELD

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

[jira] [Commented] (GEODE-3002) Improve doc of (Lucene) __REGION_VALUE_FIELD

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

[jira] [Resolved] (GEODE-3002) Improve doc of (Lucene) __REGION_VALUE_FIELD

2017-05-31 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller resolved GEODE-3002. Resolution: Fixed Fix Version/s: 1.2.0 > Improve doc of (Lucene) __REGION_VAL

[jira] [Resolved] (GEODE-2973) A lucene index element defined outside the context of a region element in xml throws a ClassCastException

2017-05-31 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-2973. -- Resolution: Fixed > A lucene index element defined outside the context of a region element in xm

[jira] [Resolved] (GEODE-2972) An incorrectly named lucene element in xml throws a ClassCastException

2017-05-31 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby resolved GEODE-2972. -- Resolution: Fixed > An incorrectly named lucene element in xml throws a ClassCastException > ---

Re: Review Request 59611: GEODE-2989: Improve mechanism for scanning the classpath to find gfsh commands

2017-05-31 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59611/#review176484 --- geode-core/src/test/java/org/apache/geode/test/dunit/rules/Server

Re: Review Request 59611: GEODE-2989: Improve mechanism for scanning the classpath to find gfsh commands

2017-05-31 Thread Jared Stewart
> On May 31, 2017, 5:58 p.m., Jinmei Liao wrote: > > geode-core/src/test/java/org/apache/geode/test/dunit/rules/ServerStarterRule.java > > Lines 96 (patched) > > > > > > should we put this in the MemberStarterRule so

Re: Review Request 59544: GEODE-2966: RefactorLauncherLifecycleCommands

2017-05-31 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59544/#review176488 --- Ship it! Ship It! - Jinmei Liao On May 24, 2017, 10:10 p.m.,

Re: Review Request 59611: GEODE-2989: Improve mechanism for scanning the classpath to find gfsh commands

2017-05-31 Thread Jinmei Liao
> On May 31, 2017, 5:58 p.m., Jinmei Liao wrote: > > geode-core/src/test/java/org/apache/geode/test/dunit/rules/ServerStarterRule.java > > Lines 96 (patched) > > > > > > should we put this in the MemberStarterRule so

[jira] [Commented] (GEODE-2967) Internal Errors thrown while executing queries involving self join

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

Re: Review Request 59642: GEODE-3000: do not have jetty log at debug level

2017-05-31 Thread Emily Yeh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59642/#review176493 --- geode-core/src/test/java/org/apache/geode/management/internal/sec

[GitHub] geode pull request #552: GEODE-3013: Reduce log level for FunctionInvocation...

2017-05-31 Thread ladyVader
GitHub user ladyVader opened a pull request: https://github.com/apache/geode/pull/552 GEODE-3013: Reduce log level for FunctionInvocationTargetException GEODE-3013: Reduce log level for FunctionInvocationTargetExceptions - Modified to display at debug vs. warning level (incl

[jira] [Commented] (GEODE-3013) Reduce logging level for FunctionExceptions : InternalFunctionInvocationTargetException: Multiple target nodes found for single hop operation

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

[GitHub] geode pull request #544: GEODE-2994 Take backups when region ops are quiesce...

2017-05-31 Thread dihardman
Github user dihardman commented on a diff in the pull request: https://github.com/apache/geode/pull/544#discussion_r119438727 --- Diff: geode-docs/managing/disk_storage/backup_restore_disk_store.html.md.erb --- @@ -38,6 +38,15 @@ Do not try to create backup files from a running sys

[jira] [Commented] (GEODE-2994) Doc task: interactions of backups with persistence

2017-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031657#comment-16031657 ] ASF GitHub Bot commented on GEODE-2994: --- Github user dihardman commented on a diff i

[jira] [Commented] (GEODE-2994) Doc task: interactions of backups with persistence

2017-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031667#comment-16031667 ] ASF GitHub Bot commented on GEODE-2994: --- Github user dihardman commented on a diff i

[GitHub] geode pull request #544: GEODE-2994 Take backups when region ops are quiesce...

2017-05-31 Thread dihardman
Github user dihardman commented on a diff in the pull request: https://github.com/apache/geode/pull/544#discussion_r119439870 --- Diff: geode-docs/managing/disk_storage/backup_restore_disk_store.html.md.erb --- @@ -38,6 +38,15 @@ Do not try to create backup files from a running sys

[GitHub] geode pull request #544: GEODE-2994 Take backups when region ops are quiesce...

2017-05-31 Thread boglesby
Github user boglesby commented on a diff in the pull request: https://github.com/apache/geode/pull/544#discussion_r119441378 --- Diff: geode-docs/managing/disk_storage/backup_restore_disk_store.html.md.erb --- @@ -38,6 +38,15 @@ Do not try to create backup files from a running syst

[jira] [Commented] (GEODE-2994) Doc task: interactions of backups with persistence

2017-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031676#comment-16031676 ] ASF GitHub Bot commented on GEODE-2994: --- Github user boglesby commented on a diff in

[GitHub] geode pull request #544: GEODE-2994 Take backups when region ops are quiesce...

2017-05-31 Thread dihardman
Github user dihardman commented on a diff in the pull request: https://github.com/apache/geode/pull/544#discussion_r119445110 --- Diff: geode-docs/managing/disk_storage/backup_restore_disk_store.html.md.erb --- @@ -38,6 +38,15 @@ Do not try to create backup files from a running sys

[jira] [Comment Edited] (GEODE-2979) Adding server after defining Lucene index results in unusable cluster

2017-05-31 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030461#comment-16030461 ] Barry Oglesby edited comment on GEODE-2979 at 5/31/17 7:01 PM: -

[jira] [Commented] (GEODE-2994) Doc task: interactions of backups with persistence

2017-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031728#comment-16031728 ] ASF GitHub Bot commented on GEODE-2994: --- Github user dihardman commented on a diff i

[GitHub] geode pull request #544: GEODE-2994 Take backups when region ops are quiesce...

2017-05-31 Thread dihardman
Github user dihardman commented on a diff in the pull request: https://github.com/apache/geode/pull/544#discussion_r119445495 --- Diff: geode-docs/tools_modules/lucene_integration.html.md.erb --- @@ -294,8 +294,11 @@ will return `object_2`. will return `object_3`. - Backup

[jira] [Commented] (GEODE-2994) Doc task: interactions of backups with persistence

2017-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031734#comment-16031734 ] ASF GitHub Bot commented on GEODE-2994: --- Github user dihardman commented on a diff i

[jira] [Updated] (GEODE-3005) A developer can create a Region with Partition Resolution using Java API

2017-05-31 Thread Fred Krone (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fred Krone updated GEODE-3005: -- Description: A user should be able to set partition by prefix programmatically when creating a partitio

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

2017-05-31 Thread Fred Krone (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fred Krone updated GEODE-3005: -- Summary: A developer can create a Region with Partition by Prefix using Java API (was: A developer can

[jira] [Created] (GEODE-3014) Document gfsh create lucene index and region failure sequence

2017-05-31 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-3014: Summary: Document gfsh create lucene index and region failure sequence Key: GEODE-3014 URL: https://issues.apache.org/jira/browse/GEODE-3014 Project: Geode

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

2017-05-31 Thread Fred Krone (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fred Krone updated GEODE-3005: -- Description: A user should be able to set partition by prefix programmatically when creating a partitio

[jira] [Assigned] (GEODE-3011) gfsh example to do a Lucene query is incorrect

2017-05-31 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller reassigned GEODE-3011: -- Assignee: Karen Smoler Miller > gfsh example to do a Lucene query is incorrect

[jira] [Created] (GEODE-3015) CI Failure: ClientServerTransactionDUnitTest.testTXStateCleanedUpIfJTABeforeCompletionFailedOnClient

2017-05-31 Thread Eric Shu (JIRA)
Eric Shu created GEODE-3015: --- Summary: CI Failure: ClientServerTransactionDUnitTest.testTXStateCleanedUpIfJTABeforeCompletionFailedOnClient Key: GEODE-3015 URL: https://issues.apache.org/jira/browse/GEODE-3015

[jira] [Updated] (GEODE-3015) CI Failure: ClientServerTransactionDUnitTest.testTXStateCleanedUpIfJTABeforeCompletionFailedOnClient

2017-05-31 Thread Eric Shu (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Shu updated GEODE-3015: Labels: ci (was: ) > CI Failure: > ClientServerTransactionDUnitTest.testTXStateCleanedUpIfJTABeforeComplet

[GitHub] geode pull request #553: GEODE-3011 Correct a Lucene gfsh query example

2017-05-31 Thread karensmolermiller
GitHub user karensmolermiller opened a pull request: https://github.com/apache/geode/pull/553 GEODE-3011 Correct a Lucene gfsh query example @dihardman @boglesby @upthewaterspout @ladyVader @nabarunnag @DivineEnder @jhuynh1 @davebarnes97 @joeymcallister Please review. You can

[jira] [Commented] (GEODE-3011) gfsh example to do a Lucene query is incorrect

2017-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031911#comment-16031911 ] ASF GitHub Bot commented on GEODE-3011: --- GitHub user karensmolermiller opened a pull

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

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

[GitHub] geode issue #553: GEODE-3011 Correct a Lucene gfsh query example

2017-05-31 Thread dihardman
Github user dihardman commented on the issue: https://github.com/apache/geode/pull/553 +1 looks good! On Wed, May 31, 2017 at 1:33 PM, Karen Miller wrote: > @dihardman @boglesby > @upthewaterspout

[jira] [Commented] (GEODE-3011) gfsh example to do a Lucene query is incorrect

2017-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031987#comment-16031987 ] ASF GitHub Bot commented on GEODE-3011: --- Github user dihardman commented on the issu

[GitHub] geode pull request #544: GEODE-2994 Take backups when region ops are quiesce...

2017-05-31 Thread karensmolermiller
Github user karensmolermiller commented on a diff in the pull request: https://github.com/apache/geode/pull/544#discussion_r119481045 --- Diff: geode-docs/managing/disk_storage/backup_restore_disk_store.html.md.erb --- @@ -38,6 +38,15 @@ Do not try to create backup files from a run

[jira] [Commented] (GEODE-2994) Doc task: interactions of backups with persistence

2017-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16032009#comment-16032009 ] ASF GitHub Bot commented on GEODE-2994: --- Github user karensmolermiller commented on

[GitHub] geode pull request #544: GEODE-2994 Take backups when region ops are quiesce...

2017-05-31 Thread karensmolermiller
Github user karensmolermiller commented on a diff in the pull request: https://github.com/apache/geode/pull/544#discussion_r119481506 --- Diff: geode-docs/managing/disk_storage/backup_restore_disk_store.html.md.erb --- @@ -38,6 +38,15 @@ Do not try to create backup files from a run

[jira] [Commented] (GEODE-2994) Doc task: interactions of backups with persistence

2017-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16032014#comment-16032014 ] ASF GitHub Bot commented on GEODE-2994: --- Github user karensmolermiller commented on

[GitHub] geode pull request #544: GEODE-2994 Take backups when region ops are quiesce...

2017-05-31 Thread karensmolermiller
Github user karensmolermiller commented on a diff in the pull request: https://github.com/apache/geode/pull/544#discussion_r119481618 --- Diff: geode-docs/managing/disk_storage/backup_restore_disk_store.html.md.erb --- @@ -38,6 +38,15 @@ Do not try to create backup files from a run

[GitHub] geode pull request #544: GEODE-2994 Take backups when region ops are quiesce...

2017-05-31 Thread karensmolermiller
Github user karensmolermiller commented on a diff in the pull request: https://github.com/apache/geode/pull/544#discussion_r119481660 --- Diff: geode-docs/tools_modules/lucene_integration.html.md.erb --- @@ -294,8 +294,11 @@ will return `object_2`. will return `object_3`.

[jira] [Commented] (GEODE-2994) Doc task: interactions of backups with persistence

2017-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16032016#comment-16032016 ] ASF GitHub Bot commented on GEODE-2994: --- Github user karensmolermiller commented on

[jira] [Commented] (GEODE-2994) Doc task: interactions of backups with persistence

2017-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16032017#comment-16032017 ] ASF GitHub Bot commented on GEODE-2994: --- Github user karensmolermiller commented on

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

2017-05-31 Thread Ken Howe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59692/#review176533 --- geode-core/src/main/java/org/apache/geode/security/ResourcePermis

[GitHub] geode issue #544: GEODE-2994 Take backups when region ops are quiescent

2017-05-31 Thread dihardman
Github user dihardman commented on the issue: https://github.com/apache/geode/pull/544 +1, looks good. On Wed, May 31, 2017 at 2:46 PM, Barrett Oglesby wrote: > *@boglesby* approved this pull request. > > — > You are receiving this because you were m

[jira] [Commented] (GEODE-2994) Doc task: interactions of backups with persistence

2017-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16032056#comment-16032056 ] ASF GitHub Bot commented on GEODE-2994: --- Github user dihardman commented on the issu

[jira] [Commented] (GEODE-2994) Doc task: interactions of backups with persistence

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

[GitHub] geode pull request #544: GEODE-2994 Take backups when region ops are quiesce...

2017-05-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/544 --- 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 enabl

[jira] [Commented] (GEODE-2994) Doc task: interactions of backups with persistence

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

[jira] [Resolved] (GEODE-2994) Doc task: interactions of backups with persistence

2017-05-31 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller resolved GEODE-2994. Resolution: Fixed Fix Version/s: 1.2.0 > Doc task: interactions of backups wi

[GitHub] geode issue #553: GEODE-3011 Correct a Lucene gfsh query example

2017-05-31 Thread joeymcallister
Github user joeymcallister commented on the issue: https://github.com/apache/geode/pull/553 +1 --- 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 fe

[jira] [Commented] (GEODE-3011) gfsh example to do a Lucene query is incorrect

2017-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16032080#comment-16032080 ] ASF GitHub Bot commented on GEODE-3011: --- Github user joeymcallister commented on the

[GitHub] geode pull request #553: GEODE-3011 Correct a Lucene gfsh query example

2017-05-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/553 --- 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 enabl

[jira] [Commented] (GEODE-3011) gfsh example to do a Lucene query is incorrect

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

[jira] [Commented] (GEODE-3011) gfsh example to do a Lucene query is incorrect

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

[jira] [Resolved] (GEODE-3011) gfsh example to do a Lucene query is incorrect

2017-05-31 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller resolved GEODE-3011. Resolution: Fixed Fix Version/s: 1.2.0 > gfsh example to do a Lucene query is

Re: Review Request 59686: GEODE-2983: correctly handling --J option value that has ", " inside.

2017-05-31 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59686/#review176535 --- geode-core/src/main/java/org/apache/geode/management/internal/cli

[jira] [Assigned] (GEODE-3014) Document gfsh create lucene index and region failure sequence

2017-05-31 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller reassigned GEODE-3014: -- Assignee: Karen Smoler Miller > Document gfsh create lucene index and region fa

Re: Review Request 59643: GEODE-3006: reduce the frequency of ping request and reduce the loglevel of login/logout messages

2017-05-31 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59643/#review176536 --- I don't see any diff associated with this review request. Can you

Re: Review Request 59686: GEODE-2983: correctly handling --J option value that has ", " inside.

2017-05-31 Thread Ken Howe
> On May 31, 2017, 10:18 p.m., Jared Stewart wrote: > > geode-core/src/main/java/org/apache/geode/management/internal/cli/GfshParser.java > > Lines 48 (patched) > > > > > > I worry that a user may at some point specif

Re: Review Request 59686: GEODE-2983: correctly handling --J option value that has ", " inside.

2017-05-31 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59686/ --- (Updated May 31, 2017, 10:44 p.m.) Review request for geode, Emily Yeh, Jared S

Re: Review Request 59686: GEODE-2983: correctly handling --J option value that has ", " inside.

2017-05-31 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59686/#review176544 --- Ship it! Ship It! - Jared Stewart On May 31, 2017, 10:44 p.m

Re: Review Request 59643: GEODE-3006: reduce the frequency of ping request and reduce the loglevel of login/logout messages

2017-05-31 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59643/ --- (Updated May 31, 2017, 10:46 p.m.) Review request for geode, Emily Yeh, Jared S

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

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

Re: Review Request 59643: GEODE-3006: reduce the frequency of ping request and reduce the loglevel of login/logout messages

2017-05-31 Thread Ken Howe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59643/#review176546 --- Ship it! Ship It! - Ken Howe On May 31, 2017, 10:46 p.m., Ji

Re: Review Request 59643: GEODE-3006: reduce the frequency of ping request and reduce the loglevel of login/logout messages

2017-05-31 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59643/#review176547 --- Ship it! Ship It! - Jared Stewart On May 31, 2017, 10:46 p.m

  1   2   >