Build failed in Jenkins: Geode-nightly #839

2017-05-18 Thread Apache Jenkins Server
See Changes: [klund] GEODE-1279: rename Bug51193DUnitTest to [klund] GEODE-2934: refactor AnalyzeSerializablesJUnitTest and subclasses [klund] GEODE-2934: fix typos [nnag] GEODE-2587: Refactored the

[jira] [Commented] (GEODE-2913) Update Lucene documentation

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

[GitHub] geode pull request #518: GEODE-2913 Update Lucene index documentation

2017-05-18 Thread dihardman
Github user dihardman commented on a diff in the pull request: https://github.com/apache/geode/pull/518#discussion_r117387903 --- Diff: geode-docs/tools_modules/lucene_integration.html.md.erb --- @@ -219,7 +219,7 @@ at TestClient.main(TestClient.java:59) ``` - If the

Re: Last call on 1.2.0 (and fixing test failures)

2017-05-18 Thread Diane Rose Hardman
Q team found a bug today during a gfsh bug hunt that needs to be fixed: GEODE-2943. Lynn may have also found another data consistency bug, but I don't have the bug number yet. I also need to learn how to build the docs so I can review Karen's pull request. Any help would be very much appreciated.

Review Request 59386: GEODE-2929: remove superfluous uses of final to facilitate mocking

2017-05-18 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59386/ --- Review request for geode, Anthony Baker, Bruce Schuchardt, Darrel Schneider,

[jira] [Commented] (GEODE-2913) Update Lucene documentation

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

[GitHub] geode issue #518: GEODE-2913 Update Lucene index documentation

2017-05-18 Thread karensmolermiller
Github user karensmolermiller commented on the issue: https://github.com/apache/geode/pull/518 Thanks joeymcallister. All suggested corrections have been made. --- 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

Review Request 59384: GEODE-1930: temporarily disable verifySystemNotifications

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

What to do with Singletons

2017-05-18 Thread Kirk Lund
I've been digging through our code with close attention to the singletons. I believe the majority of singletons in Geode exist for two main reasons: 1) Insufficient context or lack of service lookup for Function, DistributionMessage and (Client)Command implementations. 2) Poor OO design. This is

[jira] [Commented] (GEODE-1994) Change geode StringUtils to extend commons StringUtils

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

[GitHub] geode issue #521: GEODE-1994: Overhaul of internal.lang.StringUtils to exten...

2017-05-18 Thread PurelyApplied
Github user PurelyApplied commented on the issue: https://github.com/apache/geode/pull/521 precheckin has cleared most tests. Waiting on DistributedTest to finish. :geode-core cleared, currently waiting on :geode-wan. I've seen some :geode-wan failures on a fresh develop (a lot of

[jira] [Updated] (GEODE-2948) Inconsistency in gfsh prompts related to lucene commands

