[jira] [Commented] (GEODE-1893) remove ability to create a locator without all location services

2016-12-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15767358#comment-15767358 ] ASF subversion and git services commented on GEODE-1893: Commit c3

[jira] [Resolved] (GEODE-1893) remove ability to create a locator without all location services

2016-12-21 Thread Bruce Schuchardt (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Schuchardt resolved GEODE-1893. - Resolution: Fixed Fix Version/s: 1.1.0 > remove ability to create a locator without

[jira] [Commented] (GEODE-77) Replace JGroups 2.2.9

2016-12-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15767359#comment-15767359 ] ASF subversion and git services commented on GEODE-77: -- Commit 65220a3f

Build failed in Jenkins: Geode-nightly #692

2016-12-21 Thread Apache Jenkins Server
See Changes: [jiliao] GEODE-2188: ExampleSecurityManager references SampleSecurityManager in [klund] GEODE-2167: fix BundledJarsJUnitTest.verifyBundledJarsHaveNotChanged on [klund] GEODE-2119: gfsh user and password visible in clear text

[jira] [Created] (GEODE-2239) CI failure: org.apache.geode.pdx.JSONFormatterJUnitTest.testJSONFormatterAPIs

2016-12-21 Thread Bruce Schuchardt (JIRA)
Bruce Schuchardt created GEODE-2239: --- Summary: CI failure: org.apache.geode.pdx.JSONFormatterJUnitTest.testJSONFormatterAPIs Key: GEODE-2239 URL: https://issues.apache.org/jira/browse/GEODE-2239 Pro

[jira] [Updated] (GEODE-2239) CI failure: org.apache.geode.pdx.JSONFormatterJUnitTest.testJSONFormatterAPIs

2016-12-21 Thread Bruce Schuchardt (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Schuchardt updated GEODE-2239: Labels: ci flaky (was: ) > CI failure: org.apache.geode.pdx.JSONFormatterJUnitTest.testJSON

[jira] [Commented] (GEODE-2239) CI failure: org.apache.geode.pdx.JSONFormatterJUnitTest.testJSONFormatterAPIs

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

Re: Review Request 54924: GEODE-2238: Fix how peers discover locators with cluster config

2016-12-21 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54924/#review159835 --- Ship it! Ship It! - Jinmei Liao On Dec. 21, 2016, 1:42 a.m.,

Re: Review Request 54924: GEODE-2238: Fix how peers discover locators with cluster config

2016-12-21 Thread Kevin Duling
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54924/#review159836 --- Ship it! Ship It! - Kevin Duling On Dec. 20, 2016, 5:42 p.m.

[GitHub] geode issue #296: GEODE-2109 : Calling submit on ExecutionService can cause ...

2016-12-21 Thread deepakddixit
Github user deepakddixit commented on the issue: https://github.com/apache/geode/pull/296 @upthewaterspout Thanks for the detailed review. I agree with you, SingleHopClientExecutor was not having uncaught exception handler which is causing exceptions not handled and ultimately not log

[jira] [Commented] (GEODE-2109) calling submit on ExecutionService can cause exceptions to be lost

2016-12-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15767585#comment-15767585 ] ASF GitHub Bot commented on GEODE-2109: --- Github user deepakddixit commented on the i

snappy-java dependency version

2016-12-21 Thread Kirk Lund
I'm looking at gradle/dependency-versions.properties and I'm not sure the snappy-java.version is correct: snappy-java.version=0.4 0.4 would be a very old version. GemFire 8.x uses 1.0.4.1: Anyone know why it would be set to 0.4 in Geode? Or is 0.4 some weird alias for 1.0.4.1?? Thanks, Kirk

Re: snappy-java dependency version

2016-12-21 Thread Kirk Lund
More info: I'm looking at the snappy dependency in Apache Geode because a user reported that SnappyCompressor in Apache 1.0.0-incubating doesn't work on Solaris x86. Hmm, I see that Geode uses org.iq80.snappy (latest version is 0.4): org.iq80.snappy:snappy:0.4 Previous versions of GemFire used o

Review Request 54943: GEODE-2197: refactor cluster config

2016-12-21 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54943/ --- Review request for geode, Bruce Schuchardt, Jared Stewart, John Blum, Kevin Duli

Re: Review Request 54943: GEODE-2197: refactor cluster config

2016-12-21 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54943/ --- (Updated Dec. 21, 2016, 6:16 p.m.) Review request for geode, Bruce Schuchardt,

Re: snappy-java dependency version

2016-12-21 Thread Dan Smith
We switched to org.iq80.snappy because that's a pure java implementation, as opposed to just a wrapper around the C++ implementation. See GEODE-1573 for some details. I'm kinda surprised it doesn't work on Solaris. We switched to the new version t

[jira] [Created] (GEODE-2240) unexpected NullPointerException from Tombstone service

2016-12-21 Thread Darrel Schneider (JIRA)
Darrel Schneider created GEODE-2240: --- Summary: unexpected NullPointerException from Tombstone service Key: GEODE-2240 URL: https://issues.apache.org/jira/browse/GEODE-2240 Project: Geode Is

[GitHub] geode issue #322: [GEODE-165] Fix for Add build support for generating antlr...

2016-12-21 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/322 Yeah, I think it's good to go. --- 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 enable

[jira] [Commented] (GEODE-165) Add build support for generating antlr classes from grammar

2016-12-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15767804#comment-15767804 ] ASF GitHub Bot commented on GEODE-165: -- Github user upthewaterspout commented on the i

[jira] [Commented] (GEODE-2240) unexpected NullPointerException from Tombstone service

2016-12-21 Thread Darrel Schneider (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15767845#comment-15767845 ] Darrel Schneider commented on GEODE-2240: - I think this bug might be caused by the

Review Request 54945: GEODE-419: Added test to test fail over to javax properties if ssl enabled but relevant properties are not set

2016-12-21 Thread Udo Kohlmeyer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54945/ --- Review request for geode, Bruce Schuchardt and Kirk Lund. Repository: geode D

[jira] [Created] (GEODE-2241) gfsh lucene will generate duplicate results

2016-12-21 Thread xiaojian zhou (JIRA)
xiaojian zhou created GEODE-2241: Summary: gfsh lucene will generate duplicate results Key: GEODE-2241 URL: https://issues.apache.org/jira/browse/GEODE-2241 Project: Geode Issue Type: Bug

Re: Review Request 54209: GEODE-1931: CI Failure: LocatorUDPSecurityDUnitTest.testStartTwoLocators

2016-12-21 Thread Udo Kohlmeyer
> On Nov. 30, 2016, 6:49 p.m., Bruce Schuchardt wrote: > > I don't see anything wrong here - lots of improvements. Was there anything > > that you corrected in the test other than getting rid of pauses and > > WaitCriteria? How about running the test a few hundred times before > > checking i

[jira] [Assigned] (GEODE-2241) gfsh lucene will generate duplicate results

2016-12-21 Thread xiaojian zhou (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xiaojian zhou reassigned GEODE-2241: Assignee: xiaojian zhou > gfsh lucene will generate duplicate results > ---

[GitHub] geode issue #296: GEODE-2109 : Calling submit on ExecutionService can cause ...

2016-12-21 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/296 @deepakddixit - I think using LoggingThreadGroup is definitely a better fix. The changes look good to me now, I'll merge them. Thanks! --- If your project is set up for it, you can reply to t

[jira] [Commented] (GEODE-2109) calling submit on ExecutionService can cause exceptions to be lost

2016-12-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768094#comment-15768094 ] ASF GitHub Bot commented on GEODE-2109: --- Github user upthewaterspout commented on th

[jira] [Commented] (GEODE-1943) CI failure: SessionReplicationIntegrationJUnitTest.testInvalidateSession9

2016-12-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768096#comment-15768096 ] ASF subversion and git services commented on GEODE-1943: Commit 22

[jira] [Commented] (GEODE-2215) NPE in ViewCreator thread setting public keys into a NetView

2016-12-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768102#comment-15768102 ] ASF subversion and git services commented on GEODE-2215: Commit 16

[jira] [Commented] (GEODE-2109) calling submit on ExecutionService can cause exceptions to be lost

2016-12-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768122#comment-15768122 ] ASF subversion and git services commented on GEODE-2109: Commit eb

[GitHub] geode pull request #296: GEODE-2109 : Calling submit on ExecutionService can...

2016-12-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/296 --- 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-2109) calling submit on ExecutionService can cause exceptions to be lost

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

[GitHub] geode issue #322: [GEODE-165] Fix for Add build support for generating antlr...

2016-12-21 Thread agingade
Github user agingade commented on the issue: https://github.com/apache/geode/pull/322 Earlier the files used to be generated when the grammar files are changed (which was a rare case); with this change are we generating the files, every time when the build/compilation is done? --- I

[jira] [Commented] (GEODE-165) Add build support for generating antlr classes from grammar

2016-12-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768129#comment-15768129 ] ASF GitHub Bot commented on GEODE-165: -- Github user agingade commented on the issue:

Re: Review Request 54943: GEODE-2197: refactor cluster config

2016-12-21 Thread Bruce Schuchardt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54943/#review159856 --- I don't know much about shared-configuration code but I looked thr

[jira] [Assigned] (GEODE-2242) Destroy operations on PRELOADED regions are not applied in the receiving WAN site

2016-12-21 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Oglesby reassigned GEODE-2242: Assignee: Barry Oglesby > Destroy operations on PRELOADED regions are not applied in the re

[jira] [Created] (GEODE-2242) Destroy operations on PRELOADED regions are not applied in the receiving WAN site

2016-12-21 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2242: Summary: Destroy operations on PRELOADED regions are not applied in the receiving WAN site Key: GEODE-2242 URL: https://issues.apache.org/jira/browse/GEODE-2242 Proje

Re: Review Request 54943: GEODE-2197: refactor cluster config

2016-12-21 Thread Jinmei Liao
> On Dec. 21, 2016, 8:52 p.m., Bruce Schuchardt wrote: > > geode-core/src/main/java/org/apache/geode/distributed/internal/SharedConfiguration.java, > > line 743 > > > > > > I can't tell from the diff if this method

Re: Review Request 54943: GEODE-2197: refactor cluster config

2016-12-21 Thread Bruce Schuchardt
If it's used at startup you could have this happen: Locator A running 1.0.0 Locator B running 1.0.0 Server R running 1.0.0 Server S running 1.0.0 In a rolling upgrade Locators are rolled to the new version first, one by one. Locator B running 1.0.0 Server R running 1.0.0

[GitHub] geode issue #322: [GEODE-165] Fix for Add build support for generating antlr...

2016-12-21 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/322 @agingade - Yeah, they'll get generated every time you do a clean followed a by a build. Presumably if you don't do a clean the antlr plugin will detect if the files are up to date.

[jira] [Commented] (GEODE-165) Add build support for generating antlr classes from grammar

2016-12-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768252#comment-15768252 ] ASF GitHub Bot commented on GEODE-165: -- Github user upthewaterspout commented on the i

Review Request 54948: fix unsafe concurrent mods on expiredTombstones ArrayList

2016-12-21 Thread Darrel Schneider
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54948/ --- Review request for geode and anilkumar gingade. Bugs: GEODE-2240 https://is

[jira] [Updated] (GEODE-2232) Rename GemFireConfigException

2016-12-21 Thread Darrel Schneider (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darrel Schneider updated GEODE-2232: Component/s: (was: core) > Rename GemFireConfigException > -

[jira] [Updated] (GEODE-2232) Rename GemFireConfigException

2016-12-21 Thread Darrel Schneider (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darrel Schneider updated GEODE-2232: Component/s: general > Rename GemFireConfigException > - > >

[jira] [Commented] (GEODE-2232) Rename GemFireConfigException

2016-12-21 Thread Darrel Schneider (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768317#comment-15768317 ] Darrel Schneider commented on GEODE-2232: - I think this would causes issues with b

[jira] [Updated] (GEODE-2232) Rename GemFireConfigException

2016-12-21 Thread Darrel Schneider (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darrel Schneider updated GEODE-2232: Assignee: Bruce Schuchardt > Rename GemFireConfigException > - >

[jira] [Commented] (GEODE-2232) Rename GemFireConfigException

2016-12-21 Thread Darrel Schneider (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768328#comment-15768328 ] Darrel Schneider commented on GEODE-2232: - In addition to the exceptions listed we

[GitHub] geode issue #322: [GEODE-165] Fix for Add build support for generating antlr...

2016-12-21 Thread scmbuildguy
Github user scmbuildguy commented on the issue: https://github.com/apache/geode/pull/322 +1 - I agree with generating these files should be done at build time and not checked into source. --- If your project is set up for it, you can reply to this email and have your reply appear on

[jira] [Commented] (GEODE-165) Add build support for generating antlr classes from grammar

2016-12-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768336#comment-15768336 ] ASF GitHub Bot commented on GEODE-165: -- Github user scmbuildguy commented on the issue

[jira] [Updated] (GEODE-165) Add build support for generating antlr classes from grammar

2016-12-21 Thread Mark Bretl (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Bretl updated GEODE-165: - Assignee: Avinash Dongre (was: Mark Bretl) > Add build support for generating antlr classes from grammar >

[jira] [Commented] (GEODE-2232) Rename GemFireConfigException

2016-12-21 Thread Mark Bretl (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768352#comment-15768352 ] Mark Bretl commented on GEODE-2232: --- I would vote for removing product names from class

Re: Review Request 54943: GEODE-2197: refactor cluster config

2016-12-21 Thread Jinmei Liao
> On Dec. 21, 2016, 8:52 p.m., Bruce Schuchardt wrote: > > geode-core/src/main/java/org/apache/geode/distributed/internal/SharedConfiguration.java, > > line 743 > > > > > > I can't tell from the diff if this method

[jira] [Commented] (GEODE-2215) NPE in ViewCreator thread setting public keys into a NetView

2016-12-21 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768399#comment-15768399 ] Jason Huynh commented on GEODE-2215: Sorry, I had the wrong jira number with this comm

[jira] [Commented] (GEODE-2205) Race condition in startup of ConcurrentSerialGatewaySenderProcessor

2016-12-21 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768402#comment-15768402 ] Jason Huynh commented on GEODE-2205: Commit as 164f04fbd85f20de6c7f9edef267d3f48463a95

[jira] [Assigned] (GEODE-2243) Modify path to spotless formatter

2016-12-21 Thread Jens Deppe (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Deppe reassigned GEODE-2243: - Assignee: Jens Deppe > Modify path to spotless formatter > - > >

[jira] [Created] (GEODE-2243) Modify path to spotless formatter

2016-12-21 Thread Jens Deppe (JIRA)
Jens Deppe created GEODE-2243: - Summary: Modify path to spotless formatter Key: GEODE-2243 URL: https://issues.apache.org/jira/browse/GEODE-2243 Project: Geode Issue Type: Improvement C

[jira] [Resolved] (GEODE-2205) Race condition in startup of ConcurrentSerialGatewaySenderProcessor

2016-12-21 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Huynh resolved GEODE-2205. Resolution: Fixed Fix Version/s: 1.1.0 Was introduced and fixed before 1.1 has released > Ra

[jira] [Assigned] (GEODE-1943) CI failure: SessionReplicationIntegrationJUnitTest.testInvalidateSession9

2016-12-21 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Huynh reassigned GEODE-1943: -- Assignee: Jason Huynh > CI failure: SessionReplicationIntegrationJUnitTest.testInvalidateSessio

[jira] [Resolved] (GEODE-1943) CI failure: SessionReplicationIntegrationJUnitTest.testInvalidateSession9

2016-12-21 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Huynh resolved GEODE-1943. Resolution: Fixed Fix Version/s: 1.1.0 > CI failure: SessionReplicationIntegrationJUnitTest.t

[jira] [Commented] (GEODE-2243) Modify path to spotless formatter

2016-12-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768407#comment-15768407 ] ASF subversion and git services commented on GEODE-2243: Commit c1

[jira] [Commented] (GEODE-2232) Rename GemFireConfigException

2016-12-21 Thread Bruce Schuchardt (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768418#comment-15768418 ] Bruce Schuchardt commented on GEODE-2232: - Wouldn't changing the names of these ex

[jira] [Commented] (GEODE-2238) Member may fail to receive cluster configuration from locator

2016-12-21 Thread Dan Smith (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768466#comment-15768466 ] Dan Smith commented on GEODE-2238: -- Even with my fix to the changes, I saw GEODE-1976 ha

[jira] [Updated] (GEODE-2244) Cluster config start is async and may not be ready when requests start coming in

2016-12-21 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2244: - Affects Version/s: 1.0.0-incubating > Cluster config start is async and may not be ready when requests sta

[jira] [Updated] (GEODE-2244) Cluster config start is async and may not be ready when requests start coming in

2016-12-21 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2244: - Component/s: configuration > Cluster config start is async and may not be ready when requests start coming

[jira] [Created] (GEODE-2244) Cluster config start is async and may not be ready when requests start coming in

2016-12-21 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2244: Summary: Cluster config start is async and may not be ready when requests start coming in Key: GEODE-2244 URL: https://issues.apache.org/jira/browse/GEODE-2244 Project: Geode

[jira] [Assigned] (GEODE-2244) Cluster config start is async and may not be ready when requests start coming in

2016-12-21 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund reassigned GEODE-2244: Assignee: Kirk Lund > Cluster config start is async and may not be ready when requests start coming

[jira] [Closed] (GEODE-2244) Cluster config start is async and may not be ready when requests start coming in

2016-12-21 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund closed GEODE-2244. > Cluster config start is async and may not be ready when requests start coming > in >

[jira] [Resolved] (GEODE-2244) Cluster config start is async and may not be ready when requests start coming in

2016-12-21 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund resolved GEODE-2244. -- Resolution: Duplicate > Cluster config start is async and may not be ready when requests start coming >

[jira] [Commented] (GEODE-2238) Member may fail to receive cluster configuration from locator

2016-12-21 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768480#comment-15768480 ] Kirk Lund commented on GEODE-2238: -- I closed GEODE-2244 as a duplicate of GEODE-2238. Bel

Re: Review Request 54924: GEODE-2238: Fix how peers discover locators with cluster config

2016-12-21 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54924/ --- (Updated Dec. 21, 2016, 11:40 p.m.) Review request for geode, Bruce Schuchardt,

Re: Review Request 54924: GEODE-2238: Fix how peers discover locators with cluster config

2016-12-21 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54924/#review159878 --- Ship it! Ship It! - Kirk Lund On Dec. 21, 2016, 11:40 p.m.,

[jira] [Commented] (GEODE-2232) Rename GemFireConfigException

2016-12-21 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768519#comment-15768519 ] Anthony Baker commented on GEODE-2232: -- Probably this discussion can be split into th

[jira] [Commented] (GEODE-2238) Member may fail to receive cluster configuration from locator

2016-12-21 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768547#comment-15768547 ] Kirk Lund commented on GEODE-2238: -- The LocatorStarterRule currently has a workaround rel

[jira] [Commented] (GEODE-2238) Member may fail to receive cluster configuration from locator

2016-12-21 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768569#comment-15768569 ] Kirk Lund commented on GEODE-2238: -- There are two request/response messages involving clu

[jira] [Commented] (GEODE-2231) Create new partitioning example

2016-12-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768616#comment-15768616 ] ASF subversion and git services commented on GEODE-2231: Commit 78

[jira] [Commented] (GEODE-2231) Create new partitioning example

2016-12-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768615#comment-15768615 ] ASF subversion and git services commented on GEODE-2231: Commit 4c

Fwd: geode git commit: GEODE-2243: Adjust path of spotless formatter

2016-12-21 Thread Mark Bretl
Jens, Please revert this commit. I feel like the JIRA issue, GEODE-2243, was done with separate specific environment in mind and not done for the community. This does not work for standard Geode development environment... Unable to apply step Eclipse Formatter to src/main/java/org/apache/geode /r

[jira] [Commented] (GEODE-2243) Modify path to spotless formatter

2016-12-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768727#comment-15768727 ] ASF subversion and git services commented on GEODE-2243: Commit d3

Re: GEODE-2243: Adjust path of spotless formatter

2016-12-21 Thread Dan Smith
I'm seeing the same thing. I went ahead and reverted the change so our build isn't broken. -Dan On Wed, Dec 21, 2016 at 4:49 PM, Mark Bretl wrote: > Jens, > > Please revert this commit. I feel like the JIRA issue, GEODE-2243, was done > with separate specific environment in mind and not done fo

Re: GEODE-2243: Adjust path of spotless formatter

2016-12-21 Thread Scott Jewell
Hi Dan, Since the spotless stuff lives on the open side, you just need to make sure to pull a fresh copy of the open side in order for the closed side build to work. I suppose we could have left the redundant xml file in the closed branch for a while so that stale open branches would still allow

Re: New proposal for type definitons

2016-12-21 Thread Dan Smith
I'm assuming the type ids here are a different set than the type ids used with regular PDX serialization so they won't conflict if the pdx registry assigns 1 to some class and a user puts @typeId: 1 in their json? I'm concerned that this won't really address the type explosion issue. Users that ar

Re: GEODE-2243: Adjust path of spotless formatter

2016-12-21 Thread Dan Smith
Hi Scott, The issue is that this line only works if your geode checkout is in a folder called open: eclipseFormatFile "${rootProject.projectDir}/../open/etc/eclipse-java-google-style.xml" That's not going to work for many people; the default name of the folder is geode if you do git clone https:

Review Request 54964: GEODE-2243: reference the formatter relative to geode-core and not the root project

2016-12-21 Thread Jens Deppe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54964/ --- Review request for geode, Anthony Baker, Mark Bretl, and Dan Smith. Repository:

[jira] [Commented] (GEODE-2109) calling submit on ExecutionService can cause exceptions to be lost

2016-12-21 Thread Deepak Dixit (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15769028#comment-15769028 ] Deepak Dixit commented on GEODE-2109: - I think this is for [~deepakddixit] not for [~

[GitHub] geode issue #296: GEODE-2109 : Calling submit on ExecutionService can cause ...

2016-12-21 Thread deepakddixit
Github user deepakddixit commented on the issue: https://github.com/apache/geode/pull/296 Thanks @upthewaterspout for your assistance in resolving it. --- 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 n

[jira] [Commented] (GEODE-2109) calling submit on ExecutionService can cause exceptions to be lost

2016-12-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15769057#comment-15769057 ] ASF GitHub Bot commented on GEODE-2109: --- Github user deepakddixit commented on the i

[jira] [Commented] (GEODE-165) Add build support for generating antlr classes from grammar

2016-12-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15769131#comment-15769131 ] ASF subversion and git services commented on GEODE-165: --- Commit 93d44

[jira] [Commented] (GEODE-165) Add build support for generating antlr classes from grammar

2016-12-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15769133#comment-15769133 ] ASF subversion and git services commented on GEODE-165: --- Commit 93d44

Re: Review Request 54943: GEODE-2197: refactor cluster config

2016-12-21 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54943/ --- (Updated Dec. 22, 2016, 6:48 a.m.) Review request for geode, Bruce Schuchardt,