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

2017-02-16 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #474 was successful (rerun once). --- This build was rerun by John Blum. 1681 tests in total.

Re: Could not create an instance of org.apache.geode.distributed.internal.locks.DLockRecoverGrantorProcessor$DLockRecoverGrantorReplyMessage .

2017-02-16 Thread Anilkumar Gingade
There seems to be problem with reading member inet address. Caused by: java.io.IOException: While reading an InetAddress Caused by: java.net.UnknownHostException: addr is of illegal length I will let others to comment on this...Meanwhile do you see this problem on any other m/c. -Anil On

[jira] [Commented] (GEODE-2309) Replace or add ASF copyright statements in source.

2017-02-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15871043#comment-15871043 ] ASF GitHub Bot commented on GEODE-2309: --- Github user pivotal-jbarrett commented on a diff in the

[GitHub] geode-native pull request #12: GEODE-2309: Remove or ignore apache-rat flagg...

2017-02-16 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/12#discussion_r101671763 --- Diff: .ratignore --- @@ -23,10 +23,12 @@ # expect script .*changepasswd$ +.*winrm.cloud-init$ # doxygen

[jira] [Resolved] (GEODE-2402) CI Failure: LuceneQueriesPeerFixedPRDUnitTest.returnCorrectResultsWhenRebalanceHappensOnIndexUpdate