2017-05-18 Thread Shelley Lynn Hughes-Godfrey (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shelley Lynn Hughes-Godfrey updated GEODE-2948: --- Affects Version/s: 1.2.0 > Inconsistency in gfsh prompts related to

[jira] [Created] (GEODE-2948) Inconsistency in gfsh prompts related to lucene commands

2017-05-18 Thread Shelley Lynn Hughes-Godfrey (JIRA)
Shelley Lynn Hughes-Godfrey created GEODE-2948: -- Summary: Inconsistency in gfsh prompts related to lucene commands Key: GEODE-2948 URL: https://issues.apache.org/jira/browse/GEODE-2948

[jira] [Commented] (GEODE-1994) Change geode StringUtils to extend commons StringUtils

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

[GitHub] geode pull request #521: GEODE-1994: Overhaul of internal.lang.StringUtils t...

2017-05-18 Thread PurelyApplied
GitHub user PurelyApplied opened a pull request: https://github.com/apache/geode/pull/521 GEODE-1994: Overhaul of internal.lang.StringUtils to extend and heavily use commons.lang.StringUtils * geode.internal.lang.StringUtils has been deprecated. In the interim, it has been

[jira] [Updated] (GEODE-2947) Improve error message (seen in gfsh) when attempting to destroy a region before destroying lucene indexes

2017-05-18 Thread Shelley Lynn Hughes-Godfrey (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shelley Lynn Hughes-Godfrey updated GEODE-2947: --- Affects Version/s: 1.2.0 > Improve error message (seen in gfsh) when

[jira] [Created] (GEODE-2947) Improve error message (seen in gfsh) when attempting to destroy a region before destroying lucene indexes

2017-05-18 Thread Shelley Lynn Hughes-Godfrey (JIRA)
Shelley Lynn Hughes-Godfrey created GEODE-2947: -- Summary: Improve error message (seen in gfsh) when attempting to destroy a region before destroying lucene indexes Key: GEODE-2947 URL:

[jira] [Updated] (GEODE-2946) Extend pulse data browser to support lucene queries

2017-05-18 Thread Shelley Lynn Hughes-Godfrey (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shelley Lynn Hughes-Godfrey updated GEODE-2946: --- Summary: Extend pulse data browser to support lucene queries (was:

[jira] [Created] (GEODE-2946) The pulse data browser allows OQL queries to view region data

2017-05-18 Thread Shelley Lynn Hughes-Godfrey (JIRA)
Shelley Lynn Hughes-Godfrey created GEODE-2946: -- Summary: The pulse data browser allows OQL queries to view region data Key: GEODE-2946 URL: https://issues.apache.org/jira/browse/GEODE-2946

[jira] [Created] (GEODE-2945) lucene search prompts in gfsh make it appear that limit, pageSize and keys-only are required fields

2017-05-18 Thread Shelley Lynn Hughes-Godfrey (JIRA)
Shelley Lynn Hughes-Godfrey created GEODE-2945: -- Summary: lucene search prompts in gfsh make it appear that limit, pageSize and keys-only are required fields Key: GEODE-2945 URL:

[jira] [Created] (GEODE-2944) lucene queries on String values (vs. objects) requires obscure/undocumented defaultField (__REGION_VALUE_FIELD)

2017-05-18 Thread Shelley Lynn Hughes-Godfrey (JIRA)
Shelley Lynn Hughes-Godfrey created GEODE-2944: -- Summary: lucene queries on String values (vs. objects) requires obscure/undocumented defaultField (__REGION_VALUE_FIELD) Key: GEODE-2944 URL:

[jira] [Updated] (GEODE-2944) lucene queries on String values (vs. objects) requires obscure/undocumented defaultField (__REGION_VALUE_FIELD)

2017-05-18 Thread Shelley Lynn Hughes-Godfrey (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shelley Lynn Hughes-Godfrey updated GEODE-2944: --- Affects Version/s: 1.2.0 > lucene queries on String values (vs.

[jira] [Updated] (GEODE-2943) Invalid queryStrings cause lucene searches to hang in in PR with multiple nodes

2017-05-18 Thread Shelley Lynn Hughes-Godfrey (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shelley Lynn Hughes-Godfrey updated GEODE-2943: --- Description: Some invalid query strings might be "*" or " ". When

[jira] [Updated] (GEODE-2943) Invalid queryStrings cause lucene searches to hang in in PR with multiple nodes

2017-05-18 Thread Shelley Lynn Hughes-Godfrey (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shelley Lynn Hughes-Godfrey updated GEODE-2943: --- Affects Version/s: 1.2.0 > Invalid queryStrings cause lucene searches

[jira] [Created] (GEODE-2943) Invalid queryStrings cause lucene searches to hang in in PR with multiple nodes

2017-05-18 Thread Shelley Lynn Hughes-Godfrey (JIRA)
Shelley Lynn Hughes-Godfrey created GEODE-2943: -- Summary: Invalid queryStrings cause lucene searches to hang in in PR with multiple nodes Key: GEODE-2943 URL:

[jira] [Created] (GEODE-2942) Add Search to Geode User Guide on Website

2017-05-18 Thread Joey McAllister (JIRA)
Joey McAllister created GEODE-2942: -- Summary: Add Search to Geode User Guide on Website Key: GEODE-2942 URL: https://issues.apache.org/jira/browse/GEODE-2942 Project: Geode Issue Type: New

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

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

[jira] [Commented] (GEODE-2741) Use C++11 shared pointer over custom shared pointer

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

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

2017-05-18 Thread Jinmei Liao (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinmei Liao updated GEODE-2941: --- Component/s: docs > Pulse documentation is outdated > --- > >

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

2017-05-18 Thread Jinmei Liao (JIRA)
Jinmei Liao created GEODE-2941: -- Summary: Pulse documentation is outdated Key: GEODE-2941 URL: https://issues.apache.org/jira/browse/GEODE-2941 Project: Geode Issue Type: Bug

[jira] [Updated] (GEODE-2940) Remove verification of locator host on start

2017-05-18 Thread Brian Baynes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Baynes updated GEODE-2940: Issue Type: New Feature (was: Bug) > Remove verification of locator host on start >

[jira] [Created] (GEODE-2940) Remove verification of locator host on start

2017-05-18 Thread Brian Baynes (JIRA)
Brian Baynes created GEODE-2940: --- Summary: Remove verification of locator host on start Key: GEODE-2940 URL: https://issues.apache.org/jira/browse/GEODE-2940 Project: Geode Issue Type: Bug

[jira] [Updated] (GEODE-1274) Pulse logging does not appear in Geode log file.

2017-05-18 Thread Jinmei Liao (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinmei Liao updated GEODE-1274: --- Fix Version/s: 1.2.0 > Pulse logging does not appear in Geode log file. >

[jira] [Resolved] (GEODE-2927) Verify pulse connectivity to locator/jmx manager and logging both in the embedded and un-embedded mode.

2017-05-18 Thread Jinmei Liao (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinmei Liao resolved GEODE-2927. Resolution: Fixed Fix Version/s: 1.2.0 > Verify pulse connectivity to locator/jmx manager

[jira] [Resolved] (GEODE-2775) Pulse is not using certificate to connect to JMX when ssl is turned for jmx connection

2017-05-18 Thread Jinmei Liao (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinmei Liao resolved GEODE-2775. Resolution: Fixed Fix Version/s: 1.2.0 > Pulse is not using certificate to connect to JMX

[jira] [Assigned] (GEODE-2939) Initiate bucket event tracker and get GII from different source could lead to bucket copies inconsistence

2017-05-18 Thread Eric Shu (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Shu reassigned GEODE-2939: --- Assignee: Eric Shu > Initiate bucket event tracker and get GII from different source could lead to

[jira] [Created] (GEODE-2939) Initiate bucket event tracker and get GII from different source could lead to bucket copies inconsistence

2017-05-18 Thread Eric Shu (JIRA)
Eric Shu created GEODE-2939: --- Summary: Initiate bucket event tracker and get GII from different source could lead to bucket copies inconsistence Key: GEODE-2939 URL: https://issues.apache.org/jira/browse/GEODE-2939

Review Request 59380: GEODE-2661 do not invoke afterDestroy events for non-existent keys in caching proxy clients and servers

2017-05-18 Thread Lynn Gallinat
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59380/ --- Review request for geode, anilkumar gingade, Darrel Schneider, and Eric Shu.

[jira] [Commented] (GEODE-2913) Update Lucene documentation

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

[GitHub] geode issue #518: GEODE-2913 Update Lucene index documentation

2017-05-18 Thread davebarnes97
Github user davebarnes97 commented on the issue: https://github.com/apache/geode/pull/518 +1 with Joey's changes. --- 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

Re: Review Request 59374: GEODE-1597: fix auto-complete when user input ends with space

2017-05-18 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59374/#review175429 --- Ship it! Ship It! - Kirk Lund On May 18, 2017, 7:42 p.m.,

Review Request 59374: GEODE-1597: fix auto-complete when user input ends with space

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

[jira] [Commented] (GEODE-2929) Remove superfluous uses of final from classes and methods

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

[jira] [Commented] (GEODE-2804) Allow a locator host to be taken off line and replaced with a different machine having the same host name

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

[jira] [Commented] (GEODE-2874) StringIndexOutOfBoundsException while initializing logger

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

[jira] [Commented] (GEODE-2938) Remove @Deprecated tag from OrderByComparatorUnmapped

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

[jira] [Commented] (GEODE-2937) Restore behavior of REMOVE_FROM_QUEUE_ON_EXCEPTION system property

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

[jira] [Commented] (GEODE-2587) Refactor OrderByComparator's compare method

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

[jira] [Commented] (GEODE-2927) Verify pulse connectivity to locator/jmx manager and logging both in the embedded and un-embedded mode.

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

[jira] [Commented] (GEODE-2929) Remove superfluous uses of final from classes and methods

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

[jira] [Commented] (GEODE-2875) shutdown is taking as long as 20 seconds

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

[jira] [Resolved] (GEODE-2934) Refactor AnalyzeSerializablesJUnitTest and subclasses

2017-05-18 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund resolved GEODE-2934. -- Resolution: Fixed Fix Version/s: 1.2.0 > Refactor AnalyzeSerializablesJUnitTest and subclasses >

hangs in precheckin testing

2017-05-18 Thread Bruce Schuchardt
A number of developers have experienced hangs in precheckin runs. Thread dumps will show a thread waiting for a response to a message of a class that implements "sendViaUDP" and returns true. I am concerned that the recent fix for GEODE-2875 may be the cause of this and have backed out the

Re: org.apache.geode.internal.InternalDataSerializer API Changes...

2017-05-18 Thread John Blum
Thanks Kirk and team! +1 for bubbling up some of the internal APIs and having consistency and/or functional parity. One suggestion is, perhaps a quick note could be sent out to the Geode devs with a title/subject of "*NOTICE: Frameworks/Tooling*" with a body detailing the API (public/internal)

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

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

[GitHub] geode pull request #520: GEODE-2582: New client can send a Put request with ...

2017-05-18 Thread galen-pivotal
GitHub user galen-pivotal opened a pull request: https://github.com/apache/geode/pull/520 GEODE-2582: New client can send a Put request with Protobuf IDL. * Update the proto IDL * Get a put request working. Currently this only uses String serialization; serialization

[GitHub] geode issue #509: GEODE-265: Removing deprecated API from Execution interfac...

2017-05-18 Thread jhuynh1
Github user jhuynh1 commented on the issue: https://github.com/apache/geode/pull/509 @metatype Will do for both this and PR#511 --- 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

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

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

[GitHub] geode issue #509: GEODE-265: Removing deprecated API from Execution interfac...

2017-05-18 Thread metatype
Github user metatype commented on the issue: https://github.com/apache/geode/pull/509 @jhuynh1 I just noticed the one recent deprecation. Given this is a public API change you should probably double-check me :-) --- If your project is set up for it, you can reply to this email and

[jira] [Resolved] (GEODE-2938) Remove @Deprecated tag from OrderByComparatorUnmapped

2017-05-18 Thread nabarun (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nabarun resolved GEODE-2938. Resolution: Fixed Fix Version/s: 1.2.0 > Remove @Deprecated tag from OrderByComparatorUnmapped >

[jira] [Commented] (GEODE-2938) Remove @Deprecated tag from OrderByComparatorUnmapped

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

[jira] [Resolved] (GEODE-2937) Restore behavior of REMOVE_FROM_QUEUE_ON_EXCEPTION system property

2017-05-18 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Huynh resolved GEODE-2937. Resolution: Fixed Fix Version/s: 1.2.0 > Restore behavior of REMOVE_FROM_QUEUE_ON_EXCEPTION

[jira] [Assigned] (GEODE-2938) Remove @Deprecated tag from OrderByComparatorUnmapped

2017-05-18 Thread nabarun (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nabarun reassigned GEODE-2938: -- Assignee: nabarun > Remove @Deprecated tag from OrderByComparatorUnmapped >

[jira] [Created] (GEODE-2938) Remove @Deprecated tag from OrderByComparatorUnmapped

2017-05-18 Thread nabarun (JIRA)
nabarun created GEODE-2938: -- Summary: Remove @Deprecated tag from OrderByComparatorUnmapped Key: GEODE-2938 URL: https://issues.apache.org/jira/browse/GEODE-2938 Project: Geode Issue Type: Bug

[jira] [Updated] (GEODE-2582) Prototype Protobuf Protocol: Client can send Put Request

2017-05-18 Thread Galen O'Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Galen O'Sullivan updated GEODE-2582: Description: Using protobuf as the IDL for the [client-server

[jira] [Assigned] (GEODE-2582) Prototype Protobuf Protocol: Client can send Put Request

2017-05-18 Thread Galen O'Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Galen O'Sullivan reassigned GEODE-2582: --- Assignee: Galen O'Sullivan > Prototype Protobuf Protocol: Client can send Put

[jira] [Updated] (GEODE-2582) Prototype Protobuf Protocol: Client can send Put Request

2017-05-18 Thread Galen O'Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Galen O'Sullivan updated GEODE-2582: Summary: Prototype Protobuf Protocol: Client can send Put Request (was: Client can connect

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

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

Fixed: apache/geode#2610 (develop - d9343d4)

2017-05-18 Thread Travis CI
Build Update for apache/geode - Build: #2610 Status: Fixed Duration: 8 minutes and 45 seconds Commit: d9343d4 (develop) Author: Jason Huynh Message: GEODE-2937: Restore removeFromQueueOnException View the changeset:

[GitHub] geode issue #509: GEODE-265: Removing deprecated API from Execution interfac...

2017-05-18 Thread jhuynh1
Github user jhuynh1 commented on the issue: https://github.com/apache/geode/pull/509 I think these changes are ok (I didn't check when these were deprecated but I assume @metatype already did the grunt work on it. I can merge these changes in if no one has any other reviews --- If

[GitHub] geode issue #511: Feature/geode 269

2017-05-18 Thread jhuynh1
Github user jhuynh1 commented on the issue: https://github.com/apache/geode/pull/511 I still get a conflicting file but it was simple enough to change. It looks good to me. I'll merge this in when I get a chance (tomorrow?) --- If your project is set up for it, you can reply to

[jira] [Commented] (GEODE-2937) Restore behavior of REMOVE_FROM_QUEUE_ON_EXCEPTION system property

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

[GitHub] geode pull request #519: GEODE-2937: Restore removeFromQueueOnException

2017-05-18 Thread jhuynh1
Github user jhuynh1 closed the pull request at: https://github.com/apache/geode/pull/519 --- 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-2937) Restore behavior of REMOVE_FROM_QUEUE_ON_EXCEPTION system property

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

Broken: apache/geode#2608 (develop - e216fde)

2017-05-18 Thread Travis CI
Build Update for apache/geode - Build: #2608 Status: Broken Duration: 8 minutes and 8 seconds Commit: e216fde (develop) Author: Hitesh Khamesra Message: GEODE-2804 Update InetSocketAddress, when there is IOException. Geode keeps InetSocketAddress for

Re: org.apache.geode.internal.InternalDataSerializer API Changes...

2017-05-18 Thread Kirk Lund
I think we should definitely try to refactor any Geode internals that SDG is using to be public API or SPI. We'll need to take a closer look at how SDG is using those classes to plan what to do. If I change or any classes on your list (or public APIs), I'll give you heads up next time. On Thu,

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

2017-05-18 Thread Bruce Schuchardt
It looks like a test using multicast is not cleaning up after itself and infected the tests that failed in this Jenkins run. The Rest tests that failed do not configure their caches to use multicast. Le 5/17/2017 à 8:50 PM, Apache Jenkins Server a écrit : See

Re: org.apache.geode.internal.InternalDataSerializer API Changes...

2017-05-18 Thread John Blum
Hi Kirk (also responding to Bruce as I was writing this before he sent)- Thank you for following up. Regarding the addition of the getOnlineLocators()... SDG does implement

Re: org.apache.geode.internal.InternalDataSerializer API Changes...

2017-05-18 Thread Bruce Schuchardt
John, is it possible to list the internal APIs needed by SDG? I don't think we can live with a requirement that all internal API changes need to be communicated and blessed. We need to address SDG's needs in the public APIs and get rid of this dependency. Le 5/18/2017 à 9:36 AM, Kirk Lund a

[GitHub] geode pull request #519: GEODE-2937: Restore removeFromQueueOnException

2017-05-18 Thread jhuynh1
GitHub user jhuynh1 opened a pull request: https://github.com/apache/geode/pull/519 GEODE-2937: Restore removeFromQueueOnException Restoring the system property REMOVE_FROM_QUEUE_ON_EXCEPTION. This was no-op'd in some refactoring code last year and should not have been.

[jira] [Commented] (GEODE-2937) Restore behavior of REMOVE_FROM_QUEUE_ON_EXCEPTION system property

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

[jira] [Commented] (GEODE-2937) Restore behavior of REMOVE_FROM_QUEUE_ON_EXCEPTION system property

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

[jira] [Assigned] (GEODE-2804) Allow a locator host to be taken off line and replaced with a different machine having the same host name

2017-05-18 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra reassigned GEODE-2804: -- Assignee: Hitesh Khamesra > Allow a locator host to be taken off line and replaced

[jira] [Resolved] (GEODE-2804) Allow a locator host to be taken off line and replaced with a different machine having the same host name

2017-05-18 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra resolved GEODE-2804. Resolution: Fixed > Allow a locator host to be taken off line and replaced with a different

[jira] [Commented] (GEODE-2804) Allow a locator host to be taken off line and replaced with a different machine having the same host name

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

Re: org.apache.geode.internal.InternalDataSerializer API Changes...

2017-05-18 Thread Kirk Lund
Hi John! How did the addition of getOnlineLocators() cause SDG build to fail? I checked [9] but I couldn't quite grok what happened. I would've thought that adding would be ok but removing could potentially break SDG. The InternalDataSerializer change was probably mine. I reduced scope of methods

[jira] [Created] (GEODE-2937) Restore behavior of REMOVE_FROM_QUEUE_ON_EXCEPTION system property

2017-05-18 Thread Jason Huynh (JIRA)
Jason Huynh created GEODE-2937: -- Summary: Restore behavior of REMOVE_FROM_QUEUE_ON_EXCEPTION system property Key: GEODE-2937 URL: https://issues.apache.org/jira/browse/GEODE-2937 Project: Geode

[jira] [Updated] (GEODE-2937) Restore behavior of REMOVE_FROM_QUEUE_ON_EXCEPTION system property

2017-05-18 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Huynh updated GEODE-2937: --- Description: In a refactoring effort last year, the system property REMOVE_FROM_QUEUE_ON_EXCEPTION

[jira] [Assigned] (GEODE-2937) Restore behavior of REMOVE_FROM_QUEUE_ON_EXCEPTION system property

2017-05-18 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Huynh reassigned GEODE-2937: -- Assignee: Jason Huynh > Restore behavior of REMOVE_FROM_QUEUE_ON_EXCEPTION system property >

[jira] [Commented] (GEODE-2788) Add official Socket timeout parameter when connecting to servers/locators

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

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

2017-05-18 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/474 Masaki, it looks like there are some conflicts that need to be resolved --- 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

[jira] [Updated] (GEODE-2874) StringIndexOutOfBoundsException while initializing logger

2017-05-18 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart updated GEODE-2874: - Fix Version/s: 1.2.0 > StringIndexOutOfBoundsException while initializing logger >

[jira] [Resolved] (GEODE-2874) StringIndexOutOfBoundsException while initializing logger

2017-05-18 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart resolved GEODE-2874. -- Resolution: Fixed > StringIndexOutOfBoundsException while initializing logger >

[jira] [Commented] (GEODE-2874) StringIndexOutOfBoundsException while initializing logger

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

[jira] [Commented] (GEODE-2788) Add official Socket timeout parameter when connecting to servers/locators

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

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

2017-05-18 Thread masaki-yamakawa
Github user masaki-yamakawa commented on the issue: https://github.com/apache/geode/pull/474 I fixed the test that was failing with precheckin. As for the modification of XSD, I think that there is no conclusion yet, but at the present time, I am dealing with assumption to change

[jira] [Commented] (GEODE-2927) Verify pulse connectivity to locator/jmx manager and logging both in the embedded and un-embedded mode.

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