[jira] [Created] (GEODE-2494) Replace SpinLock class with C++11 style BasicLockable class, spinlock_mutex. You can find several public domain examples of how to implement a spinlock_mutex that can be

2017-02-15 Thread Jacob S. Barrett (JIRA)
Jacob S. Barrett created GEODE-2494: --- Summary: Replace SpinLock class with C++11 style BasicLockable class, spinlock_mutex. You can find several public domain examples of how to implement a spinlock_mutex that can be used with std::lock_guard.

[jira] [Commented] (GEODE-2493) Replaces the locking and CAS operations provided in HostAsm with C++11 standards

2017-02-15 Thread Jacob S. Barrett (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15869218#comment-15869218 ] Jacob S. Barrett commented on GEODE-2493: - Replace {{HostAsm::atomicAdd}} and {{AtomicInc}} with

[jira] [Commented] (GEODE-2493) Replaces the locking and CAS operations provided in HostAsm with C++11 standards

2017-02-15 Thread Jacob S. Barrett (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15869213#comment-15869213 ] Jacob S. Barrett commented on GEODE-2493: - Replace {{HostAsm::nanoSleep}} and

[jira] [Commented] (GEODE-2493) Replaces the locking and CAS operations provided in HostAsm with C++11 standards

2017-02-15 Thread Jacob S. Barrett (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15869186#comment-15869186 ] Jacob S. Barrett commented on GEODE-2493: - Replace {{HostAsm::getCpuCount}} with

[jira] [Commented] (GEODE-2493) Replaces the locking and CAS operations provided in HostAsm with C++11 standards

2017-02-15 Thread Jacob S. Barrett (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15869180#comment-15869180 ] Jacob S. Barrett commented on GEODE-2493: - Replace {{SpinLock}} class with C++11 style

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

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

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

2017-02-15 Thread anilkumar gingade
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56738/ --- Review request for geode, Darrel Schneider and Eric Shu. Repository: geode

[ANNOUNCE] Apache Geode release 1.1.0

2017-02-15 Thread Hitesh Khamesra
The Apache Geode team is proud to announce Apache Geode release version 1.1.0 Apache *Geode* is a data management platform that provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high

Re: Requesting more JIRA permission

2017-02-15 Thread Dan Smith
Great! You should have access now. -Dan On Wed, Feb 15, 2017 at 5:00 PM, Addison Huddy wrote: > ahuddy > > Not planning any major reorganization of tickets. If that is ever needed, I > will make a formal proposal to the community. > > \ah >

Re: GeodeRedisAdapter improvments/feedback

2017-02-15 Thread Swapnil Bawaskar
I think we as a community need to determine what value do we want to add with the Redis adapter. Redis already does a great job storing small data structures in memory and sharding them. We do a great job of making sure that these data structures are horizontally scalable; why would we want to

Re: Requesting more JIRA permission

2017-02-15 Thread Addison Huddy
ahuddy Not planning any major reorganization of tickets. If that is ever needed, I will make a formal proposal to the community. \ah On Wed, Feb 15, 2017 at 4:52 PM, Dan Smith wrote: > Hi Addison, > > What's your JIRA user id? I can add you. > > Our policy is to

Re: Review Request 56729: Avoid processing tombstone GC message in-line.

2017-02-15 Thread Darrel Schneider
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56729/#review165793 --- Ship it! Ship It! - Darrel Schneider On Feb. 15, 2017, 2:55

Re: Requesting more JIRA permission

2017-02-15 Thread Dan Smith
Hi Addison, What's your JIRA user id? I can add you. Our policy is to give JIRA permissions to anyone that asks, so there's no need for a vote to give you access. I think we haven't been totally clear on how people can get access to JIRA and the wiki, sorry about that! I did recently add a

Re: Requesting more JIRA permission

2017-02-15 Thread Joey McAllister
+1 On Wed, Feb 15, 2017 at 4:36 PM Swapnil Bawaskar wrote: > +1 > > On Wed, Feb 15, 2017 at 4:29 PM Jared Stewart wrote: > > > +1 > > > > > On Feb 15, 2017, at 4:27 PM, Michael William Dodge > > wrote: > > > > > > +1 > > > > > >>

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

2017-02-15 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56735/ --- (Updated Feb. 16, 2017, 12:36 a.m.) Review request for geode, Anthony Baker,

Re: Requesting more JIRA permission

2017-02-15 Thread Swapnil Bawaskar
+1 On Wed, Feb 15, 2017 at 4:29 PM Jared Stewart wrote: > +1 > > > On Feb 15, 2017, at 4:27 PM, Michael William Dodge > wrote: > > > > +1 > > > >> On 15 Feb, 2017, at 16:17, Addison Huddy wrote: > >> > >> Hello Apache Geode Community,

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

2017-02-15 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56735/ --- Review request for geode, Anthony Baker, Jinmei Liao, Jared Stewart, John Blum,

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

2017-02-15 Thread Kirk Lund
> On Feb. 16, 2017, 12:28 a.m., Kevin Duling wrote: > > Do you mean to be checking in with TODO comments? Yes. These are further changes I think need to be made to NetstatFunction to harden it. We also need to add streaming to fix GEODE-2488 (OOME) but I didn't see an obvious place to add a

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

2017-02-15 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56734/#review165788 --- Ship it! Ship It! - Jared Stewart On Feb. 16, 2017, 12:23

Re: Requesting more JIRA permission

2017-02-15 Thread Jared Stewart
+1 > On Feb 15, 2017, at 4:27 PM, Michael William Dodge wrote: > > +1 > >> On 15 Feb, 2017, at 16:17, Addison Huddy wrote: >> >> Hello Apache Geode Community, >> >> I'm writing to request a higher level of permission on JIRA tickets in an >> effort to

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

2017-02-15 Thread Kevin Duling
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56734/#review165787 --- Ship it! Do you mean to be checking in with TODO comments? -

Re: Requesting more JIRA permission

2017-02-15 Thread Michael William Dodge
+1 > On 15 Feb, 2017, at 16:17, Addison Huddy wrote: > > Hello Apache Geode Community, > > I'm writing to request a higher level of permission on JIRA tickets in an > effort to increase organization and clarity within our community. > > As we grow our community and focus

Requesting more JIRA permission

2017-02-15 Thread Addison Huddy
Hello Apache Geode Community, I'm writing to request a higher level of permission on JIRA tickets in an effort to increase organization and clarity within our community. As we grow our community and focus our mutual development efforts, it is important to stay organized. For example: - how

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

2017-02-15 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56734/ --- Review request for geode, Jinmei Liao, Jared Stewart, John Blum, Kevin Duling,

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

2017-02-15 Thread Kirk Lund
> On Feb. 14, 2017, 6:57 p.m., Jared Stewart wrote: > > geode-core/src/test/java/org/apache/geode/distributed/internal/DefaultPropertiesGeneratorIntegrationTest.java, > > line 20 > > > > > > The test does not

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

2017-02-15 Thread Kirk Lund
> On Feb. 14, 2017, 6:57 p.m., Jared Stewart wrote: > > geode-core/src/test/java/org/apache/geode/distributed/internal/DefaultPropertiesGeneratorIntegrationTest.java, > > line 20 > > > > > > The test does not

Re: Review Request 56719: GEODE-2491: Reduce logging of handled exceptions in LuceneEventListener and LuceneBucketListeners

2017-02-15 Thread Jason Huynh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56719/ --- (Updated Feb. 16, 2017, 12:02 a.m.) Review request for geode, Lynn

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

2017-02-15 Thread Kirk Lund
> On Feb. 14, 2017, 4:23 a.m., Kirk Lund wrote: > > geode-core/src/main/java/org/apache/geode/management/internal/cli/functions/NetstatFunction.java, > > line 127 > > > > > > It turns out that -e is not a valid

Re: GeodeRedisAdapter improvments/feedback

2017-02-15 Thread Dan Smith
Deltas would help. If the regions are persistent, the whole new value does get written to disk though. I suppose a third option would be to store all collections in the same region, but store each element of the collection as a separate entry. For example for HSET rkey rfield rvalue would create

Re: GeodeRedisAdapter improvments/feedback

2017-02-15 Thread Udo Kohlmeyer
I think we are now straddling into the territory where any distributed storage gains would be negated by the memory we require to make the queries/lookup/operation fast. In addition to the added memory pressure, we still face network latency for every operation. On 2/15/17 15:12, Dan Smith

Re: GeodeRedisAdapter improvments/feedback

2017-02-15 Thread Udo Kohlmeyer
I believe that with delta propagation we could have single collections on a single server, then have a redundant copy on another. I mean the collections would have to be really large to really start warranting distribution across multiple servers. As the perf impact we incur due to network

[jira] [Commented] (GEODE-2125) GFSH cannot communicate with Locators that go into reconnect mode

2017-02-15 Thread Bruce Schuchardt (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15868769#comment-15868769 ] Bruce Schuchardt commented on GEODE-2125: - [~swapnilb] That's not a bad idea but I think it

Re: [jira] [Commented] (GEODE-2125) GFSH cannot communicate with Locators that go into reconnect mode

2017-02-15 Thread Michael Stolz
I agree that is a special case and should be handled specially. I also think that attaching via the administrative endpoints should be allowed even if you are ringfenced so that we can issue a stop or other command to the locator. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile:

[jira] [Commented] (GEODE-2125) GFSH cannot communicate with Locators that go into reconnect mode

2017-02-15 Thread Swapnil Bawaskar (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15868740#comment-15868740 ] Swapnil Bawaskar commented on GEODE-2125: - [~bschuchardt] Even though the logs clearly show that

Re: Voting Process

2017-02-15 Thread Michael William Dodge
+0.9 :) > On 15 Feb, 2017, at 14:48, Anthony Baker wrote: > >> >> On Feb 15, 2017, at 2:40 PM, Mark Bretl wrote: >> >> Hi, >> >> Now that we are a top-level project, we need to make sure votes are counted >> correctly, according to the Apache Voting

Re: Voting Process

2017-02-15 Thread Anthony Baker
> On Feb 15, 2017, at 2:40 PM, Mark Bretl wrote: > > Hi, > > Now that we are a top-level project, we need to make sure votes are counted > correctly, according to the Apache Voting Process [1]. For this past > release vote, we only had PMC votes, however, that could change

Voting Process

2017-02-15 Thread Mark Bretl
Hi, Now that we are a top-level project, we need to make sure votes are counted correctly, according to the Apache Voting Process [1]. For this past release vote, we only had PMC votes, however, that could change in the future as we would like to encourage community feedback. In the future, i

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

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

[jira] [Commented] (GEODE-348) MemoryThresholdsOffHeapDUnitTest.testPRClientPutRejection fail intermittently with "Expected to go normal"

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

[GitHub] geode-native pull request #14: GEODE-348: fix cast to be in compliance with ...

2017-02-15 Thread echobravopapa
GitHub user echobravopapa opened a pull request: https://github.com/apache/geode-native/pull/14 GEODE-348: fix cast to be in compliance with standards. You can merge this pull request into a Git repository by running: $ git pull https://github.com/echobravopapa/geode-native

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

2017-02-15 Thread Galen O'Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15868715#comment-15868715 ] Galen O'Sullivan commented on GEODE-2449: - >From @metatype: Good news! There is a way to start

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

2017-02-15 Thread galen-pivotal
Github user galen-pivotal commented on a diff in the pull request: https://github.com/apache/geode/pull/398#discussion_r101401136 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/GemFireCacheImpl.java --- @@ -1330,21 +1360,12 @@ private void

Re: GeodeRedisAdapter improvments/feedback

2017-02-15 Thread Galen M O'Sullivan
On Wed, Feb 15, 2017 at 1:34 PM, Real Wes wrote: > Does delta propagation make worrying about frequently updated fat collections moot? As long as we don't have collections on the order of the available RAM on a single server (in which case we'd want to distribute it

[jira] [Commented] (GEODE-2125) GFSH cannot communicate with Locators that go into reconnect mode

2017-02-15 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15868703#comment-15868703 ] Kirk Lund commented on GEODE-2125: -- Note: because the stop commands are asynchronously stopping Locator

Re: Review Request 56719: GEODE-2491: Reduce logging of handled exceptions in LuceneEventListener and LuceneBucketListeners

2017-02-15 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56719/#review165774 --- Ship it! Ship It! - Dan Smith On Feb. 15, 2017, 8:54 p.m.,

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

2017-02-15 Thread Addison (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15868698#comment-15868698 ] Addison commented on GEODE-2487: [~jbarrett]Can we rename this story to ".NET developer should not have to

[jira] [Updated] (GEODE-2125) GFSH cannot communicate with Locators that go into reconnect mode

2017-02-15 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2125: - Summary: GFSH cannot communicate with Locators that go into reconnect mode (was: GFSH cannot information

Re: Review Request 56719: GEODE-2491: Reduce logging of handled exceptions in LuceneEventListener and LuceneBucketListeners

2017-02-15 Thread xiaojian zhou
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56719/#review165772 --- Ship it! Ship It! - xiaojian zhou On Feb. 15, 2017, 8:54

[jira] [Updated] (GEODE-2125) GFSH cannot information about Locators that go into reconnect mode

2017-02-15 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2125: - Summary: GFSH cannot information about Locators that go into reconnect mode (was: GFSH should provide

[jira] [Updated] (GEODE-2125) GFSH cannot information about Locators that go into reconnect mode

2017-02-15 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2125: - Issue Type: Bug (was: Improvement) > GFSH cannot information about Locators that go into reconnect mode

[jira] [Commented] (GEODE-2478) Replace gf with geode

2017-02-15 Thread Michael Dodge (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15868674#comment-15868674 ] Michael Dodge commented on GEODE-2478: -- clicache/src/gf_defs.hpp clicache/src/gf_includes.hpp

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

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

[GitHub] geode pull request #399: Minor non-functional changes in response to PR comm...

2017-02-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/399 --- 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 pull request #398: Split the redis adapter into its own package

2017-02-15 Thread metatype
Github user metatype commented on a diff in the pull request: https://github.com/apache/geode/pull/398#discussion_r101391406 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/GemFireCacheImpl.java --- @@ -1330,21 +1360,12 @@ private void startMemcachedServer() {

Re: Review Request 56719: GEODE-2491: Reduce logging of handled exceptions in LuceneEventListener and LuceneBucketListeners

2017-02-15 Thread nabarun nag
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56719/#review165766 --- Ship it! Ship It! - nabarun nag On Feb. 15, 2017, 8:54

Re: [DISCUSS] JIRA guidelines

2017-02-15 Thread Dan Smith
The draft bit has been removed. Thanks to William for writing these in the first place! -Dan On Wed, Feb 15, 2017 at 8:16 AM, Michael William Dodge wrote: > +1 > > > On 14 Feb, 2017, at 20:50, William Markito Oliveira < > william.mark...@gmail.com> wrote: > > > > +1 > > > >

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

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

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

2017-02-15 Thread PivotalSarge
GitHub user PivotalSarge opened a pull request: https://github.com/apache/geode-native/pull/13 GEODE-2476: Replace gfcpp with geode. - Rename directories and files with gfcpp into their name to instead use geode and update all references thereto. - Rename the gfcpp

Re: Review Request 56719: GEODE-2491: Reduce logging of handled exceptions in LuceneEventListener and LuceneBucketListeners

2017-02-15 Thread Jason Huynh
> On Feb. 15, 2017, 9:33 p.m., nabarun nag wrote: > > geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneBucketListener.java, > > line 58 > > > > > > Hi Jason, > > > > I am not sure but

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

2017-02-15 Thread galen-pivotal
Github user galen-pivotal commented on a diff in the pull request: https://github.com/apache/geode/pull/398#discussion_r101388974 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/GemFireCacheImpl.java --- @@ -1330,21 +1360,12 @@ private void

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

2017-02-15 Thread galen-pivotal
Github user galen-pivotal commented on a diff in the pull request: https://github.com/apache/geode/pull/398#discussion_r101388584 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/GemFireCacheImpl.java --- @@ -1330,21 +1360,12 @@ private void

Re: GeodeRedisAdapter improvments/feedback

2017-02-15 Thread Real Wes
Does delta propagation make worrying about frequently updated fat collections moot? On Feb 15, 2017, at 4:29 PM, Dan Smith > wrote: Doing the spill/unspill option could be pretty tricky to implement, so you have to do a lot of fancy logic in the

Re: Review Request 56719: GEODE-2491: Reduce logging of handled exceptions in LuceneEventListener and LuceneBucketListeners

2017-02-15 Thread nabarun nag
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56719/#review165761 ---

Re: GeodeRedisAdapter improvments/feedback

2017-02-15 Thread Dan Smith
Doing the spill/unspill option could be pretty tricky to implement, so you have to do a lot of fancy logic in the transition period. I think Jason's suggestion of configuring things might make more sense. -Dan On Wed, Feb 15, 2017 at 1:12 PM, Jason Huynh wrote: > With the

[GitHub] geode pull request #399: Minor non-functional changes in response to PR comm...

2017-02-15 Thread galen-pivotal
GitHub user galen-pivotal opened a pull request: https://github.com/apache/geode/pull/399 Minor non-functional changes in response to PR comments. @bschuchardt You can merge this pull request into a Git repository by running: $ git pull

Re: GeodeRedisAdapter improvments/feedback

2017-02-15 Thread Jason Huynh
With the suggestion from Wes, the constraint on the names would have to apply for both small and large. We wouldn't want the thing to explode when it gets converted... Is there a way to just make it configurable? If they know they want a "large" set, somehow let them specify it. Otherwise go

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

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

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

2017-02-15 Thread dgkimura
GitHub user dgkimura opened a pull request: https://github.com/apache/geode-native/pull/12 GEODE-2309: Remove or ignore apache-rat flagged files `resolv.config` used to work around Solaris SPARC networking issues on a local OpenStack instance. It should not be needed going

Re: GeodeRedisAdapter improvments/feedback

2017-02-15 Thread Real Wes
Thinking about this, I think that the “spill”/ “unspill” option may actually be the best solution. If the criteria waffles back and forth along the threshold, well, that’s the acceptable worst case. How’s this?: 1) Create a separate region for the collection key - for fat collections

Review Request 56719: GEODE-2491: Reduce logging of handled exceptions in LuceneEventListener and LuceneBucketListeners

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

Re: Gradle build for idea

2017-02-15 Thread Kirk Lund
I think this sort of error message would indicate that we have something wrong in our gradle files. So, yes we should be concerned and fix it. Unfortunately, I don't know how to fix it... On Tue, Feb 14, 2017 at 1:36 PM, Udo Kohlmeyer wrote: > Ok... just to clarify... I

[jira] [Resolved] (GEODE-2424) afterSecondary call needs to handle specific exception rather than generic exception

2017-02-15 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Huynh resolved GEODE-2424. Resolution: Duplicate Assignee: Jason Huynh Going to close this one as it is related to a

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

2017-02-15 Thread Jason Huynh (JIRA)
Jason Huynh created GEODE-2491: -- Summary: Reduce logging of handled exceptions in LuceneEventListener and LuceneBucketListeners Key: GEODE-2491 URL: https://issues.apache.org/jira/browse/GEODE-2491

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

2017-02-15 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Huynh reassigned GEODE-2491: -- Assignee: Jason Huynh > Reduce logging of handled exceptions in LuceneEventListener and >

Re: GeodeRedisAdapter improvments/feedback

2017-02-15 Thread Real Wes
We should be careful here on a decision. If we start replicating fat lists/sets/hash maps synchronously every update, the Geode user will complain how slow the API is compared with Redis. Note: Redis replicates asynchronously. For fat collections we’re better off creating a region and

Re: GeodeRedisAdapter improvments/feedback

2017-02-15 Thread Hitesh Khamesra
>>>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. hmm, here we need to understand when we need to create partition-region for

Re: PROXY and CACHING_PROXY regions on Client

2017-02-15 Thread Swapnil Bawaskar
Re: breaking existing code; we could throw UnsupportedOperationException for these two methods: - invalidateRegion() - destroyRegion() I do not see anyone using/depending on invalidateRegion, since the behavior currently is a no-op. destroyRegion currently only gets rid of the handle to the

[jira] [Assigned] (GEODE-2490) Tombstone messages are getting processed inline

2017-02-15 Thread Anilkumar Gingade (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anilkumar Gingade reassigned GEODE-2490: Assignee: Anilkumar Gingade > Tombstone messages are getting processed inline >

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

2017-02-15 Thread metatype
Github user metatype commented on a diff in the pull request: https://github.com/apache/geode/pull/398#discussion_r101375546 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/GemFireCacheImpl.java --- @@ -1330,21 +1360,12 @@ private void startMemcachedServer() {

[jira] [Created] (GEODE-2490) Tombstone messages are getting processed inline

2017-02-15 Thread Anilkumar Gingade (JIRA)
Anilkumar Gingade created GEODE-2490: Summary: Tombstone messages are getting processed inline Key: GEODE-2490 URL: https://issues.apache.org/jira/browse/GEODE-2490 Project: Geode Issue

[jira] [Assigned] (GEODE-2489) Tombstone message with keys are sent to peer partitioned region nodes even though no clinets are registered

2017-02-15 Thread Anilkumar Gingade (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anilkumar Gingade reassigned GEODE-2489: Assignee: Anilkumar Gingade > Tombstone message with keys are sent to peer

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

2017-02-15 Thread Galen O'Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15868511#comment-15868511 ] Galen O'Sullivan commented on GEODE-2464: - We'll also need some manual tests to make sure that

Re: PROXY and CACHING_PROXY regions on Client

2017-02-15 Thread Swapnil Bawaskar
@John The intention behind this proposal is to make Geode client development easy for new users. So, looking at this as a new user, I would say that having to "create" a PROXY region only to find out that it does nothing on the server, is more confusing than an overloaded getRegion(). To

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

2017-02-15 Thread galen-pivotal
Github user galen-pivotal commented on a diff in the pull request: https://github.com/apache/geode/pull/398#discussion_r101374277 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/GemFireCacheImpl.java --- @@ -1330,21 +1360,12 @@ private void

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

2017-02-15 Thread metatype
Github user metatype commented on the issue: https://github.com/apache/geode/pull/398 Also, I believe redis is started by providing an option to `start server`. How do you plan to extract that from `geode-core`? --- If your project is set up for it, you can reply to this email and

Re: GeodeRedisAdapter improvments/feedback

2017-02-15 Thread Gregory Green
Hitesh and Team, Also, I think geospatial support in core Gemfire that can be exposed thru the following Redis GEO... commands would be great GEOADD GEODIST GEOHASH GEOPOS GEORADIUS GEORADIUSBYMEMBER On Wed, Feb 15, 2017 at 10:48 AM, Gregory Green wrote: > Hello Hitesh,

[jira] [Resolved] (GEODE-84) Extract Redis adaptor from core

2017-02-15 Thread Swapnil Bawaskar (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Swapnil Bawaskar resolved GEODE-84. --- Resolution: Duplicate > Extract Redis adaptor from core > --- > >

[jira] [Closed] (GEODE-84) Extract Redis adaptor from core

2017-02-15 Thread Swapnil Bawaskar (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Swapnil Bawaskar closed GEODE-84. - > Extract Redis adaptor from core > --- > > Key: GEODE-84 >

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

2017-02-15 Thread Galen M O'Sullivan
ah, thanks Dan. I was looking in the wrong place. On Wed, Feb 15, 2017 at 11:12 AM, Dan Smith wrote: > Galen - I'm guessing you might be trying to click on the link below? I'm > not sure jenkins actually keeps that stuff - I think it's just looking for > file:/// urls in the

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

2017-02-15 Thread bschuchardt
Github user bschuchardt commented on the issue: https://github.com/apache/geode/pull/398 @metatype there are no changes in the netty NOTICE.txt between 4.1.7 and 4.1.8 --- 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] [Created] (GEODE-2489) Tombstone message with keys are sent to peer partitioned region nodes even though no clinets are registered

2017-02-15 Thread Anilkumar Gingade (JIRA)
Anilkumar Gingade created GEODE-2489: Summary: Tombstone message with keys are sent to peer partitioned region nodes even though no clinets are registered Key: GEODE-2489 URL:

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

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

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

2017-02-15 Thread Jacob S. Barrett (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacob S. Barrett resolved GEODE-2408. - Resolution: Fixed Fix Version/s: 1.2.0 > Refactor CacheableDate to use C++

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

2017-02-15 Thread Jacob S. Barrett (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacob S. Barrett resolved GEODE-2486. - Resolution: Fixed Fix Version/s: 1.2.0 > SSL ciphers other than NULL not supported

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

2017-02-15 Thread Dan Smith
Galen - I'm guessing you might be trying to click on the link below? I'm not sure jenkins actually keeps that stuff - I think it's just looking for file:/// urls in the console output and translating them to http:// urls. You should be able to find the test results by going to the test result link

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

2017-02-15 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra updated GEODE-2469: --- Issue Type: Sub-task (was: Bug) Parent: GEODE-2444 > Redis adapter Hash key support

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

2017-02-15 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra updated GEODE-2436: --- Issue Type: Sub-task (was: Improvement) Parent: GEODE-2444 > Geode doesn't handle

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

2017-02-15 Thread Galen M O'Sullivan
Hi Mark, I'm trying to view the Geode build report at this link: > There were failing tests. See the report at: file://< https://builds.apache.org/job/Geode-nightly/ws/geode-core/build/reports/ distributedTest/index.html> I don't see the geode-core/build/reports directory here:

[jira] [Updated] (GEODE-2488) Netstat command fails with OutOfMemoryError

2017-02-15 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2488: - Description: Note: this can occur outside of dunit tests as well. Just using the gfsh netstat command on

[jira] [Updated] (GEODE-2488) Netstat command fails with OutOfMemoryError

2017-02-15 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2488: - Summary: Netstat command fails with OutOfMemoryError (was: NetstatDUnitTest fails with OutOfMemoryError)

  1   2   >