Re: Off-heap support deactivation

2019-10-02 Thread Darrel Schneider
> De: Darrel Schneider > Enviado: lunes, 30 de septiembre de 2019 17:51 > Para: dev@geode.apache.org > Asunto: Re: Off-heap support deactivation > > You can specify this setting at the time you create the region. Geode does > not have support for changing it on

RE: Off-heap support deactivation

2019-10-02 Thread Alberto Bustamante Reyes
n, what is the utility of being able to run "alter disk-store" with "--off-heap" parameter if that is something that will not change in the region? De: Darrel Schneider Enviado: lunes, 30 de septiembre de 2019 17:51 Para: dev@geode.apache.org

Re: Off-heap support deactivation

2019-09-30 Thread Darrel Schneider
You can specify this setting at the time you create the region. Geode does not have support for changing it on a region that already exists. Only a few region attributes can be changed on a region that currently exists (see the AttributesMutator API). So how is your region getting created? I think

Re: off heap

2017-05-29 Thread Gregory Chase
Ben, Such questions are excellent right here on the Dev List. Other people may be interested in the answers to your questions. -Greg On Mon, May 29, 2017 at 5:58 AM, Dor Ben Dov wrote: > Hi, > > Did anyone test / used under load or kind of load the off heap new feature? > > To whom should I di

RE: off heap

2017-02-22 Thread Dor Ben Dov
Thanks Anthony. Dor -Original Message- From: Anthony Baker [mailto:aba...@pivotal.io] Sent: יום ד 22 פברואר 2017 21:28 To: dev@geode.apache.org Subject: Re: off heap Hi Dor, Here’s a few documentation links on off-heap usage: https://geode.apache.org/docs/guide/managing/heap_use

Re: off heap

2017-02-22 Thread Anthony Baker
Hi Dor, Here’s a few documentation links on off-heap usage: https://geode.apache.org/docs/guide/managing/heap_use/off_heap_management.html https://www.slideshare.net/PivotalOpenSourceHub/apache-geode-offheap-storage Does that help? Thanks, Anthony > On Feb 22, 2017, at 11:17 AM, Dor Ben Dov

Re: Off-Heap Annotations

2017-01-05 Thread Darrel Schneider
kind of API or it is purely flags / > configuration? > > Regards, > Dor > > -Original Message- > From: Kirk Lund [mailto:kl...@apache.org] > Sent: יום ג 03 ינואר 2017 22:47 > To: geode > Subject: Re: Off-Heap Annotations > > Oh yeah! We were hoping to get more feedback f

RE: Off-Heap Annotations

2017-01-04 Thread Dor Ben Dov
o: geode Subject: Re: Off-Heap Annotations Oh yeah! We were hoping to get more feedback from users to find out what they want or need for migrating a region from heap to off-heap. Right now it doesn't support anything like that but it was definitely discussed. On Tue, Jan 3, 2017 at 12:

RE: Off-Heap Annotations

2017-01-04 Thread Dor Ben Dov
Michael, Currently I am not trying to achieve anything but trying to understand the capabilities and how to work with the feature. Dor -Original Message- From: Michael Stolz [mailto:mst...@pivotal.io] Sent: יום ג 03 ינואר 2017 18:34 To: dev@geode.apache.org Subject: Re: Off-Heap

Re: Off-Heap Annotations

2017-01-03 Thread Kirk Lund
: geode > Sent: Tuesday, January 3, 2017 12:16 PM > Subject: Re: Off-Heap Annotations > > The region is required to be off-heap in every member in the cluster. > Imagine memberA with 12 GB heap, 100 GB off-heap and memberB with 8 GB > heap, 0 GB off-heap. What's the point

Re: Off-Heap Annotations

2017-01-03 Thread Hitesh Khamesra
uster. > >      From: Darrel Schneider >  To: dev@geode.apache.org >  Sent: Tuesday, January 3, 2017 11:33 AM >  Subject: Re: Off-Heap Annotations > > When a region is created you need to mark it as off-heap or on-heap. Once > it is created you can not change it on that region. >

Re: Off-Heap Annotations

2017-01-03 Thread Kirk Lund
Schneider > To: dev@geode.apache.org > Sent: Tuesday, January 3, 2017 11:33 AM > Subject: Re: Off-Heap Annotations > > When a region is created you need to mark it as off-heap or on-heap. Once > it is created you can not change it on that region. > You can create and destroy region

Re: Off-Heap Annotations

