RE: C++ client change history

2017-02-14 Thread Avital Amity
Hi Jacob, Thank you for your answer. Can you please advise what you mean by: first dump Thanks Avital -Original Message- From: Jacob Barrett [mailto:jbarr...@pivotal.io] Sent: Tuesday, February 14, 2017 9:17 AM To: dev@geode.apache.org Subject: Re: C++ client change history It's sent b

Re: [VOTE] RC2: Apache Geode release - v1.1.0

2017-02-14 Thread William Markito Oliveira
+1 (binding) Checked build from src Basic gfsh cmds, crud Verified Signatures and hashes. Definitely should fix the incubating references in a subsequent release. v1.1.1 ? Thanks. On Mon, Feb 13, 2017 at 1:17 PM Dan Smith wrote: > +1 (binding) > > IMO I think we don't have to hold up this re

Re: C++ client change history

2017-02-14 Thread Ernest Burghardt
Avital, "first dump" == first grant of native client code, we advise you to ignoring the initial grant and begin from the current offering. Best, Ernie On Mon, Feb 13, 2017 at 11:16 PM, Jacob Barrett wrote: > It's sent by all gemfire servers up to but not including 9.0. The client > was never u

RE: C++ client change history

2017-02-14 Thread Avital Amity
Thanks Ernie, Is there a place I can find the defect list/feature list between the first dump and the latest one? Thanks Avital -Original Message- From: Ernest Burghardt [mailto:eburgha...@pivotal.io] Sent: Tuesday, February 14, 2017 5:02 PM To: dev@geode.apache.org Subject: Re: C++ cl

Re: C++ client change history

2017-02-14 Thread Ernest Burghardt
I don't believe so, best bet is to just treat this latest sw grant as where the community will start from on geode-native. On Tue, Feb 14, 2017 at 7:05 AM, Avital Amity wrote: > Thanks Ernie, > > Is there a place I can find the defect list/feature list between the first > dump and the latest o

Re: [VOTE] RC2: Apache Geode release - v1.1.0

2017-02-14 Thread Udo Kohlmeyer
+1 CRUD Simple OQL Basic GFSH (start/stop servers, describe regions...) On 2/14/17 05:06, William Markito Oliveira wrote: +1 (binding) Checked build from src Basic gfsh cmds, crud Verified Signatures and hashes. Definitely should fix the incubating references in a subsequent release. v1.1.1

[jira] [Commented] (GEODE-2470) Remove Dependency on sed tool

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

[GitHub] geode-native pull request #6: GEODE-2470: Replace sed dependency with standa...

2017-02-14 Thread mmartell
Github user mmartell commented on a diff in the pull request: https://github.com/apache/geode-native/pull/6#discussion_r101071068 --- Diff: src/cppcache/integration-test/CacheHelper.cpp --- @@ -1382,6 +1377,31 @@ void CacheHelper::createDuplicateXMLFile(std::string& originalFile,

RE: C++ client change history

2017-02-14 Thread Gal Palmery
Hi, Is this latest sw grant planned to be a part of the new release that is now in discussion ? Thanks, Gal -Original Message- From: Ernest Burghardt [mailto:eburgha...@pivotal.io] Sent: Tuesday, February 14, 2017 17:18 To: dev@geode.apache.org Subject: Re: C++ client change history I

Build failed in Jenkins: Geode-nightly #748

2017-02-14 Thread Apache Jenkins Server
See Changes: [klund] GEODE-2460: update dependency versions [jiliao] GEODE-1716: refactor JMXMBeanDunitTest [huynhja] GEODE-2475: Upgrade Lucene version to 6.4.1 [khowe] GEODE-2398: Retry oplog channel.write on silent failures [khowe]

Re: [VOTE] RC2: Apache Geode release - v1.1.0

2017-02-14 Thread Jinmei Liao
+1 basic gfsh with security turned on. On Tue, Feb 14, 2017 at 7:54 AM, Udo Kohlmeyer wrote: > +1 > > CRUD > Simple OQL > Basic GFSH (start/stop servers, describe regions...) > > > On 2/14/17 05:06, William Markito Oliveira wrote: > >> +1 (binding) >> >> Checked build from src >> Basic gfsh cmds

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

