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

2017-02-13 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=15863815#comment-15863815 ] ASF subversion and git services commented on GEODE-2398: Commit aa

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

2017-02-13 Thread Anthony Baker
Questions: 1) Do you know why we don’t set detectReadConflicts [1] true by default? I would guess that most users would not expect dirty reads in the context of a repeatable read isolation level. 2) In the case of non-local reads on a Partitioned Region, shouldn’t we throw a TransactionDataNot

Build failed in Jenkins: Geode-nightly #747

2017-02-13 Thread Apache Jenkins Server
See -- [...truncated 1416 lines...] Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. :geode-cq:processTestResources :geode-cq:testClasses :geode-

GEODE-2460: update dependency versions

2017-02-13 Thread Kirk Lund
I'm going to be pushing this change this morning: https://reviews.apache.org/r/56520/ After you pull and/or rebase any feature branches on this, you'll need to do a clean build and IDE refresh. GEODE-2460: update dependency versions Update the following dependency versions defined in

Re: Review Request 56520: GEODE-2460: update dependency versions

2017-02-13 Thread Udo Kohlmeyer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56520/#review165350 --- Ship it! Ship It! - Udo Kohlmeyer On Feb. 10, 2017, 11:39 p.

Geode nightly build failures

2017-02-13 Thread Kirk Lund
Some tests still seem to fail only on specific build machines (including UniversalMembershipListenerAdapterDUnitTest after my fixes). Mostly management dunits, but one Locator dunit failed. We may need to mark some of these as Flaky but I'll try to fix anything obvious before resorting to that. I'

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