2017-01-03 Thread Hitesh Khamesra
che.org Sent: Tuesday, January 3, 2017 11:33 AM Subject: Re: Off-Heap Annotations When a region is created you need to mark it as off-heap or on-heap. Once it is created you can not change it on that region. You can create and destroy regions on the fly. c On Tue, Jan 3, 2017 at 8:01 AM, Dor

Re: Off-Heap Annotations

2017-01-03 Thread Darrel Schneider
-Original Message- > From: Udo Kohlmeyer [mailto:u...@apache.org] > Sent: יום ג 03 ינואר 2017 17:32 > To: dev@geode.apache.org > Subject: Re: Off-Heap Annotations > > Hi there Gal, > > That is not possible. A region is either on-heap or off-heap. > > --Udo >

Re: Off-Heap Annotations

2017-01-03 Thread Michael Stolz
eed to be flagged >> before? >> >> Dor >> >> -Original Message- >> From: Udo Kohlmeyer [mailto:u...@apache.org] >> Sent: יום ג 03 ינואר 2017 17:32 >> To: dev@geode.apache.org >> Subject: Re: Off-Heap Annotations >> >> Hi th

Re: Off-Heap Annotations

2017-01-03 Thread Udo Kohlmeyer
Dor -Original Message- From: Udo Kohlmeyer [mailto:u...@apache.org] Sent: יום ג 03 ינואר 2017 17:32 To: dev@geode.apache.org Subject: Re: Off-Heap Annotations Hi there Gal, That is not possible. A region is either on-heap or off-heap. --Udo On 1/2/17 13:50, Gal Palmery wrote: Ok, So

RE: Off-Heap Annotations

2017-01-03 Thread Dor Ben Dov
Udo, This means it can't be changed on the fly in runtime ? Need to be flagged before? Dor -Original Message- From: Udo Kohlmeyer [mailto:u...@apache.org] Sent: יום ג 03 ינואר 2017 17:32 To: dev@geode.apache.org Subject: Re: Off-Heap Annotations Hi there Gal, That is not possib

Re: Off-Heap Annotations

2017-01-03 Thread Udo Kohlmeyer
...@pivotal.io] Sent: Monday, January 02, 2017 19:46 To: dev@geode.apache.org Subject: Re: Off-Heap Annotations Hi Gal, The way to control what is on or off heap is when you configure a region. Regions that are configured with off-heap=true will store all of the values in off heap memory, regions

RE: Off-Heap Annotations

2017-01-03 Thread Gal Palmery
Ok, So if I want to have just a certain part of the region off heap and the rest of it on heap - how do I do that? -Original Message- From: Dan Smith [mailto:dsm...@pivotal.io] Sent: Monday, January 02, 2017 19:46 To: dev@geode.apache.org Subject: Re: Off-Heap Annotations Hi Gal

RE: Off-Heap Annotations

2017-01-02 Thread Dor Ben Dov
Dan This means also that I can do this dynamically or is it static definition? Dor -Original Message- From: Dan Smith [mailto:dsm...@pivotal.io] Sent: יום ב 02 ינואר 2017 19:46 To: dev@geode.apache.org Subject: Re: Off-Heap Annotations Hi Gal, The way to control what is on or off heap

Re: Off-Heap Annotations

2017-01-02 Thread Dan Smith
Kirk Lund [mailto:kl...@apache.org] > Sent: Tuesday, December 27, 2016 06:33 > To: dev@geode.apache.org > Subject: Re: Off-Heap Annotations > > Those annotations are part of the internal implementation of Geode. The > developers used it as a way to help keep track of references to off-

RE: Off-Heap Annotations

2017-01-02 Thread Gal Palmery
ember 27, 2016 06:33 To: dev@geode.apache.org Subject: Re: Off-Heap Annotations Those annotations are part of the internal implementation of Geode. The developers used it as a way to help keep track of references to off-heap. -Kirk On Mon, Dec 26, 2016 at 1:34 AM, Gal Palmery wrote: > Hi

Re: off heap feature

2016-12-26 Thread Kirk Lund
There's been over 3 years of developer and QA work on the off-heap feature. It's more mature than some of the other features ;) -Kirk On Mon, Dec 26, 2016 at 1:14 AM, Dor Ben Dov wrote: > Hi, > > How mature is the off heap feature, how many of you are working or worked > with it ? > > Regards,

Re: Off-Heap Annotations

2016-12-26 Thread Kirk Lund
Those annotations are part of the internal implementation of Geode. The developers used it as a way to help keep track of references to off-heap. -Kirk On Mon, Dec 26, 2016 at 1:34 AM, Gal Palmery wrote: > Hi everyone, > > Is this feature: > https://cwiki.apache.org/confluence/display/GEODE/Of