2017-02-14 Thread Jinmei Liao
We have a fix for the integration test failure, and fix for the distributed tests are in review too. Thanks! On Tue, Feb 14, 2017 at 8:12 AM, Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See > > Changes: > > [klund] GEODE-24

Re: Review Request 56637: refactor ServerStarterRule and LocatorStarterRule so that they can be created without a Properties first.

2017-02-14 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56637/ --- (Updated Feb. 14, 2017, 4:19 p.m.) Review request for geode, Jared Stewart, Kev

Re: Review Request 56633: GEODE-2474: refactor code to use SystemUtils to read OS system props

2017-02-14 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56633/#review165524 --- geode-core/src/test/java/org/apache/geode/internal/lang/SystemUti

Re: Review Request 56635: GEODE-2481: extract default properties generation to its own class

2017-02-14 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56635/#review165526 --- Ship it! Ship It! - Jinmei Liao On Feb. 14, 2017, 2:33 a.m.,

Re: C++ client change history

2017-02-14 Thread Jacob Barrett
No. The NC probably won't make a Geode release until later. There are still many things that have to be changed to comply with ASF release rules. -Jake On Tue, Feb 14, 2017 at 8:05 AM Gal Palmery wrote: > Hi, > Is this latest sw grant planned to be a part of the new release that is > now in dis

Review Request 56668: GEODE-2474: mark NetstatDUnitTest as flaky

2017-02-14 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56668/ --- Review request for geode. Repository: geode Description --- GEODE-2474:

[jira] [Resolved] (GEODE-2427) JMXMBeanDUnitTest.testJMXOverLegacySSL cannot run with the other tests

