Re: Review Request 57208: GEODE-2560: Missing disk files (.crf) during backup/restore throws exception

2017-03-01 Thread Darrel Schneider
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57208/#review167582 --- Ship it! Ship It! - Darrel Schneider On March 1, 2017, 12:56

Review Request 57221: GEODE-2541: Fixed ClassCastException failure

2017-03-01 Thread Ken Howe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57221/ --- Review request for geode, Jinmei Liao, Jared Stewart, Kevin Duling, and Kirk Lun

Re: export logs and stats

2017-03-01 Thread Darrel Schneider
IndexOutOfBoundError if you don't specify an extension is a bug that should be fixed. It could be fixed by tacking on a default extension if one does not exist. I'm not sure what should be done about filenames with multiple "." in them (like "foo.log.gz"). Currently I think the code says what come

Re: Review Request 57221: GEODE-2541: Fixed ClassCastException failure

2017-03-01 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57221/#review167585 --- geode-core/src/test/java/org/apache/geode/management/internal/cli

Re: export logs and stats

2017-03-01 Thread Darrel Schneider
The code that gets the list of old logs/stats to remove is: org.apache.geode.internal.io.MainWithChildrenRollingFileHandler.checkDiskSpace(String, File, long, File, LogWriterI18n) You will see that it calls findChildrenExcept with a pattern. You probably want to instead call findChildren and you w

Re: Review Request 57221: GEODE-2541: Fixed ClassCastException failure

2017-03-01 Thread Ken Howe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57221/ --- (Updated March 1, 2017, 10:25 p.m.) Review request for geode, Jinmei Liao, Jare

[jira] [Commented] (GEODE-2562) Docs: simplify language in Main Features section

2017-03-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891199#comment-15891199 ] ASF subversion and git services commented on GEODE-2562: Commit 31

Re: Review Request 57221: GEODE-2541: Fixed ClassCastException failure

2017-03-01 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57221/#review167593 --- Ship it! Ship It! - Jinmei Liao On March 1, 2017, 10:25 p.m.

[GitHub] geode pull request #:

2017-03-01 Thread joeymcallister
Github user joeymcallister commented on the pull request: https://github.com/apache/geode/commit/319304e28fa33f685ccab51d7574fc8696cee50b#commitcomment-21113152 In geode-docs/getting_started/product_intro.html.md.erb: In geode-docs/getting_started/product_intro.html.md.erb on line

[jira] [Commented] (GEODE-2413) peer-to-peer authentication: Peer need to re-authenticate coordinator while accepting view message