2017-02-13 Thread Gregory Green (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15863976#comment-15863976 ] Gregory Green commented on GEODE-2469: -- Please see https://redis.io/topics/data-types

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

2017-02-13 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=15863977#comment-15863977 ] ASF subversion and git services commented on GEODE-2460: Commit 65

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

2017-02-13 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on the issue: https://github.com/apache/geode-native/pull/6 Why not use regex_replace in C++11 http://en.cppreference.com/w/cpp/regex/regex_replace? --- If your project is set up for it, you can reply to this email and have your reply appear on

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

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

Re: Automating docker builds for geode-native

2017-02-13 Thread Mark Bretl
+1 On Fri, Feb 10, 2017 at 1:14 PM, Michael William Dodge wrote: > I think this would be a good idea as configuring a machine for building > can be a barrier to entry for people wishing to contribute. > > Sarge > > > On 10 Feb, 2017, at 12:29, Anthony Baker wrote: > > > > The geode-native build

Re: Geode nightly build failures

2017-02-13 Thread Jinmei Liao
I have a fix for JMXMBeanDUnitTest, the code review is sent out. NetstatDUnitTest fails with OutofMemeoryError, probably the machine does not have enough memory to run this test? On Mon, Feb 13, 2017 at 8:40 AM, Kirk Lund wrote: > Some tests still seem to fail only on specific build machines (i

Re: Review Request 56586: GEODE-1716: refactor JMXMBeanDunitTest

2017-02-13 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56586/#review165355 --- Ship it! Ship It! - Kirk Lund On Feb. 13, 2017, 4:07 a.m., J

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

2017-02-13 Thread Xiaojian Zhou
+1. Should be more careful on naming next time. On Sun, Feb 12, 2017 at 10:50 AM, Anthony Baker wrote: > +1 (binding) > > Verified: > - LICENSE + NOTICE > - rat report > - hashes and signatures > - builds from src / tag > - sample applications run correctly > > Anthony > > > On Feb 9, 2017, at

Re: Geode nightly build failures

2017-02-13 Thread Kirk Lund
We've seen some netstat command tests fail with OutOfMemoryError else where as well. I don't know why forking a netstat command and reading the output back into the JVM would take up that much memory. It makes me wonder if there's a memory leak bug in MiscellaneousCommands#netstat. Does anyone hav

Re: Review Request 56506: GEODE-2398: Retry oplog channel.write on silent failures

2017-02-13 Thread Darrel Schneider
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56506/#review165358 --- Ship it! Ship It! - Darrel Schneider On Feb. 10, 2017, 4 p.m

[jira] [Commented] (GEODE-2436) Geode doesn't handle byte[] as key

2017-02-13 Thread Bruce Schuchardt (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15864089#comment-15864089 ] Bruce Schuchardt commented on GEODE-2436: - Why not use the existing ByteArrayWrapp

Re: Review Request 56564: GEODE-2449: Moved Redis out of Geode-core into its own module

2017-02-13 Thread Udo Kohlmeyer
> On Feb. 11, 2017, 1 a.m., Dan Smith wrote: > > geode-core/src/main/java/org/apache/geode/internal/hll/Bits.java, line 14 > > > > > > Technically, the hyperloglog stuff wasn't introduced for redis. But > > maybe it'

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

2017-02-13 Thread Dan Smith (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Smith updated GEODE-2471: - Component/s: (was: core) wan > AsyncEventListenerOffHeapDUnitTest.testParallelAsyncEv

[jira] [Created] (GEODE-2472) Oplog.flush method doesn't verify that the entry gets written

2017-02-13 Thread Kenneth Howe (JIRA)
Kenneth Howe created GEODE-2472: --- Summary: Oplog.flush method doesn't verify that the entry gets written Key: GEODE-2472 URL: https://issues.apache.org/jira/browse/GEODE-2472 Project: Geode Is

Re: Geode nightly build failures

2017-02-13 Thread Kirk Lund
Looking at https://builds.apache.org/job/Geode-nightly/747/testReport/org.apache.geode.management.internal.cli/NetstatDUnitTest/classMethod/ ...it looks like NetstatFunction.executeLsof keeps executing infinitely once it gets triggered. I tried to run "netstat --with-lsof=true" on my Mac, but app

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

2017-02-13 Thread Darrel Schneider (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15864106#comment-15864106 ] Darrel Schneider commented on GEODE-2471: - It looks like this failure is caused by

Re: C++ client change history

2017-02-13 Thread Michael William Dodge
I'm not sure exactly what happened as my git fu isn't that great but could it be as part of commit 4fa64db926f51d4b12d6e4040c703cc69a9832fe? In that commit I see a block under case TcrMessage::PING: being removed so that execution falls through to default: but I'm unsure that I've pieced the out

[jira] [Updated] (GEODE-2472) Oplog.flush method doesn't verify that the entry gets written

2017-02-13 Thread Kenneth Howe (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Howe updated GEODE-2472: Description: The Oplog.flush(OplogFile olf, ByteBuffer b1, ByteBuffer b2) method doesn't check the

[jira] [Commented] (GEODE-2375) GemFireException should not inherit from RuntimeException

2017-02-13 Thread Darrel Schneider (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15864127#comment-15864127 ] Darrel Schneider commented on GEODE-2375: - Something that might work, and not brea

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

2017-02-13 Thread Dan Smith
+1 (binding) IMO I think we don't have to hold up this release for the incubating references in BUILDING, docker, etc. as long as we can make the docs on the website correct. Is someone working on cleaning up the incubating references on develop? Verified: - signatures of artifacts - download a

[jira] [Assigned] (GEODE-2376) Remove stack dump comment from ThinClientPoolDM.cpp

2017-02-13 Thread Michael Dodge (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dodge reassigned GEODE-2376: Assignee: Michael Dodge > Remove stack dump comment from ThinClientPoolDM.cpp > ---

Re: C++ client change history

2017-02-13 Thread Jacob Barrett
The change happened in a commercial release between grants. The ping case had a deprecated long read that was not compatible with the server Geode 1.0. After removing the read the code path was merged with the default as there was no diff. On Mon, Feb 13, 2017 at 10:06 AM Michael William Dodge wr

Re: Review Request 56586: GEODE-1716: refactor JMXMBeanDunitTest

2017-02-13 Thread Kevin Duling
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56586/#review165367 --- Ship it! Ship It! - Kevin Duling On Feb. 12, 2017, 8:07 p.m.

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

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

[jira] [Commented] (GEODE-2415) Write a function to return a zip file for a single server

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

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

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

[jira] [Created] (GEODE-2473) redis-cli hangs if Geode unable to process command properly

2017-02-13 Thread Hitesh Khamesra (JIRA)
Hitesh Khamesra created GEODE-2473: -- Summary: redis-cli hangs if Geode unable to process command properly Key: GEODE-2473 URL: https://issues.apache.org/jira/browse/GEODE-2473 Project: Geode

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

[jira] [Commented] (GEODE-2439) Replace all non-standard types in all public includes / API

2017-02-13 Thread Jacob S. Barrett (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15864268#comment-15864268 ] Jacob S. Barrett commented on GEODE-2439: - GEODE-2408 resolves the WinSock2.h and

[GitHub] geode-native pull request #3: Replace ace calls to standard functions

2017-02-13 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/3#discussion_r100877742 --- Diff: src/cppcache/src/CacheXmlParser.cpp --- @@ -1165,7 +1166,7 @@ void CacheXmlParser::startPersistenceManager(const xmlChar** atts) {

[GitHub] geode-native pull request #3: Replace ace calls to standard functions

2017-02-13 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/3#discussion_r100878314 --- Diff: src/cppcache/src/TcrMessage.hpp --- @@ -1170,7 +1170,7 @@ class TcrMessageHelper { } if (compId != expectedPartType)

[GitHub] geode-native pull request #3: Replace ace calls to standard functions

2017-02-13 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/3#discussion_r100878727 --- Diff: src/cppcache/src/TcrMessage.hpp --- @@ -1170,7 +1170,7 @@ class TcrMessageHelper { } if (compId != expectedPartType)

New Committer And PMC Member: Jared Stewart

2017-02-13 Thread Mark Bretl
The Apache Geode Project Management Committee has invited Jared Stewart to be a committer on the project and join the Geode PMC. We are pleased to announce he has accepted the invitation. Please join me in welcoming Jared! Best Regards, Mark Bretl On behalf of the Apache Geode PMC

Re: Regarding region.putAll()

2017-02-13 Thread Goutam Tadi
+Jacob Barrett We are planning to replace the region.put() to one of the putAll() implementations provided by GemFire. We have found two ways of doing it. ((LocalRegion) region).basicImportPutAll(map) and region.putAll(map) where regionis a PartitionedRegion ? Anthony gave us some info and a

Re: New Committer And PMC Member: Jared Stewart

2017-02-13 Thread Joey McAllister
Nice! Congratulations, Jared! On Mon, Feb 13, 2017 at 11:59 AM Mark Bretl wrote: > The Apache Geode Project Management Committee has invited Jared Stewart to > be a committer on the project and join the Geode PMC. We are pleased to > announce he has accepted the invitation. > > Please join me in

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

2017-02-13 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2474: Summary: netstat command fails to correctly identify OS and --with-lsof fails on Mac Key: GEODE-2474 URL: https://issues.apache.org/jira/browse/GEODE-2474 Project: Geode

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

2017-02-13 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2474: - Labels: MiscellaneousCommands NetstatCommand gfsh netstat (was: ) > netstat command fails to correctly id

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

2017-02-13 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2474: - Affects Version/s: 1.1.0 1.0.0-incubating > netstat command fails to correctly iden

Re: New Committer And PMC Member: Jared Stewart

2017-02-13 Thread Kenneth Howe
Congratulations Jared > On Feb 13, 2017, at 12:07 PM, Joey McAllister wrote: > > Nice! Congratulations, Jared! > > On Mon, Feb 13, 2017 at 11:59 AM Mark Bretl wrote: > >> The Apache Geode Project Management Committee has invited Jared Stewart to >> be a committer on the project and join the G

[GitHub] geode-native pull request #8: GEODE-2376: Remove low-value comments from Thi...

2017-02-13 Thread PivotalSarge
GitHub user PivotalSarge opened a pull request: https://github.com/apache/geode-native/pull/8 GEODE-2376: Remove low-value comments from ThinClientPoolDM.cpp. - Remove the stack trace comment. - Remove commented-out code that already exists in the history of the file in ver

[jira] [Commented] (GEODE-2376) Remove stack dump comment from ThinClientPoolDM.cpp

2017-02-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15864371#comment-15864371 ] ASF GitHub Bot commented on GEODE-2376: --- GitHub user PivotalSarge opened a pull requ

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

2017-02-13 Thread Jason Huynh (JIRA)
Jason Huynh created GEODE-2475: -- Summary: Upgrade lucene version to 6.4.1 Key: GEODE-2475 URL: https://issues.apache.org/jira/browse/GEODE-2475 Project: Geode Issue Type: Task Compone

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

2017-02-13 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Huynh reassigned GEODE-2475: -- Assignee: Jason Huynh > Upgrade lucene version to 6.4.1 > > >

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

2017-02-13 Thread Michael Dodge (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dodge reassigned GEODE-2476: Assignee: Michael Dodge > Replace gfcpp with geode > > >

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

2017-02-13 Thread Michael Dodge (JIRA)
Michael Dodge created GEODE-2476: Summary: Replace gfcpp with geode Key: GEODE-2476 URL: https://issues.apache.org/jira/browse/GEODE-2476 Project: Geode Issue Type: Improvement Comp

Review Request 56613: GEODE-2475: Upgrade Lucene version to 6.4.1

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

[GitHub] geode pull request #396: Add junit to try parsing of simple XML file with po...

2017-02-13 Thread oshvarts
Github user oshvarts closed the pull request at: https://github.com/apache/geode/pull/396 --- 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 ena

[GitHub] geode issue #396: Add junit to try parsing of simple XML file with pool...

2017-02-13 Thread oshvarts
Github user oshvarts commented on the issue: https://github.com/apache/geode/pull/396 will create another pull request, canceling this one. --- 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 thi

[GitHub] geode pull request #397: Add junit to try parsing of simple XML file w pool ...

2017-02-13 Thread oshvarts
GitHub user oshvarts opened a pull request: https://github.com/apache/geode/pull/397 Add junit to try parsing of simple XML file w pool ... ...to detect/prevent regression to parsing exceptions that happened in gemfire 9.0 - 9.0.1. You can merge this pull request into a Git repo

Re: Review Request 56613: GEODE-2475: Upgrade Lucene version to 6.4.1

2017-02-13 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56613/#review165392 --- Ship it! Ship It! - Dan Smith On Feb. 13, 2017, 9:02 p.m., J

Re: New Committer And PMC Member: Jared Stewart

2017-02-13 Thread Dan Smith
Sweet! Welcome! -Dan On Mon, Feb 13, 2017 at 12:23 PM, Kenneth Howe wrote: > Congratulations Jared > > > On Feb 13, 2017, at 12:07 PM, Joey McAllister > wrote: > > > > Nice! Congratulations, Jared! > > > > On Mon, Feb 13, 2017 at 11:59 AM Mark Bretl wrote: > > > >> The Apache Geode Project Ma

[GitHub] geode-native pull request #3: Replace ace calls to standard functions

2017-02-13 Thread dgkimura
Github user dgkimura commented on a diff in the pull request: https://github.com/apache/geode-native/pull/3#discussion_r100903407 --- Diff: src/cppcache/src/TcrMessage.hpp --- @@ -1170,7 +1170,7 @@ class TcrMessageHelper { } if (compId != expectedPartType) {

[GitHub] geode pull request #377: GEODE-1435: Adds binary distribution licensing.

2017-02-13 Thread pivotal-jbarrett
Github user pivotal-jbarrett closed the pull request at: https://github.com/apache/geode/pull/377 --- 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 featur

[jira] [Commented] (GEODE-1435) Update LICENSE for native client bundled dependencies

2017-02-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15864484#comment-15864484 ] ASF GitHub Bot commented on GEODE-1435: --- Github user pivotal-jbarrett closed the pul

[GitHub] geode-native pull request #3: Replace ace calls to standard functions

2017-02-13 Thread dgkimura
Github user dgkimura commented on a diff in the pull request: https://github.com/apache/geode-native/pull/3#discussion_r100904404 --- Diff: src/cppcache/src/CacheXmlParser.cpp --- @@ -1165,7 +1166,7 @@ void CacheXmlParser::startPersistenceManager(const xmlChar** atts) {

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

2017-02-13 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=15864497#comment-15864497 ] ASF subversion and git services commented on GEODE-2475: Commit 5d

[GitHub] geode-native pull request #9: [GEODE-2408] Refactor CacheableDate with C++11...

2017-02-13 Thread pivotal-jbarrett
GitHub user pivotal-jbarrett opened a pull request: https://github.com/apache/geode-native/pull/9 [GEODE-2408] Refactor CacheableDate with C++11 standards. Moved from old repo to new repo. Can I get a thumbs up please? You can merge this pull request into a Git repository by running

[jira] [Commented] (GEODE-2408) Refactor CacheableDate to use C++ std::chrono

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

[GitHub] geode pull request #385: [GEODE-2408] Refactor CacheableDate to use C++ std:...

2017-02-13 Thread pivotal-jbarrett
Github user pivotal-jbarrett closed the pull request at: https://github.com/apache/geode/pull/385 --- 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 featur

[GitHub] geode issue #385: [GEODE-2408] Refactor CacheableDate to use C++ std::chrono

2017-02-13 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on the issue: https://github.com/apache/geode/pull/385 Moved to https://github.com/apache/geode-native/pull/9 --- 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

[jira] [Commented] (GEODE-2408) Refactor CacheableDate to use C++ std::chrono

2017-02-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15864502#comment-15864502 ] ASF GitHub Bot commented on GEODE-2408: --- Github user pivotal-jbarrett commented on t

[jira] [Commented] (GEODE-2408) Refactor CacheableDate to use C++ std::chrono

2017-02-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15864503#comment-15864503 ] ASF GitHub Bot commented on GEODE-2408: --- Github user pivotal-jbarrett closed the pul

[jira] [Commented] (GEODE-2408) Refactor CacheableDate to use C++ std::chrono

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

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

2017-02-13 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Huynh resolved GEODE-2475. Resolution: Fixed Fix Version/s: 1.2.0 > Upgrade lucene version to 6.4.1 > -

[GitHub] geode-native issue #9: [GEODE-2408] Refactor CacheableDate with C++11 standa...

2017-02-13 Thread PivotalSarge
Github user PivotalSarge commented on the issue: https://github.com/apache/geode-native/pull/9 LGTM --- 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 t

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

2017-02-13 Thread Dan Smith (JIRA)
Dan Smith created GEODE-2477: Summary: CI Failure suspect string from returnCorrectResultsWhenCloseCacheHappensOnPartialIndexWrite Key: GEODE-2477 URL: https://issues.apache.org/jira/browse/GEODE-2477 Pr

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

2017-02-13 Thread PivotalSarge
Github user PivotalSarge commented on the issue: https://github.com/apache/geode-native/pull/7 LGTM --- 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

[GitHub] geode-native issue #2: GEODE-2423: Remove unused keystore files and rename t...

2017-02-13 Thread PivotalSarge
Github user PivotalSarge commented on the issue: https://github.com/apache/geode-native/pull/2 LGTM --- 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 t

[GitHub] geode-native pull request #9: [GEODE-2408] Refactor CacheableDate with C++11...

2017-02-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode-native/pull/9 --- 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] [Resolved] (GEODE-1824) CI Failure: LuceneQueriesPeerPRRedundancyDUnitTest.returnCorrectResultsWhenCloseCacheHappensOnPartialIndexWrite

2017-02-13 Thread Dan Smith (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Smith resolved GEODE-1824. -- Resolution: Cannot Reproduce Assignee: Dan Smith Fix Version/s: 1.2.0 I haven't seen thi

[jira] [Commented] (GEODE-2408) Refactor CacheableDate to use C++ std::chrono

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

[jira] [Commented] (GEODE-2408) Refactor CacheableDate to use C++ std::chrono

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

[jira] [Commented] (GEODE-2408) Refactor CacheableDate to use C++ std::chrono

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

[jira] [Commented] (GEODE-2423) Remove unused keystore files

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

[jira] [Commented] (GEODE-2408) Refactor CacheableDate to use C++ std::chrono

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

Re: Review Request 56613: GEODE-2475: Upgrade Lucene version to 6.4.1

2017-02-13 Thread xiaojian zhou
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56613/#review165393 --- Ship it! Ship It! - xiaojian zhou On Feb. 13, 2017, 9:02 p.m

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

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

[jira] [Commented] (GEODE-2357) Update cli quickstarts

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

[GitHub] geode-native pull request #1: GEODE-2357: Replace gemfire with geode (all ca...

2017-02-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode-native/pull/1 --- 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-2357) Update cli quickstarts

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

[GitHub] geode-native pull request #2: GEODE-2423: Remove unused keystore files and r...

2017-02-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode-native/pull/2 --- 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-2423) Remove unused keystore files

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

[jira] [Commented] (GEODE-2423) Remove unused keystore files

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

[GitHub] geode-native pull request #3: Replace ace calls to standard functions

2017-02-13 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/3#discussion_r100912867 --- Diff: src/cppcache/src/TcrMessage.hpp --- @@ -1170,7 +1170,7 @@ class TcrMessageHelper { } if (compId != expectedPartType)

[GitHub] geode-native pull request #3: Replace ace calls to standard functions

2017-02-13 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/3#discussion_r100913452 --- Diff: src/cppcache/src/CacheXmlParser.cpp --- @@ -1165,7 +1166,7 @@ void CacheXmlParser::startPersistenceManager(const xmlChar** atts) {

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

2017-02-13 Thread Kenneth Howe (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Howe resolved GEODE-2398. - Resolution: Fixed Fix Version/s: 1.2.0 Commits: fb14e9aab263654ed0176dcc3c9738be1b208a82 9b

[GitHub] geode-native pull request #3: Replace ace calls to standard functions

2017-02-13 Thread dgkimura
Github user dgkimura commented on a diff in the pull request: https://github.com/apache/geode-native/pull/3#discussion_r10091 --- Diff: src/cppcache/src/CacheXmlParser.cpp --- @@ -1165,7 +1166,7 @@ void CacheXmlParser::startPersistenceManager(const xmlChar** atts) {

[GitHub] geode-native pull request #3: Replace ace calls to standard functions

2017-02-13 Thread dgkimura
Github user dgkimura commented on a diff in the pull request: https://github.com/apache/geode-native/pull/3#discussion_r100917160 --- Diff: src/cppcache/src/TcrMessage.hpp --- @@ -1170,7 +1170,7 @@ class TcrMessageHelper { } if (compId != expectedPartType) {

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

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

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

2017-02-13 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes updated GEODE-2052: --- Description: Geode has a lot of properties. But they are not mentioned in context but rather listed a

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

2017-02-13 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes updated GEODE-2052: --- Description: Geode has a lot of properties. But they are not mentioned in context but rather listed a

[jira] [Commented] (GEODE-2453) region.create does not honor contract on PROXY region

2017-02-13 Thread Darrel Schneider (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15864644#comment-15864644 ] Darrel Schneider commented on GEODE-2453: - This is actually the expected behavior

[jira] [Updated] (GEODE-2352) Document that REST API requires two properties

2017-02-13 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes updated GEODE-2352: --- Description: Pulkit Chandra wrote in GEODE-2052: The REST api needs bind address property and http-se

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

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

  1   2   >