2017-02-16 Thread Dan Smith (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Smith resolved GEODE-2402. -- Resolution: Fixed Fix Version/s: 1.2.0 > CI Failure: >

[jira] [Assigned] (GEODE-2402) CI Failure: LuceneQueriesPeerFixedPRDUnitTest.returnCorrectResultsWhenRebalanceHappensOnIndexUpdate

2017-02-16 Thread Dan Smith (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Smith reassigned GEODE-2402: Assignee: Dan Smith > CI Failure: >

Re: for discussion: separate website into its own repo

2017-02-16 Thread Anthony Baker
Yes, please. Let’s call the repo geode-site. Use two branches: master and asf-site. If we can auto-build and push to asf-site that would be awesome. Anthony > On Feb 16, 2017, at 4:38 PM, Dan Smith wrote: > > +1 > > I think the current setup is confusing, because the

Re: for discussion: separate website into its own repo

2017-02-16 Thread Anilkumar Gingade
+1 On Thu, Feb 16, 2017 at 4:45 PM, Joey McAllister wrote: > +1 to Karen's suggestion of moving the website to its own repo. > > +1 to Dan's suggestion scripting the website build/publishing with a CI > system based on commits. > > On Thu, Feb 16, 2017 at 4:38 PM Dan

Re: Another way to write a DUnit Test

2017-02-16 Thread Anilkumar Gingade
Its used in LuceneClusterConfigurationDUnitTest -Anil. On Thu, Feb 16, 2017 at 4:40 PM, Jinmei Liao wrote: > It seems there is no usage of this LocatorServerConfigurationRule. It does > look like a duplicate. > > On Thu, Feb 16, 2017 at 4:37 PM, Anilkumar Gingade

Re: for discussion: separate website into its own repo

2017-02-16 Thread Joey McAllister
+1 to Karen's suggestion of moving the website to its own repo. +1 to Dan's suggestion scripting the website build/publishing with a CI system based on commits. On Thu, Feb 16, 2017 at 4:38 PM Dan Smith wrote: > +1 > > I think the current setup is confusing, because the

Re: for discussion: separate website into its own repo

2017-02-16 Thread Dave Barnes
The current mechanism for publishing the website is quite convoluted. As you point out, the software and the website are only loosely coupled. I see only good outcomes for allowing the repos to reflect that reality. On Thu, Feb 16, 2017 at 4:10 PM, Karen Miller wrote: > I

Re: Another way to write a DUnit Test

2017-02-16 Thread Jinmei Liao
It seems there is no usage of this LocatorServerConfigurationRule. It does look like a duplicate. On Thu, Feb 16, 2017 at 4:37 PM, Anilkumar Gingade wrote: > I had similar rule added for locator startup...where you can start locator > by passing required properties. > Look

Re: [ANNOUNCE] Apache Geode release 1.1.0

2017-02-16 Thread Nitin Lamba
Great! Congrats team!! On Thu, Feb 16, 2017 at 3:49 PM, Greg Chase wrote: > Awesome and congratulations! > > This email encrypted by tiny buttons & fat thumbs, beta voice recognition, > and autocorrect on my iPhone. > > > On Feb 15, 2017, at 5:34 PM, Hitesh Khamesra

Re: for discussion: separate website into its own repo

2017-02-16 Thread Dan Smith
+1 I think the current setup is confusing, because the website is supposed to include docs that are generated from the last release, but the site instructions say the site should be generated from develop. A separate repo with a single branch will probably reduce confusion. We also need to

Re: Another way to write a DUnit Test

2017-02-16 Thread Anilkumar Gingade
I had similar rule added for locator startup...where you can start locator by passing required properties. Look for: LocatorServerConfigurationRule (we can remove this, instead of having duplicate rules) -Anil. On Thu, Feb 16, 2017 at 2:26 PM, Jinmei Liao wrote: > We've

[jira] [Commented] (GEODE-2484) Remove ACE from native client dependencies

2017-02-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870945#comment-15870945 ] ASF GitHub Bot commented on GEODE-2484: --- Github user pivotal-jbarrett commented on a diff in the

[GitHub] geode-native pull request #15: GEODE-2484: Fix snprintf error. Need #include...

2017-02-16 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/15#discussion_r101662122 --- Diff: src/cppcache/src/TcrMessage.hpp --- @@ -1113,12 +1117,11 @@ class TcrMessageHelper { return NULL_OBJECT; } else

[GitHub] geode-native pull request #13: GEODE-2476: Replace gfcpp with geode.

2017-02-16 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/13#discussion_r101659366 --- Diff: src/CMakeLists.txt --- @@ -224,7 +222,7 @@ add_subdirectory(cppcache) add_subdirectory(cryptoimpl) add_subdirectory(dhimpl)

[jira] [Commented] (GEODE-2476) Replace gfcpp with geode

2017-02-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870928#comment-15870928 ] ASF GitHub Bot commented on GEODE-2476: --- Github user pivotal-jbarrett commented on a diff in the

[GitHub] geode-native pull request #13: GEODE-2476: Replace gfcpp with geode.

2017-02-16 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/13#discussion_r101659601 --- Diff: src/cppcache/include/geode/AttributesFactory.hpp --- @@ -1,7 +1,7 @@ #pragma once -#ifndef

[GitHub] geode-native pull request #13: GEODE-2476: Replace gfcpp with geode.

2017-02-16 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/13#discussion_r101659693 --- Diff: src/cppcache/include/geode/AttributesFactory.hpp --- @@ -20,7 +20,7 @@ * limitations under the License. */

[jira] [Created] (GEODE-2500) network partition wrongly detected when the only server crashes

2017-02-16 Thread Swapnil Bawaskar (JIRA)
Swapnil Bawaskar created GEODE-2500: --- Summary: network partition wrongly detected when the only server crashes Key: GEODE-2500 URL: https://issues.apache.org/jira/browse/GEODE-2500 Project: Geode

for discussion: separate website into its own repo

2017-02-16 Thread Karen Miller
I think that the website content that is currently in geode/geode-site ought to be moved to its own repository. The driving reason for this is that changes to the website occur on a different schedule than code releases. We often want to add a new committer's name or a new event, and these items

[jira] [Commented] (GEODE-2309) Replace or add ASF copyright statements in source.

2017-02-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870916#comment-15870916 ] ASF GitHub Bot commented on GEODE-2309: --- Github user pivotal-jbarrett commented on a diff in the

[GitHub] geode-native pull request #12: GEODE-2309: Remove or ignore apache-rat flagg...

2017-02-16 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/12#discussion_r101658884 --- Diff: .ratignore --- @@ -23,10 +23,12 @@ # expect script .*changepasswd$ +.*winrm.cloud-init$ # doxygen

[jira] [Commented] (GEODE-1956) CI failure: LuceneQueriesPeerPRRedundancyDUnitTest.returnCorrectResultsWhenCloseCacheHappensOnIndexUpdate

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

[jira] [Commented] (GEODE-1956) CI failure: LuceneQueriesPeerPRRedundancyDUnitTest.returnCorrectResultsWhenCloseCacheHappensOnIndexUpdate

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

Re: [ANNOUNCE] Apache Geode release 1.1.0

2017-02-16 Thread Greg Chase
Awesome and congratulations! This email encrypted by tiny buttons & fat thumbs, beta voice recognition, and autocorrect on my iPhone. > On Feb 15, 2017, at 5:34 PM, Hitesh Khamesra > wrote: > > The Apache Geode team is proud to announce Apache Geode release version

[jira] [Created] (GEODE-2499) Replace snprintf with

2017-02-16 Thread Michael Martell (JIRA)
Michael Martell created GEODE-2499: -- Summary: Replace snprintf with Key: GEODE-2499 URL: https://issues.apache.org/jira/browse/GEODE-2499 Project: Geode Issue Type: Task

[jira] [Commented] (GEODE-2484) Remove ACE from native client dependencies

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

[jira] [Commented] (GEODE-2484) Remove ACE from native client dependencies

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

[GitHub] geode-native pull request #15: GEODE-2484: Fix snprintf error. Need #include...

2017-02-16 Thread dgkimura
Github user dgkimura commented on a diff in the pull request: https://github.com/apache/geode-native/pull/15#discussion_r101652960 --- Diff: src/cppcache/src/TcrMessage.hpp --- @@ -20,6 +20,10 @@ * limitations under the License. */ +//#include --- End

[GitHub] geode-native pull request #15: GEODE-2484: Fix snprintf error. Need #include...

2017-02-16 Thread dgkimura
Github user dgkimura commented on a diff in the pull request: https://github.com/apache/geode-native/pull/15#discussion_r101655637 --- Diff: src/cppcache/src/TcrMessage.hpp --- @@ -1113,12 +1117,11 @@ class TcrMessageHelper { return NULL_OBJECT; } else if

[jira] [Commented] (GEODE-2142) Remove JSON.org dependency

2017-02-16 Thread Jacob S. Barrett (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870892#comment-15870892 ] Jacob S. Barrett commented on GEODE-2142: - [~amb] Yes, the "right" solution will not have a need

[jira] [Commented] (GEODE-2142) Remove JSON.org dependency

2017-02-16 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870887#comment-15870887 ] Anthony Baker commented on GEODE-2142: -- +1 GEODE-629 discusses some of the parsing modifications.

[GitHub] geode pull request #400: Add geode-redis to assembly.

2017-02-16 Thread galen-pivotal
GitHub user galen-pivotal reopened a pull request: https://github.com/apache/geode/pull/400 Add geode-redis to assembly. This makes starting a server with Redis actually work, at least on my machine. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] geode pull request #400: Add geode-redis to assembly.

2017-02-16 Thread galen-pivotal
Github user galen-pivotal closed the pull request at: https://github.com/apache/geode/pull/400 --- 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

[GitHub] geode issue #400: Add geode-redis to assembly.

2017-02-16 Thread galen-pivotal
Github user galen-pivotal commented on the issue: https://github.com/apache/geode/pull/400 It doesn't look like it, but this has been merged. --- 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

[GitHub] geode issue #398: Split the redis adapter into its own package

2017-02-16 Thread galen-pivotal
Github user galen-pivotal commented on the issue: https://github.com/apache/geode/pull/398 We're now running this as a feature branch for the current round of Redis work, `feature/GEODE-2444`. I'm going to close this PR for now. --- If your project is set up for it, you can reply to

[GitHub] geode pull request #398: Split the redis adapter into its own package

2017-02-16 Thread galen-pivotal
Github user galen-pivotal closed the pull request at: https://github.com/apache/geode/pull/398 --- 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

[jira] [Commented] (GEODE-2142) Remove JSON.org dependency

2017-02-16 Thread Jacob S. Barrett (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870857#comment-15870857 ] Jacob S. Barrett commented on GEODE-2142: - [~ukohlmeyer] and I spent a bit of time looking into

Re: Review Request 56767: GEODE-2402: Write to the lucene region buckets using a callback argument

2017-02-16 Thread Dan Smith
> On Feb. 16, 2017, 10:45 p.m., Jason Huynh wrote: > > geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/directory/RegionDirectory.java, > > line 38 > > > > > > I don't think we use UUID here? It

[jira] [Commented] (GEODE-2414) Determine a mechanism to stream a zip file from server to locator

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

Re: Create JUnit Rules instead of extending other test classes

2017-02-16 Thread Kirk Lund
It's possible this might be caused by a bug in Gradle's JUnit task which is how Jenkins is running this test. The test method is skipped as expected when run in IntelliJ. On Thu, Feb 16, 2017 at 2:17 PM, Kirk Lund wrote: > LocatorUDPSecurityDUnitTest extends LocatorDUnitTest.

Another way to write a DUnit Test

2017-02-16 Thread Jinmei Liao
We've created a few JUnit rules to ease the pain of starting up locator/servers in different vms. Please check these rules out: LocatorServerStartupRule: this rule will allow you to easily start up locator/server in a give VM with the properties you would like to configure them, and get the

[jira] [Commented] (GEODE-2496) MemberMBeanSecurityJUnitTest intermittently fails with rmi ConnectException: Connection refused (Connection refused)

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

Create JUnit Rules instead of extending other test classes

2017-02-16 Thread Kirk Lund
LocatorUDPSecurityDUnitTest extends LocatorDUnitTest. LocatorDUnitTest has a test named testSSLEnabledLocatorDiesWhenConnectingToNonSSLLocator which is currently annotated with @Ignore. Despite the test being marked with @Ignore, apparently the test still gets executed by

[jira] [Created] (GEODE-2498) Revise 1.1.0 manual to remove references to 1.0.0-incubating

2017-02-16 Thread Karen Smoler Miller (JIRA)
Karen Smoler Miller created GEODE-2498: -- Summary: Revise 1.1.0 manual to remove references to 1.0.0-incubating Key: GEODE-2498 URL: https://issues.apache.org/jira/browse/GEODE-2498 Project:

Re: Review Request 56769: Fix some races in to IndexRepository creation

2017-02-16 Thread nabarun nag
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56769/#review165883 --- Ship it! Ship It! - nabarun nag On Feb. 16, 2017, 9:17

Re: Review Request 56769: Fix some races in to IndexRepository creation

2017-02-16 Thread Jason Huynh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56769/#review165880 --- Ship it! Ship It!

Review Request 56769: Fix some races in to IndexRepository creation

2017-02-16 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56769/ --- Review request for geode, Jason Huynh, nabarun nag, and xiaojian zhou.

Review Request 56767: GEODE-2402: Write to the lucene region buckets using a callback argument

2017-02-16 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56767/ --- Review request for geode, Jason Huynh, nabarun nag, and xiaojian zhou.

Re: Review Request 56738: GEODE-2489: Avoid sending tombstone GC messages to peer nodes if there is no client registration

2017-02-16 Thread anilkumar gingade
> On Feb. 16, 2017, 6:47 p.m., Darrel Schneider wrote: > > geode-core/src/main/java/org/apache/geode/internal/cache/TombstoneService.java, > > line 599 > > > > > > instead of size() > 0 is !isEmpty() New change

Re: Review Request 56738: GEODE-2489: Avoid sending tombstone GC messages to peer nodes if there is no client registration

2017-02-16 Thread anilkumar gingade
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56738/ --- (Updated Feb. 16, 2017, 8:50 p.m.) Review request for geode, Darrel Schneider

[GitHub] geode-native issue #15: GEODE-2484: Fix snprintf error. Need #include

2017-02-16 Thread mmartell
Github user mmartell commented on the issue: https://github.com/apache/geode-native/pull/15 On Thu, Feb 16, 2017 at 12:09 PM Michael Martell wrote: > Something is screwed up in our #includes. TcrMessage.cpp compiles fine > leaving the std:: in

[jira] [Commented] (GEODE-2484) Remove ACE from native client dependencies

2017-02-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870627#comment-15870627 ] ASF GitHub Bot commented on GEODE-2484: --- Github user mmartell commented on the issue:

[jira] [Commented] (GEODE-2484) Remove ACE from native client dependencies

2017-02-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870621#comment-15870621 ] ASF GitHub Bot commented on GEODE-2484: --- Github user mmartell commented on the issue:

[GitHub] geode-native issue #15: GEODE-2484: Fix snprintf error. Need #include

2017-02-16 Thread mmartell
Github user mmartell commented on the issue: https://github.com/apache/geode-native/pull/15 Something is screwed up in our #includes. TcrMessage.cpp compiles fine leaving the std:: in there. However, other classes that include it don't compile (like Distributed System).

[jira] [Commented] (GEODE-2484) Remove ACE from native client dependencies

2017-02-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870602#comment-15870602 ] ASF GitHub Bot commented on GEODE-2484: --- Github user pivotal-jbarrett commented on a diff in the

[GitHub] geode-native pull request #15: GEODE-2484: Fix snprintf error. Need #include...

2017-02-16 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/15#discussion_r101610701 --- Diff: src/cppcache/src/TcrMessage.hpp --- @@ -1114,10 +1116,10 @@ class TcrMessageHelper { } else if (!isObj) { //

[jira] [Commented] (GEODE-2416) Collect together artifacts from individual servers into a single zip file

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

[jira] [Commented] (GEODE-2486) Trouble setting cipher on Native Client

2017-02-16 Thread Jacob S. Barrett (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870571#comment-15870571 ] Jacob S. Barrett commented on GEODE-2486: - [~ahuddy] Your change to the title does not correctly

[jira] [Commented] (GEODE-2430) Remove binary files from test resources

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

[jira] [Commented] (GEODE-2433) Backwards compatibility tests are not actually running

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

[jira] [Commented] (GEODE-2433) Backwards compatibility tests are not actually running

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

[jira] [Commented] (GEODE-2433) Backwards compatibility tests are not actually running

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

[jira] [Updated] (GEODE-2444) Making Redis Adapter easier to use and more robust

2017-02-16 Thread Addison (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Addison updated GEODE-2444: --- Summary: Making Redis Adapter easier to use and more robust (was: Move Redis out of experimental) > Making

[jira] [Assigned] (GEODE-2497) surprise members are never timed out during startup

2017-02-16 Thread Bruce Schuchardt (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Schuchardt reassigned GEODE-2497: --- Assignee: Bruce Schuchardt > surprise members are never timed out during startup >

[jira] [Updated] (GEODE-2444) Move Redis out of experimental

2017-02-16 Thread Addison (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Addison updated GEODE-2444: --- Summary: Move Redis out of experimental (was: Redis Adapter Performance Improvements) > Move Redis out of

[jira] [Created] (GEODE-2497) surprise members are never timed out during startup

2017-02-16 Thread Bruce Schuchardt (JIRA)
Bruce Schuchardt created GEODE-2497: --- Summary: surprise members are never timed out during startup Key: GEODE-2497 URL: https://issues.apache.org/jira/browse/GEODE-2497 Project: Geode

[jira] [Resolved] (GEODE-2477) CI Failure suspect string from returnCorrectResultsWhenCloseCacheHappensOnPartialIndexWrite

2017-02-16 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Huynh resolved GEODE-2477. Resolution: Fixed Fix Version/s: 1.2.0 The changes in GEODE-2491 should address this issue.

[jira] [Resolved] (GEODE-2491) Reduce logging of handled exceptions in LuceneEventListener and LuceneBucketListeners

2017-02-16 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Huynh resolved GEODE-2491. Resolution: Fixed Fix Version/s: 1.2.0 > Reduce logging of handled exceptions in

Re: Review Request 56738: GEODE-2489: Avoid sending tombstone GC messages to peer nodes if there is no client registration

2017-02-16 Thread Darrel Schneider
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56738/#review165874 ---

[jira] [Resolved] (GEODE-2052) Docs to segregate types of properties

2017-02-16 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes resolved GEODE-2052. Resolution: Fixed Table of geode-* (gemfire-*) properties updated with a new column designating

[jira] [Commented] (GEODE-2052) Docs to segregate types of properties

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

[jira] [Commented] (GEODE-2052) Docs to segregate types of properties

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

[jira] [Commented] (GEODE-2052) Docs to segregate types of properties

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

[jira] [Resolved] (GEODE-2474) netstat command fails to correctly identify OS and --with-lsof fails on Mac

2017-02-16 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund resolved GEODE-2474. -- Resolution: Fixed Fix Version/s: 1.2.0 > netstat command fails to correctly identify OS and

[jira] [Commented] (GEODE-2491) Reduce logging of handled exceptions in LuceneEventListener and LuceneBucketListeners

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

[jira] [Updated] (GEODE-2496) MemberMBeanSecurityJUnitTest intermittently fails with rmi ConnectException: Connection refused (Connection refused)

2017-02-16 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2496: - Labels: Flaky JMX Security (was: ) > MemberMBeanSecurityJUnitTest intermittently fails with rmi

[jira] [Updated] (GEODE-2496) MemberMBeanSecurityJUnitTest intermittently fails with rmi ConnectException: Connection refused (Connection refused)

2017-02-16 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2496: - Description: Two tests in MemberMBeanSecurityJUnitTest are failing intermittently: * testClusterAdmin *

[jira] [Updated] (GEODE-2496) MemberMBeanSecurityJUnitTest intermittently fails with rmi ConnectException: Connection refused (Connection refused)

2017-02-16 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2496: - Description: Two tests in MemberMBeanSecurityJUnitTest are failing intermittently: * testClusterAdmin *

[jira] [Created] (GEODE-2496) MemberMBeanSecurityJUnitTest intermittently fails with rmi ConnectException: Connection refused (Connection refused)

2017-02-16 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2496: Summary: MemberMBeanSecurityJUnitTest intermittently fails with rmi ConnectException: Connection refused (Connection refused) Key: GEODE-2496 URL:

[jira] [Commented] (GEODE-2481) Refactor generation of default configuration properties

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

[jira] [Commented] (GEODE-2484) Remove ACE from native client dependencies

2017-02-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870355#comment-15870355 ] ASF GitHub Bot commented on GEODE-2484: --- Github user mmartell commented on the issue:

[GitHub] geode-native issue #15: GEODE-2484: Fix snprintf error. Need #include

2017-02-16 Thread mmartell
Github user mmartell commented on the issue: https://github.com/apache/geode-native/pull/15 David, I had to remove the std:: to get it to build on Windows. I tested my fix on Windows and Mac only. On Thu, Feb 16, 2017 at 9:41 AM, Anthony Baker

[jira] [Commented] (GEODE-2484) Remove ACE from native client dependencies

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

[GitHub] geode-native pull request #15: GEODE-2484: Fix snprintf error. Need #include...

2017-02-16 Thread dgkimura
Github user dgkimura commented on a diff in the pull request: https://github.com/apache/geode-native/pull/15#discussion_r101580799 --- Diff: src/cppcache/src/TcrMessage.hpp --- @@ -1135,7 +1137,7 @@ class TcrMessageHelper { return EXCEPTION; } else {

Build failed in Jenkins: Geode-nightly #750

2017-02-16 Thread Apache Jenkins Server
See Changes: [abaker] Update dockerfile for 1.1.0 [kmiller] Update Geode web page's index.html file to include 1.1.0 binaries and -- [...truncated 710 lines...] :geode-json:checkMissedTests

Re: Could not create an instance of org.apache.geode.distributed.internal.locks.DLockRecoverGrantorProcessor$DLockRecoverGrantorReplyMessage .

2017-02-16 Thread Avinash Dongre
Please ignore. This was my merge issue. Thanks Avinash On Thu, Feb 16, 2017 at 7:38 PM, Avinash Dongre wrote: > Hi All, > > I am getting following exception in my test. > My Test has 3 VMs + locator and I am doing some puts/gets and restarting. > I see following exception

Errored: apache/geode-native#41 (develop - 41d826e)

2017-02-16 Thread Travis CI
Build Update for apache/geode-native - Build: #41 Status: Errored Duration: 9 seconds Commit: 41d826e (develop) Author: Jacob Barrett Message: GEODE-2486: Fixes casting failure on Windows. View the changeset:

[jira] [Updated] (GEODE-2486) User having trouble setting cipher on Native Client

2017-02-16 Thread Addison (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Addison updated GEODE-2486: --- Summary: User having trouble setting cipher on Native Client (was: SSL ciphers other than NULL not

[jira] [Updated] (GEODE-2486) Trouble setting cipher on Native Client

2017-02-16 Thread Addison (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Addison updated GEODE-2486: --- Summary: Trouble setting cipher on Native Client (was: User having trouble setting cipher on Native Client)

[jira] [Commented] (GEODE-2484) Remove ACE from native client dependencies

2017-02-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870270#comment-15870270 ] ASF GitHub Bot commented on GEODE-2484: --- Github user mmartell commented on the issue:

[GitHub] geode-native issue #15: GEODE-2484: Fix snprintf error. Need #include

2017-02-16 Thread mmartell
Github user mmartell commented on the issue: https://github.com/apache/geode-native/pull/15 Whoops. Forgot to format. Fixing now. --- 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-2471) AsyncEventListenerOffHeapDUnitTest.testParallelAsyncEventQueueMoveBucketAndMoveItBackDuringDispatching

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

1.1.0 is done so let's start work on 1.2.0

2017-02-16 Thread Anthony Baker
Great job everyone on releasing 1.1.0! Let’s get organized for the next release :-) Scope: We definitely need to focus on eliminating JSON.org prior to 4/31. See GEODE-629, GEODE-2142, GEODE-2331, GEODE-2380. Anything else? Timing: I suggest shooting for a release

[jira] [Updated] (GEODE-2464) Review Redis tests

2017-02-16 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2464: - Fix Version/s: (was: 1.2.0) > Review Redis tests > -- > >

[jira] [Updated] (GEODE-2451) Improve storage of key/values

2017-02-16 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2451: - Fix Version/s: (was: 1.2.0) > Improve storage of key/values > - >

[jira] [Updated] (GEODE-2449) Move redis adapter to extension framework

2017-02-16 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2449: - Fix Version/s: (was: 1.2.0) > Move redis adapter to extension framework >

  1   2   >