2017-02-14 Thread Jinmei Liao (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinmei Liao resolved GEODE-2427. Resolution: Fixed Fix Version/s: 1.2.0 > JMXMBeanDUnitTest.testJMXOverLegacySSL cannot run wi

[jira] [Assigned] (GEODE-2427) JMXMBeanDUnitTest.testJMXOverLegacySSL cannot run with the other tests

2017-02-14 Thread Jinmei Liao (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinmei Liao reassigned GEODE-2427: -- Assignee: Jinmei Liao > JMXMBeanDUnitTest.testJMXOverLegacySSL cannot run with the other tests

[jira] [Commented] (GEODE-2427) JMXMBeanDUnitTest.testJMXOverLegacySSL cannot run with the other tests

2017-02-14 Thread Jinmei Liao (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15866132#comment-15866132 ] Jinmei Liao commented on GEODE-2427: fixed > JMXMBeanDUnitTest.testJMXOverLegacySSL c

Re: C++ client change history

2017-02-14 Thread Jacob Barrett
Also, keep in mind that Geode Native is not in its own repo at https://github.com/apache/geode-native. -Jake On Tue, Feb 14, 2017 at 9:00 AM Jacob Barrett wrote: > No. The NC probably won't make a Geode release until later. There are > still many things that have to be changed to comply with AS

Re: Review Request 56632: This is caused by race condition that bucket is moved, but 'moved' is not set to true yet

2017-02-14 Thread Jason Huynh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56632/#review165533 --- Ship it! Ship It! - Jason Huynh On Feb. 14, 2017, 2:10 a.m.,

Re: C++ client change history

2017-02-14 Thread Jacob Barrett
I mean NOW in its own repo at https://github.com/apache/geode-native. On Tue, Feb 14, 2017 at 9:01 AM Jacob Barrett wrote: > Also, keep in mind that Geode Native is not in its own repo at > https://github.com/apache/geode-native. > > -Jake > > On Tue, Feb 14, 2017 at 9:00 AM Jacob Barrett wrot

[jira] [Commented] (GEODE-2479) correct doc reference to a com.gemstone package

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

[jira] [Commented] (GEODE-2469) Redis adapter Hash key support

2017-02-14 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15866251#comment-15866251 ] Hitesh Khamesra commented on GEODE-2469: Seems like we need to consider ":' here

[GitHub] geode-native issue #6: GEODE-2470: Replace sed dependency with standard C++.

2017-02-14 Thread mmartell
Github user mmartell commented on the issue: https://github.com/apache/geode-native/pull/6 As per your suggestions, switched to using assign with istreambuf_iterators. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[jira] [Commented] (GEODE-2470) Remove Dependency on sed tool

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

[jira] [Resolved] (GEODE-2479) correct doc reference to a com.gemstone package

2017-02-14 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller resolved GEODE-2479. Resolution: Fixed Assignee: Karen Smoler Miller > correct doc reference to a c

[jira] [Updated] (GEODE-2479) correct doc reference to a com.gemstone package

2017-02-14 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller updated GEODE-2479: --- Fix Version/s: 1.2.0 > correct doc reference to a com.gemstone package > -

Re: Review Request 56637: refactor ServerStarterRule and LocatorStarterRule so that they can be created without a Properties first.

2017-02-14 Thread Ken Howe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56637/#review165541 --- geode-core/src/test/java/org/apache/geode/test/dunit/rules/Server

Re: Review Request 56668: GEODE-2474: mark NetstatDUnitTest as flaky

2017-02-14 Thread Ken Howe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56668/#review165545 --- Ship it! Ship It! - Ken Howe On Feb. 14, 2017, 5:01 p.m., Ji

Re: Review Request 56637: refactor ServerStarterRule and LocatorStarterRule so that they can be created without a Properties first.

2017-02-14 Thread Jinmei Liao
> On Feb. 14, 2017, 6:37 p.m., Ken Howe wrote: > > geode-core/src/test/java/org/apache/geode/test/dunit/rules/ServerStarterRule.java, > > lines 94-99 > > > > > > Looks like a null properties argument will cause an NP

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

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

Re: Review Request 56637: refactor ServerStarterRule and LocatorStarterRule so that they can be created without a Properties first.

2017-02-14 Thread Kenneth Howe
Agree that the normal use if properties is null would be to call one of the other startServer methods. My concern was that there’s nothing that enforces that. Adding a null check is good. Ken > On Feb 14, 2017, at 10:48 AM, Jinmei Liao wrote: > > > >> On Feb. 14, 2017, 6:37 p.m., Ken Howe

Re: Review Request 56635: GEODE-2481: extract default properties generation to its own class

2017-02-14 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56635/#review165551 --- geode-core/src/test/java/org/apache/geode/distributed/internal/De

Re: Review Request 56637: refactor ServerStarterRule and LocatorStarterRule so that they can be created without a Properties first.

2017-02-14 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56637/ --- (Updated Feb. 14, 2017, 7 p.m.) Review request for geode, Jared Stewart, Kevin

Re: Review Request 56637: refactor ServerStarterRule and LocatorStarterRule so that they can be created without a Properties first.

2017-02-14 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56637/#review165556 --- Ship it! Ship It! - Jared Stewart On Feb. 14, 2017, 7 p.m.,

Re: Review Request 56637: refactor ServerStarterRule and LocatorStarterRule so that they can be created without a Properties first.

2017-02-14 Thread Ken Howe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56637/#review165559 --- Ship it! Ship It! - Ken Howe On Feb. 14, 2017, 7 p.m., Jinme

[RESULT][VOTE] RC2: Apache Geode 1.1.0 release

2017-02-14 Thread Hitesh Khamesra
The vote passes with 6 +1 and 2 +0 votes: Jinmei Liao  +1 Udo Kohlmeyer    +1 William Markito  +1 Dan Smith    +1 Xiaojian Zhou    +1 Anthony Baker    +1 Kenneth Howe +0 Karen Miller +0 Mail thread: http://mail-ar

Re: Review Request 56668: GEODE-2474: mark NetstatDUnitTest as flaky

2017-02-14 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56668/#review165560 --- Ship it! Ship It! - Jared Stewart On Feb. 14, 2017, 5:01 p.m

[jira] [Commented] (GEODE-1716) Non-ssl RMI server seems not to be cleaning up after itself. Causing the rest of the tests to fail.

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

[jira] [Commented] (GEODE-2398) Sporadic Oplog corruption due to channel.write failure

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

[jira] [Commented] (GEODE-2475) Upgrade lucene version to 6.4.1

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

[jira] [Commented] (GEODE-2479) correct doc reference to a com.gemstone package

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

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

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

[jira] [Commented] (GEODE-2267) Add gfsh command to export stat files

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

[jira] [Commented] (GEODE-2398) Sporadic Oplog corruption due to channel.write failure

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

[GitHub] geode-native pull request #7: Feature/geode 2467

2017-02-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode-native/pull/7 --- 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-2467) Support Newer Versions of Visual Studio

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

[jira] [Commented] (GEODE-2471) AsyncEventListenerOffHeapDUnitTest.testParallelAsyncEventQueueMoveBucketAndMoveItBackDuringDispatching

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

[jira] [Resolved] (GEODE-2471) AsyncEventListenerOffHeapDUnitTest.testParallelAsyncEventQueueMoveBucketAndMoveItBackDuringDispatching

2017-02-14 Thread xiaojian zhou (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xiaojian zhou resolved GEODE-2471. -- Resolution: Fixed > AsyncEventListenerOffHeapDUnitTest.testParallelAsyncEventQueueMoveBucketAndM

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

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

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

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

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

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

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

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

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

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

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

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

[jira] [Commented] (GEODE-2434) geodeOldVersionClasspaths.txt is generated every time build is parsed

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

[jira] [Commented] (GEODE-2432) Don't create and upload empty maven artifacts for geode-benchmarks, geode-old-versions

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

[jira] [Commented] (GEODE-1964) Add docs for native client to native client repo

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

[GitHub] geode-native pull request #10: Fix build on Windows.

2017-02-14 Thread PivotalSarge
GitHub user PivotalSarge opened a pull request: https://github.com/apache/geode-native/pull/10 Fix build on Windows. There was a lingering reference to one of the example files, ComplexNumber.cs, in the CLI tests. Restoring that file to a different location was insufficient because

Merge conflict from release/1.1.0 branch to develop

2017-02-14 Thread Hitesh Khamesra
I was merging release/1.1.0 branch to develop to see if something we need to pull from there. Generally we don't expect anything from it but it is showing some conflicts. Can you(Bruce, Jenmei, Jared) please look following files. -bash-4.2$ git merge --no-ff release/1.1.0Auto-merging gradle.prop

Re: Merge conflict from release/1.1.0 branch to develop

2017-02-14 Thread Jared Stewart
Hi Hitesh, It looks to me like the merge conflicts in ClusterConfig tests are due to this commit being included in develop, but not in release/1.1.0: [d188118 Jinmei Liao on 2/8/17 at 4:04 PM] -Jared > On Feb 14, 2017, at 12:16 PM, Hitesh Khamesra > wrote: > > I was merging release/1.1.0

[jira] [Commented] (GEODE-1716) Non-ssl RMI server seems not to be cleaning up after itself. Causing the rest of the tests to fail.

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

[jira] [Commented] (GEODE-2398) Sporadic Oplog corruption due to channel.write failure

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

[jira] [Commented] (GEODE-2460) Update dependency versions

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

[jira] [Commented] (GEODE-2475) Upgrade lucene version to 6.4.1

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

[jira] [Commented] (GEODE-2398) Sporadic Oplog corruption due to channel.write failure

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

[jira] [Commented] (GEODE-2479) correct doc reference to a com.gemstone package

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

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

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

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

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

[jira] [Commented] (GEODE-2470) Remove Dependency on sed tool

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

[GitHub] geode-native pull request #6: GEODE-2470: Replace sed dependency with standa...

2017-02-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode-native/pull/6 --- 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-2470) Remove Dependency on sed tool

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

[GitHub] geode-native pull request #10: Fix build on Windows.

2017-02-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode-native/pull/10 --- 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-2462) Unify quick starts and examples

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

Gradle build for idea

2017-02-14 Thread Udo Kohlmeyer
Hi there, When I run `gradle idea` the following exception is thrown. * What went wrong: Execution failed for task ':geode-core:ideaModule'. > Cannot change dependencies of configuration ':geode-core:antlr' after it has been included in dependency resolution. Is this something that we can res

Re: Merge conflict from release/1.1.0 branch to develop

2017-02-14 Thread Bruce Schuchardt
There are changes on develop to DirectChannel that aren't in the 1.1.0 branch. I don't see why git isn't figuring that out. The backward-compatibility classes were modified in the 1.1.0 branch to try to track down the problem with locating the classpaths file in geode-old-versions. We could

Review Request 56682: GEODE-2444: move Redis out of geode-core.

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

Re: Gradle build for idea

2017-02-14 Thread Jinmei Liao
I do not need to run gradle command in order to use IDEA. I just imported those modules, and IDEA will sort things out on its own. On Tue, Feb 14, 2017 at 1:20 PM, Udo Kohlmeyer wrote: > Hi there, > > When I run `gradle idea` the following exception is thrown. > > * What went wrong: > Execution

Re: Gradle build for idea

2017-02-14 Thread Udo Kohlmeyer
Ok... just to clarify... I have imported the project into Idea using the build in gradle support. But when I run the idea command on command line, that is when I see the failure. I was wondering if we should be concerned about this... --Udo On 2/14/17 13:33, Jinmei Liao wrote: I do not nee

[jira] [Created] (GEODE-2483) Allow developer to set security permissions within functions

2017-02-14 Thread Diane Hardman (JIRA)
Diane Hardman created GEODE-2483: Summary: Allow developer to set security permissions within functions Key: GEODE-2483 URL: https://issues.apache.org/jira/browse/GEODE-2483 Project: Geode I

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

2017-02-14 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Huynh reassigned GEODE-2477: -- Assignee: Jason Huynh > CI Failure suspect string from > returnCorrectResultsWhenCloseCacheHa

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

2017-02-14 Thread David Kimura (JIRA)
David Kimura created GEODE-2484: --- Summary: Remove ACE from native client dependencies Key: GEODE-2484 URL: https://issues.apache.org/jira/browse/GEODE-2484 Project: Geode Issue Type: Task

GeodeRedisAdapter improvments/feedback

2017-02-14 Thread Hitesh Khamesra
Current GeodeRedisAdapter implementation is based on https://cwiki.apache.org/confluence/display/GEODE/Geode+Redis+Adapter+Proposal. We are looking for some feedback on Redis commands and their mapping to geode region. 1. Redis Type String   a. Usage Set k1 v1   b. Current implementation creates

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

2017-02-14 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #472 was successful. --- Scheduled 1681 tests in total. https://build.spring.io/browse/SGF-NAG-472/ -- This

Re: Propose a new implementation for collections in Geode transaction (GEODE-2392)

2017-02-14 Thread Hitesh Khamesra
+1 for supporting repeatable read semantics consistently. throw Unsupportedexception if some apis are not supported inside tx. -Hitesh. From: Anthony Baker To: dev@geode.apache.org Sent: Monday, February 13, 2017 8:08 AM Subject: Re: Propose a new implementation for collections in Geode

Re: GeodeRedisAdapter improvments/feedback

2017-02-14 Thread Real Wes
In what format do you want the feedback Hitesh? For now I’ll just comment: 1. Redis Type String No comments except that a future Geode value-add would be to extend the Jedis client so that the K/V’s are not compressed. In this way OQL and CQ will work. The tradeoff of this is that the data can

Re: GeodeRedisAdapter improvments/feedback

2017-02-14 Thread Jason Huynh
Hi Hitesh, Not sure about everyone else, but I had a hard time reading this, however I think I figured out what you were describing... the only part I still am unsure about is Feedback/vote: both behaviour is desirable. Do you mean you want feedback and voting on whether both behaviors are desi

Re: GeodeRedisAdapter improvments/feedback

2017-02-14 Thread Swapnil Bawaskar
The Redis adapter was designed so that we can scale all the Redis data structures horizontally. If you bring the data structures to region entry level, there is no reason for anyone to use our implementation over Redis. On Tue, Feb 14, 2017 at 3:15 PM Jason Huynh wrote: > Hi Hitesh, > > Not sure

Re: GeodeRedisAdapter improvments/feedback

2017-02-14 Thread Dan Smith
I also had a hard time reading this. It sounds like the tl;dr is that your are proposing storing each redis collection in a single region entry, rather than a a partition region? I guess the question is whether users will have a few very large collections that need to be partitioned, or lots and lo

Re: GeodeRedisAdapter improvments/feedback

2017-02-14 Thread Michael Vos
How do I unsubscribe from this email list? Thank you, Michael Vos Strategic Partnerships 310-804-7223 | m...@pivotal.io > On Feb 14, 2017, at 3:37 PM, Dan Smith wrote: > > I also had a hard time reading this. It sounds like the tl;dr is that your > are proposing storing each redis collec

[DISCUSS] JIRA guidelines

2017-02-14 Thread Dan Smith
We have this draft of JIRA guidelines sitting on the wiki. I updated it slightly. Can we agree on these guidelines and remove the draft label? Is there more that needs to be here? https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=57311462 -Dan

Re: [DISCUSS] JIRA guidelines

2017-02-14 Thread Jared Stewart
+1 to removing the draft label > On Feb 14, 2017, at 3:47 PM, Dan Smith wrote: > > We have this draft of JIRA guidelines sitting on the wiki. I updated it > slightly. Can we agree on these guidelines and remove the draft label? Is > there more that needs to be here? > > https://cwiki.apache.org

Re: [DISCUSS] JIRA guidelines

2017-02-14 Thread Kenneth Howe
+1 on the guidelines - can always be discussed and updated further as needed +1 remove draft > On Feb 14, 2017, at 3:47 PM, Dan Smith wrote: > > We have this draft of JIRA guidelines sitting on the wiki. I updated it > slightly. Can we agree on these guidelines and remove the draft label? Is > t

Re: [DISCUSS] JIRA guidelines

2017-02-14 Thread Akihiro Kitada
I agree! -- Akihiro Kitada | Staff Customer Engineer | +81 80 3716 3736 Support.Pivotal.io | Mon-Fri 9:00am to 5:30pm JST | 1-877-477-2269 [image: support] [image: twitter] [image: linkedin]

Re: GeodeRedisAdapter improvments/feedback

2017-02-14 Thread William Markito Oliveira
Definitely not by asking in the middle of on-going discussion threads. Instructions: http://bfy.tw/A5ub :) Sent from my iPhone > On Feb 14, 2017, at 6:38 PM, Michael Vos wrote: > > How do I unsubscribe from this email list? > > Thank you, > > Michael Vos > Strategic Partnerships > 310-804

Re: GeodeRedisAdapter improvments/feedback

2017-02-14 Thread Hitesh Khamesra
Jason/Dan: Sorry to hear about that. But both of you have asked the right question. it depends on your use-case(item 2,3,4,5) . For example "hashes" can be use to define key-value pair or java bean. In this case  probably it is better to keep that hash at region-entry level.  But if you want to

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

2017-02-14 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=15866996#comment-15866996 ] ASF subversion and git services commented on GEODE-2231: Commit 17

[jira] [Created] (GEODE-2485) CacheTransactionManager suspend/resume can leak memory for 30 minutes

2017-02-14 Thread Darrel Schneider (JIRA)
Darrel Schneider created GEODE-2485: --- Summary: CacheTransactionManager suspend/resume can leak memory for 30 minutes Key: GEODE-2485 URL: https://issues.apache.org/jira/browse/GEODE-2485 Project: Ge

  1   2   >