2017-03-01 Thread Bruce Schuchardt (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891223#comment-15891223 ] Bruce Schuchardt commented on GEODE-2413: - Hitesh, I think you need to clarify whe

[jira] [Commented] (GEODE-2413) peer-to-peer authentication: Peer need to re-authenticate coordinator while accepting view message

2017-03-01 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891254#comment-15891254 ] Hitesh Khamesra commented on GEODE-2413: [~bschuchardt] It's not about encrypted U

[jira] [Assigned] (GEODE-2562) Docs: simplify language in Main Features section

2017-03-01 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller reassigned GEODE-2562: -- Assignee: Karen Smoler Miller > Docs: simplify language in Main Features sectio

[jira] [Resolved] (GEODE-2562) Docs: simplify language in Main Features section

2017-03-01 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller resolved GEODE-2562. Resolution: Fixed > Docs: simplify language in Main Features section > -

[jira] [Commented] (GEODE-2413) peer-to-peer authentication: Peer need to re-authenticate coordinator while accepting view message

2017-03-01 Thread Bruce Schuchardt (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891261#comment-15891261 ] Bruce Schuchardt commented on GEODE-2413: - thanks for the clarification [~hiteshkh

[jira] [Updated] (GEODE-2562) Docs: simplify language in Main Features section

2017-03-01 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller updated GEODE-2562: --- Fix Version/s: 1.2.0 > Docs: simplify language in Main Features section >

[jira] [Assigned] (GEODE-2571) CacheClosedException during LuceneQueryFunction should be handled with a retry

2017-03-01 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Huynh reassigned GEODE-2571: -- Assignee: Jason Huynh > CacheClosedException during LuceneQueryFunction should be handled with

[jira] [Created] (GEODE-2571) CacheClosedException during LuceneQueryFunction should be handled with a retry

2017-03-01 Thread Jason Huynh (JIRA)
Jason Huynh created GEODE-2571: -- Summary: CacheClosedException during LuceneQueryFunction should be handled with a retry Key: GEODE-2571 URL: https://issues.apache.org/jira/browse/GEODE-2571 Project: Geo

[GitHub] geode-native pull request #36: GEODE-2494: Replace SpinLock with spinlock_mu...

2017-03-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode-native/pull/36 --- 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

[GitHub] geode-native pull request #40: GEODE-2552: Remove NanoTimer

2017-03-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode-native/pull/40 --- 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

[GitHub] geode-native pull request #37: GEODE-2531: Replace HostAsm::atomic with std:...

2017-03-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode-native/pull/37 --- 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-2552) Replace NanoTimer with std::chrono / std::this_thread::sleep_for

2017-03-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891294#comment-15891294 ] ASF subversion and git services commented on GEODE-2552: Commit c3

[jira] [Commented] (GEODE-2494) Replace SpinLock class with C++11 style BasicLockable class, spinlock_mutex.

2017-03-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891288#comment-15891288 ] ASF subversion and git services commented on GEODE-2494: Commit 4f

[jira] [Commented] (GEODE-2494) Replace SpinLock class with C++11 style BasicLockable class, spinlock_mutex.

2017-03-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891289#comment-15891289 ] ASF subversion and git services commented on GEODE-2494: Commit 56

[jira] [Commented] (GEODE-2552) Replace NanoTimer with std::chrono / std::this_thread::sleep_for

2017-03-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891293#comment-15891293 ] ASF subversion and git services commented on GEODE-2552: Commit 6a

Re: Review Request 57221: GEODE-2541: Fixed ClassCastException failure

2017-03-01 Thread Kevin Duling
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57221/#review167606 --- Ship it! Ship It! - Kevin Duling On March 1, 2017, 2:25 p.m.

[jira] [Commented] (GEODE-2531) Replace HostAsm::atomic* and AtomicInc with std::atomic

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

[jira] [Commented] (GEODE-2494) Replace SpinLock class with C++11 style BasicLockable class, spinlock_mutex.

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

[jira] [Commented] (GEODE-2494) Replace SpinLock class with C++11 style BasicLockable class, spinlock_mutex.

2017-03-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891282#comment-15891282 ] ASF subversion and git services commented on GEODE-2494: Commit c5

[jira] [Commented] (GEODE-2552) Replace NanoTimer with std::chrono / std::this_thread::sleep_for

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

[jira] [Commented] (GEODE-2552) Replace NanoTimer with std::chrono / std::this_thread::sleep_for

2017-03-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891292#comment-15891292 ] ASF subversion and git services commented on GEODE-2552: Commit b4

[jira] [Commented] (GEODE-2552) Replace NanoTimer with std::chrono / std::this_thread::sleep_for

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

[jira] [Commented] (GEODE-2494) Replace SpinLock class with C++11 style BasicLockable class, spinlock_mutex.

2017-03-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891284#comment-15891284 ] ASF subversion and git services commented on GEODE-2494: Commit b1

[jira] [Commented] (GEODE-2531) Replace HostAsm::atomic* and AtomicInc with std::atomic

2017-03-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891290#comment-15891290 ] ASF subversion and git services commented on GEODE-2531: Commit ef

[jira] [Commented] (GEODE-2494) Replace SpinLock class with C++11 style BasicLockable class, spinlock_mutex.

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

Review Request 57225: GEODE-2571 CacheClosedException during LuceneQueryFunction should be handled with a retry

2017-03-01 Thread Jason Huynh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57225/ --- Review request for geode, Lynn Hughes-Godfrey, nabarun nag, Dan Smith, and xiaoj

[jira] [Commented] (GEODE-2562) Docs: simplify language in Main Features section

2017-03-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891319#comment-15891319 ] ASF subversion and git services commented on GEODE-2562: Commit c0

[jira] [Commented] (GEODE-2562) Docs: simplify language in Main Features section

2017-03-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891320#comment-15891320 ] ASF subversion and git services commented on GEODE-2562: Commit 45

[jira] [Commented] (GEODE-2562) Docs: simplify language in Main Features section

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

Re: Review Request 57225: GEODE-2571 CacheClosedException during LuceneQueryFunction should be handled with a retry

2017-03-01 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57225/#review167609 --- Ship it! Ship It! - Dan Smith On March 1, 2017, 11:45 p.m.,

[jira] [Commented] (GEODE-2562) Docs: simplify language in Main Features section

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

Re: Review Request 57221: GEODE-2541: Fixed ClassCastException failure

2017-03-01 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57221/#review167611 --- Ship it! Ship It! - Jared Stewart On March 1, 2017, 10:25 p.

[GitHub] geode pull request #404: Geode 2469

2017-03-01 Thread hiteshk25
Github user hiteshk25 commented on a diff in the pull request: https://github.com/apache/geode/pull/404#discussion_r103499836 --- Diff: geode-core/src/main/java/org/apache/geode/redis/internal/RegionProvider.java --- @@ -259,6 +307,16 @@ public void createRemoteRegionReferenceLoca

Also Requesting more JIRA permission

2017-03-01 Thread Diane Rose Hardman
Similar to Addison's request earlier, as a PM I too would like pmerission to edit Jira tickets. Addison and I have discussed ways to better organize our process of pulling Jira tickets into our backlogs and this would really help. Thanks, Diane

[jira] [Assigned] (GEODE-2554) Geode incubator docs are still up

2017-03-01 Thread Joey McAllister (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey McAllister reassigned GEODE-2554: -- Assignee: Joey McAllister > Geode incubator docs are still up > ---

[jira] [Created] (GEODE-2572) Implement a getCache method for LuceneService

2017-03-01 Thread nabarun (JIRA)
nabarun created GEODE-2572: -- Summary: Implement a getCache method for LuceneService Key: GEODE-2572 URL: https://issues.apache.org/jira/browse/GEODE-2572 Project: Geode Issue Type: Bug Com

[jira] [Assigned] (GEODE-2572) Implement a getCache method for LuceneService

2017-03-01 Thread nabarun (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nabarun reassigned GEODE-2572: -- Assignee: nabarun > Implement a getCache method for LuceneService > ---

Review Request 57229: getCache method implemented for LuceneServiceImpl

2017-03-01 Thread nabarun nag
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57229/ --- Review request for geode, Barry Oglesby, Jason Huynh, Lynn Hughes-Godfrey, Dan S

[jira] [Created] (GEODE-2573) Client authentication to secured geode cluster fails

2017-03-01 Thread Andrei Biketov (JIRA)
Andrei Biketov created GEODE-2573: - Summary: Client authentication to secured geode cluster fails Key: GEODE-2573 URL: https://issues.apache.org/jira/browse/GEODE-2573 Project: Geode Issue Ty

[jira] [Commented] (GEODE-2573) Client authentication to secured geode cluster fails

2017-03-01 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891547#comment-15891547 ] Anthony Baker commented on GEODE-2573: -- Which version of geode is this? > Client aut

[jira] [Updated] (GEODE-2573) Client authentication to secured geode cluster fails

2017-03-01 Thread Andrei Biketov (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Biketov updated GEODE-2573: -- Hi Anthony, Turned out that was geode 1.0.0 version. I just downloaded 1.1.0 and reproduced same sc

[jira] [Updated] (GEODE-2573) Client authentication to secured geode cluster fails

2017-03-01 Thread Andrei Biketov (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Biketov updated GEODE-2573: -- Affects Version/s: 1.1.0 Description: I have simple setup: one locator and one server,

Re: Review Request 57229: getCache method implemented for LuceneServiceImpl

2017-03-01 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57229/#review167647 --- Ship it! Ship It! - Dan Smith On March 2, 2017, 2:47 a.m., n

[jira] [Commented] (GEODE-2573) Client authentication to secured geode cluster fails

2017-03-01 Thread Nilkanth Patel (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891639#comment-15891639 ] Nilkanth Patel commented on GEODE-2573: --- [~abiketov] IMO, you need to provide a mech

Re: Gfsh> Create regions with bad property values?

2017-03-01 Thread Kirk Lund
That's a result of replacing geode-joptsimple with a dependency on the binary release of jopt-simple. geode-joptsimple was a forked version that added this functionality. Unfortunately this was implemented in a rather dodgy way by adding fields to some internal exceptions which were then treated a

[jira] [Commented] (GEODE-2572) Implement a getCache method for LuceneService

2017-03-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891703#comment-15891703 ] ASF subversion and git services commented on GEODE-2572: Commit ab

[jira] [Updated] (GEODE-2572) Implement a getCache method for LuceneService

2017-03-01 Thread nabarun (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nabarun updated GEODE-2572: --- Fix Version/s: 1.2.0 > Implement a getCache method for LuceneService > ---

[jira] [Resolved] (GEODE-2572) Implement a getCache method for LuceneService

2017-03-01 Thread nabarun (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nabarun resolved GEODE-2572. Resolution: Fixed > Implement a getCache method for LuceneService >

<    1   2