[jira] [Created] (GEODE-2487) SSL should not require external security library

2017-02-14 Thread Jacob S. Barrett (JIRA)
Jacob S. Barrett created GEODE-2487: --- Summary: SSL should not require external security library Key: GEODE-2487 URL: https://issues.apache.org/jira/browse/GEODE-2487 Project: Geode Issue

[jira] [Commented] (GEODE-2486) SSL ciphers other than NULL not supported

2017-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15867333#comment-15867333 ] ASF GitHub Bot commented on GEODE-2486: --- GitHub user pivotal-jbarrett opened a pull request:

[GitHub] geode-native pull request #11: GEODE-2486: Initialize OpenSSL for DEFAULT ci...

2017-02-14 Thread pivotal-jbarrett
GitHub user pivotal-jbarrett opened a pull request: https://github.com/apache/geode-native/pull/11 GEODE-2486: Initialize OpenSSL for DEFAULT cipher support. - Init SSLv23_client mode to support negotiation of all SSL/TLS versions. - Cleanup C++ style issues. - Update

[jira] [Created] (GEODE-2486) SSL ciphers other than NULL not supported

2017-02-14 Thread Jacob S. Barrett (JIRA)
Jacob S. Barrett created GEODE-2486: --- Summary: SSL ciphers other than NULL not supported Key: GEODE-2486 URL: https://issues.apache.org/jira/browse/GEODE-2486 Project: Geode Issue Type:

Re: [DISCUSS] JIRA guidelines

2017-02-14 Thread William Markito Oliveira
+1 Finally!! ;) Sent from my iPhone > On Feb 14, 2017, at 7:59 PM, Galen M O'Sullivan wrote: > > +1 to the article and removing the draft label > >> On Tue, Feb 14, 2017 at 4:05 PM, Akihiro Kitada wrote: >> >> I agree! >> >> >> -- >> Akihiro

Re: GeodeRedisAdapter improvments/feedback

2017-02-14 Thread Hitesh Khamesra
How's going on. What are you working these days. Sent from Yahoo Mail on Android On Tue, Feb 14, 2017 at 4:16 PM, William Markito Oliveira wrote: Definitely not by asking in the middle of on-going  discussion threads. Instructions: http://bfy.tw/A5ub :) Sent

Re: GeodeRedisAdapter improvments/feedback

2017-02-14 Thread Jason Huynh
The concern about the threshold to spill over would be do you "unspill" over? Like what if the collection contracts under the threshold and teeters around the threshold. If the user can configure this size, then wouldn't they just know they want a "large" vs a "small?" I think Swapnil makes a

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

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

Re: GeodeRedisAdapter improvments/feedback

2017-02-14 Thread Galen M O'Sullivan
If we put them in separate regions, we'll have the overhead of looking up in two regions added to each and every operation, and the overhead of creating all these regions. If we really wanted to we could have some threshold at which we spill collections over into their own regions, and have

Re: [DISCUSS] JIRA guidelines

2017-02-14 Thread Galen M O'Sullivan
+1 to the article and removing the draft label On Tue, Feb 14, 2017 at 4:05 PM, Akihiro Kitada wrote: > I agree! > > > -- > Akihiro Kitada | Staff Customer Engineer | +81 80 3716 3736 > Support.Pivotal.io | Mon-Fri 9:00am to > 5:30pm JST |

[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:

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

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

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: [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

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? > >

[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: 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

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

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

[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

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

[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

[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 >

[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

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

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

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

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

[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=15866699#comment-15866699 ] ASF subversion and git services commented on GEODE-2462: Commit

[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

[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 subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1586#comment-1586 ] ASF subversion and git services commented on GEODE-2470: Commit

[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=15866602#comment-15866602 ] ASF subversion and git services commented on GEODE-2479: Commit

[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=15866603#comment-15866603 ] ASF subversion and git services commented on GEODE-2474: Commit

[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=15866604#comment-15866604 ] ASF subversion and git services commented on GEODE-2402: Commit

[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=15866597#comment-15866597 ] ASF subversion and git services commented on GEODE-2460: Commit

[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=15866599#comment-15866599 ] ASF subversion and git services commented on GEODE-2475: Commit

[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=15866600#comment-15866600 ] ASF subversion and git services commented on GEODE-2398: Commit

[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=15866598#comment-15866598 ] ASF subversion and git services commented on GEODE-1716: Commit

[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=15866601#comment-15866601 ] ASF subversion and git services commented on GEODE-2398: Commit

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

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

[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

[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=15866482#comment-15866482 ] ASF subversion and git services commented on GEODE-1964: Commit

[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=15866455#comment-15866455 ] ASF subversion and git services commented on GEODE-2433: Commit

[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=15866453#comment-15866453 ] ASF subversion and git services commented on GEODE-2432: Commit

[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=15866457#comment-15866457 ] ASF subversion and git services commented on GEODE-2430: Commit

[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=15866456#comment-15866456 ] ASF subversion and git services commented on GEODE-2434: Commit

[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=15866459#comment-15866459 ] ASF subversion and git services commented on GEODE-2430: Commit

[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=15866458#comment-15866458 ] ASF subversion and git services commented on GEODE-2430: Commit

[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=15866451#comment-15866451 ] ASF subversion and git services commented on GEODE-2433: Commit

[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=15866452#comment-15866452 ] ASF subversion and git services commented on GEODE-2433: Commit

[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=15866442#comment-15866442 ] ASF subversion and git services commented on GEODE-2471: Commit

[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 >

[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=15866430#comment-15866430 ] ASF subversion and git services commented on GEODE-2467: Commit

[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-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=15866422#comment-15866422 ] ASF subversion and git services commented on GEODE-2267: Commit

[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=15866418#comment-15866418 ] ASF subversion and git services commented on GEODE-2398: Commit

[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=15866416#comment-15866416 ] ASF subversion and git services commented on GEODE-1716: Commit

[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=15866419#comment-15866419 ] ASF subversion and git services commented on GEODE-2398: Commit

[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=15866417#comment-15866417 ] ASF subversion and git services commented on GEODE-2475: Commit

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

[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:

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.,

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 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 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 ---

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,

[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=15866383#comment-15866383 ] ASF subversion and git services commented on GEODE-2474: Commit

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

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.,

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 ---

[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 >

[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

[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=15866275#comment-15866275 ] ASF GitHub Bot commented on GEODE-2470: --- Github user mmartell commented on the issue:

[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-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=15866251#comment-15866251 ] Hitesh Khamesra commented on GEODE-2469: Seems like we need to consider ":' here Redis keys

[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=15866226#comment-15866226 ] ASF subversion and git services commented on GEODE-2479: Commit

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

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

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

[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=15866132#comment-15866132 ] Jinmei Liao commented on GEODE-2427: fixed > JMXMBeanDUnitTest.testJMXOverLegacySSL cannot run with

[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] [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

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:

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

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

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 ---

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,

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]

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: 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

[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=15866016#comment-15866016 ] ASF GitHub Bot commented on GEODE-2470: --- Github user mmartell commented on a diff in the pull

[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: [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.

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

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++