Re: Default branch for geode-examples

2018-12-12 Thread Michael Stolz
Consistency is best in my opinion. -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Dec 12, 2018 9:59 AM, "Jacob Barrett" wrote: > Make the default “develop” to be consistent with the rest of our > repositories. Put a statement in the https://urldefense.proofpo

Re: Remove usages of deprecated classes

2019-01-07 Thread Michael Stolz
Good points, Ken. I do think it is wise for us to begin a push to remove *USAGE* of deprecated methods right at the time of deprecation, but the tests probably should hang around until we're getting into the planning phase for the next major. -- Mike Stolz Principal Engineer, GemFire Product Lead

Re: 1.9 release date

2019-03-01 Thread Michael Stolz
I think this is exactly the right balance. Yay! -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771 On Fri, Mar 1, 2019 at 11:48 AM Ryan McMahon wrote: > +1 to prioritizing quality over releasing on the desired cadence. The > quarterly release cadence is a good goa

Copying pdx types via client

2019-03-25 Thread Michael Stolz
Does this functionality exist in the Native Client as well as the Java Client? -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771

Re: Copying pdx types via client

2019-03-26 Thread Michael Stolz
able in > > NC has toData and fromData methods that allow you to copy objects via > > serialization. That what you're looking for? > > > > Thanks, > > > > Blake > > > > > > On Mon, Mar 25, 2019 at 12:53 PM Michael Stolz > wrote: > > &

Re: Copying pdx types via client

2019-03-26 Thread Michael Stolz
away. So if > there is someone out there wanting to do what was done before I would > strongly encourage to not and instead use independent caches. > > -Jake > > >> On Mar 26, 2019, at 9:50 AM, Michael Stolz wrote: >> >> Thanks. I'm happy to hear that.

Re: Copying pdx types via client

2019-03-26 Thread Michael Stolz
Cool! Thanks Jake! -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771 On Tue, Mar 26, 2019 at 2:42 PM Jacob Barrett wrote: > > > > On Mar 26, 2019, at 11:26 AM, Michael Stolz wrote: > > > > I may be mistaken, but I think that this fea

Re: [ANNOUNCE] Spring Boot for Apache Geode 1.0.0.RELEASE Available!

2019-05-07 Thread Michael Stolz
Congratulations John, Great work as always. -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771 On Mon, May 6, 2019 at 10:03 PM John Blum wrote: > It is my pleasure to announce the first GA release of Spring Boot for > Apache Geode (SBDG) 1.0.0.RELEASE. > > See the

Re: [PROPOSAL]: Improve OQL Method Invocation Security

2019-07-11 Thread Michael Stolz
One thing I will mention regarding DATA:READ:RegionName allowing query behavior is that we have been asked by some users already to separate DATA:READ:RegionName from DATA:QUERY:RegionName. This request is to protect against arbitrary query execution by administrators that can cause huge resource c

Re: Naming System for Regions - Active Jira Question

2019-07-15 Thread Michael Stolz
Changing the case sensitivity might break existing users' apps that use Geode. -- Mike Stolz Principal Engineer, Pivotal Cloud Cache Mobile: +1-631-835-4771 On Mon, Jul 15, 2019, 6:24 PM Jinmei Liao wrote: > I added the comment on this issue: Geode region names ARE case sensitive. > Should not

Re: [DISCUSS] what region types to support in the new management rest api

2019-08-20 Thread Michael Stolz
I know that lots of folks use PROXY regions on the server side to host logic associated with the region, but I think they always do that in conjunction with server groups so that the proxy is on some of the server and the same region containing data is on others. Given the way cache.xml works they

Re: [DISCUSS] Controlling event dispatch to AsyncEventListener (review by Aug 22)

2019-08-20 Thread Michael Stolz
Manual start has caused a lot of trouble over the years. We should definitely circle back on those issues before traveling very far down this road. -- Mike Stolz Principal Engineer, Pivotal Cloud Cache Mobile: +1-631-835-4771 On Tue, Aug 20, 2019 at 11:56 AM Juan José Ramos wrote: > Hello Ani

Re: [DISCUSS] what region types to support in the new management rest api

2019-08-20 Thread Michael Stolz
ct that's determined by this > type? > > > > > > > > > > On Tue, Aug 20, 2019 at 8:15 AM Jens Deppe > > wrote: > > > > > > > > > > > Currently, when deployed to the cloud (aka PCC) there is no > ability > > > > fo

Re: [Proposal] Make gfsh "stop server" command synchronous

2019-09-10 Thread Michael Stolz
I understand that issue John, but masking it in an early return from the shutdown command doesn't seem like the appropriate action. Maybe we should consider that nearly all gfsh commands are not blocking, and rather, have a way to determine which ones are still waiting for completion? -- Mike Stol

Re: [DISCUSS] Support For LTS Version Of Geode

2019-09-30 Thread Michael Stolz
I agree. This is the most sensible way to achieve release alignment. -- Mike Stolz Principal Engineer, Pivotal Cloud Cache Mobile: +1-631-835-4771 On Mon, Sep 30, 2019, 8:09 PM John Blum wrote: > Put simply, from my perspective, I would like to see LTS versions of Apache > Geode align with th

Re: Finer grained security

2017-04-27 Thread Michael Stolz
We have seen users who need per-Region permission for Data read/write, so there is precedent there at least. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Thu, Apr 27, 2017 at 2:11 PM, pulkit chandra wrote: > For per instance permission, I would say look f

Re: [gemfire-dev] New Client-Server Protocol Proposal

2017-05-03 Thread Michael Stolz
I'm not seeing any mention of versioning of the serialization protocol. Versioning is critical to be able to support change over time. We must version each layer of serialization. The transport message needs versions, the payload serialization needs versions. -- Mike Stolz Principal Engineer, GemF

Re: [gemfire-dev] New Client-Server Protocol Proposal

2017-05-03 Thread Michael Stolz
The TCP fragmentation is fine for what it is, but it is *not* paging, and paging has long been something that we have wanted to get around to. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Wed, May 3, 2017 at 1:33 PM, Galen M O'Sullivan wrote: > On Tue, Ma

Re: [jira] [Created] (GEODE-2894) Review getEntry on Region

2017-05-08 Thread Michael Stolz
Wait, will .entry go to the server on a cache miss of a CACHING_PROXY? I don't think so. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Mon, May 8, 2017 at 5:24 PM, Fred Krone (JIRA) wrote: > Fred Krone created GEODE-2894: >

Re: Use InternalCache instead of GemFireCacheImpl

2017-05-15 Thread Michael Stolz
While we are going down this path, could read-serialized be a Region property? -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On May 15, 2017 7:22 PM, "Jacob Barrett" wrote: > This is an awesome step forward! > > We are getting close to committing similar refact

Re: [jira] [Updated] (GEODE-3005) A developer can create a Region with Partition Resolution using Java API

2017-05-31 Thread Michael Stolz
I don't really see a need for new Region api for this except to be able to specify the delimeter. A developer can just specify the provided PartionByPrefix class for his PartitionResolver during region creation? Providing a String key with no delimiter should just return the entire key, NOT throw

Re: [jira] [Updated] (GEODE-3005) A developer can create a Region with Partition by Prefix using Java API

2017-06-01 Thread Michael Stolz
I really think that we're going down the wrong road with this hard-coded partition-by-prefix thing. I expect that we will have several different flavors of pre-built compound key classes. We will probably have one that takes two Integers, quite possibly one with an Integer and a String. There coul

Re: [jira] [Updated] (GEODE-2892) Add sizeOnServer and isEmptyOnServer to Region

2017-06-01 Thread Michael Stolz
sizeOnServer( ) is less confusing than size(boolean localSize). -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Wed, May 31, 2017 at 8:09 PM, Fred Krone (JIRA) wrote: > > [ https://issues.apache.org/jira/browse/GEODE-2892?page= > com.atlassian.jira.plug

Re: [jira] [Updated] (GEODE-3005) A developer can create a Region with Partition by Prefix using Java API

2017-06-01 Thread Michael Stolz
titionResolver. I think that is the requirement for this > feature. Are you arguing that this requirement does not have enough value > for our customers to justify adding product feature for it? Or do you think > this requirement should be met with a different solution? > > On Thu, J

Re: [DISCUSS] Discussions of API changes missing or lost in noise

2017-06-01 Thread Michael Stolz
I would love to have the automated JIRA e-mails put somewhere separate. I am becoming swamped by them but I don't want to miss important discussions. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Thu, Jun 1, 2017 at 5:15 PM, Joey McAllister wrote: > +1 to

Re: [DISCUSS] Discussions of API changes missing or lost in noise

2017-06-01 Thread Michael Stolz
+1 to initiating a [DISCUSS] thread on dev list for any proposed changes to the public API(s). -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Thu, Jun 1, 2017 at 5:45 PM, Kirk Lund wrote: > +1 to initiating a [DISCUSS] thread on dev list for any proposed ch

Re: [jira] [Updated] (GEODE-3005) A developer can create a Region with Partition by Prefix using Java API

2017-06-02 Thread Michael Stolz
y we're just doing the implementation and making it generic. One > > caveat is that this neglects .Net clients and will use more memory > > overhead. > > > > > > > > > > > > On Thu, Jun 1, 2017 at 2:20 PM, Michael Stolz wrote: > > > > >

Re: [DISCUSS] easy string based partitioning

2017-06-02 Thread Michael Stolz
+1 This is the easiest way to make colocation easy -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Jun 2, 2017 6:55 PM, "Darrel Schneider" wrote: > Geode partitioned regions usually partition the data based on the key's > hashcode. > You can do your own partit

Re: [DISCUSS] easy string based partitioning

2017-06-02 Thread Michael Stolz
We are looking for the simplest implementation. Not the best. Fixed delimeter, string only, SIMPLE. We as a team have a habit of always solving the bigger problem. Lets allow this one to be simple. -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Jun 2, 2017 1

Re: [DISCUSS] easy string based partitioning

2017-06-03 Thread Michael Stolz
:key" format. -Jake On Fri, Jun 2, 2017 at 8:57 PM Michael Stolz wrote: > We are looking for the simplest implementation. Not the best. Fixed > delimeter, string only, SIMPLE. > > We as a team have a habit of always solving the bigger problem. > > Lets allow this

Re: [jira] [Created] (GEODE-3027) A developer can co-locate two keys on a put

2017-06-05 Thread Michael Stolz
The actual key should be the whole string. Not just that after the colon. -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 <(631)%20835-4771> On Jun 2, 2017 8:34 PM, "Fred Krone (JIRA)" wrote: > Fred Krone created GEODE-3027: > - >

Re: [DISCUSS] easy string based partitioning

2017-06-05 Thread Michael Stolz
Yep that will work. -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Jun 5, 2017 12:06 PM, "Darrel Schneider" wrote: > I pictured the top level parent region (your customer region) as not having > the StringPrefixPartitionResolver. Instead it would just use str

Re: Do you want to Tweet for @ApacheGeode?

2017-06-06 Thread Michael Stolz
Hey Greg, I could tweet now and then. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Tue, Jun 6, 2017 at 12:28 PM, Greg Chase wrote: > Greetings Apache Geode community, > Tweeting for the Apache Geode project in the past has been a community > effort. > >

Re: Need authorization to tweet for Apache Geode

2017-06-07 Thread Michael Stolz
Hi Greg, I didn't give you my Twitter handle: @MikeStolz1 -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Wed, Jun 7, 2017 at 1:23 PM, Gregory Chase wrote: > Hi Jag, > Thanks for volunteering to help communicate the goodness of @ApacheGeode! > > I'll add y

Re: [DISCUSS] easy string based partitioning

2017-06-07 Thread Michael Stolz
Actually it appears that parameterizing the delimeter would be quite problematic for client side single hop. -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Jun 7, 2017 1:56 PM, "Galen M O'Sullivan" wrote: > I don't think it would be that much harder to add an

Re: [VOTE] Apache Geode release - v1.2.0 RC1

2017-06-17 Thread Michael Stolz
That shouldn't say incubating should it? -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Jun 17, 2017 12:01 PM, "Anthony Baker" wrote: > This is the first release candidate for Apache Geode, version > 1.2.0-incubating. Thanks to all the community members for

OQL rewriting

2017-06-22 Thread Michael Stolz
The old security framework had an authorizeOperation method that had enough information to be able to inspect and modify an OQL string before it would be executed. That whole framework is now deprecated, but I feel like it's a really powerful feature being able to modify OQL in such a way as to sup

Re: Geode "minor minor" versions

2017-07-05 Thread Michael Stolz
@Roi Apelker: There is a big effort going on right now in the community to get a 1.2 release of Geode out. You can follow the release notes here: https://cwiki.apache.org/confluence/display/GEODE/Release+Notes#ReleaseNotes-1.2.0 -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-

Re: getSizeInBytes() return type

2017-07-10 Thread Michael Stolz
I don't think it is appropriate to store objects of 2GB size in Geode. I know we have hit networking issues with such large objects in the past. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Sun, Jul 9, 2017 at 2:13 AM, Daniel Farcovich < daniel.farcov...@am

Re: Review Request 60718: GEODE-2997: New flow getAll/putAll

2017-07-12 Thread Michael Stolz
We removed error feedback? So how is an application programmer supposed to determine what failed now? Without that information we may have rendered putAll unusable for some cases. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Wed, Jul 12, 2017 at 1:45 PM, Br

Re: Stored procedures on Apache Geode.

2017-07-14 Thread Michael Stolz
Pivotal provides a closed-source connector to link commercial GemFire to commercial Greenplum. Pivotal has no intention of opening that connector at this time. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Fri, Jul 14, 2017 at 2:33 AM, marios390 wrote: > H

Re: New Committer: Deepak Dixit

2017-07-17 Thread Michael Stolz
Welcome -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Jul 14, 2017 7:46 PM, "Mark Bretl" wrote: > The Apache Geode Project Management Committee has invited Deepak Dixit to > be committer on the project. We are pleased to announce he has accepted. > > Please

Re: Question regarding node failure scenario

2017-07-24 Thread Michael Stolz
Without subscription-redundancy you are running the risk that some of the data isn't being pushed to you in the event of a server failure. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Sun, Jul 23, 2017 at 10:06 PM, Akihiro Kitada wrote: > Hello Roi, > >

Tombstones

2017-08-22 Thread Michael Stolz
Do tombstones show up in operations that indicate presence of keys like Region.keyset(), containsKey(key), etc? They probably shouldn't. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771

Re: Adding parallel import/export of snapshots to gfsh

2017-08-22 Thread Michael Stolz
One other idea that hasn't been mentioned is making parallel the only way for Partitioned Regions, and having --file serve the purpose of defining both a path and a filename pattern where the bucket ID or whatever we're using gets automatically inserted before the .gfd extension. No need for a new

Re: [Discuss] Enable region set operations to start JTA transactions

2017-08-28 Thread Michael Stolz
+1 for revising set ops to bootstrap by default. Document the behavior change in release notes along with property to revert to old behavior. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Fri, Aug 25, 2017 at 6:41 PM, Anilkumar Gingade wrote: > +1 Having a

Re: [GitHub] geode issue #719: GEODE-3447 Implement client authorization for the new prot...

2017-08-28 Thread Michael Stolz
A hash is not guaranteed unique so is not suitable as a security token. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Fri, Aug 25, 2017 at 4:49 PM, galen-pivotal wrote: > Github user galen-pivotal commented on the issue: > > https://github.com/apache/g

Re: [VOTE] Apache Geode release - v1.2.1 RC1

2017-08-29 Thread Michael Stolz
-1 for breaking change in client/server protocol. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Tue, Aug 29, 2017 at 3:07 PM, Anthony Baker wrote: > I encourage the PMC members to review and vote so we can close out this > release. Of course, all feedback

Re: [VOTE] Apache Geode release - v1.2.1 RC1

2017-08-29 Thread Michael Stolz
ials=true' flag. > 2) Upgrade clients. > 3) Remove flag and upgrade clients. > > Do you agree? > > Anthony > > On Tue, Aug 29, 2017 at 12:48 PM, Michael Stolz wrote: > > -1 for breaking change in client/server protocol. > > > > -- > > Mike Stolz > > Principal Engineer, GemFire Product Manager > > Mobile: +1-631-835-4771 > > >

Re: [Discuss] Use of -1 as Infinite/All for retry related functions...

2017-09-01 Thread Michael Stolz
We would certainly rather have the time-out set correctly, but one of the things I've noticed is, sometimes there is just one query or one function that takes a really long time, and because we keep retrying it with the same timeout, it keeps timing out each retry. It would probably be much smarter

Re: [VOTE] Apache Geode release - v1.2.1 RC1

2017-09-05 Thread Michael Stolz
GEODE-3249 is a breaking change to the client/server protocol, but it has a property that can override whether or not to turn the breaking change on. The plan was to release Geode 1.2.1 with the breaking change turned on, but I spent a lot of time thinking about this over the weekend, and I came t

Re: [Discuss] Use of -1 as Infinite/All for retry related functions...

2017-09-06 Thread Michael Stolz
consistency is valuable. I > could be > wrong in that belief. > > Further, it is sounding like a move away from overloading is the desired > direction. > Do we have any points against it?? > > On Fri, Sep 1, 2017 at 2:45 PM, Michael Stolz wrote: > > > We would certa

Re: [DISCUSS] Addition of isValid API to Index interface

2017-09-08 Thread Michael Stolz
Just to help me understand, the index is corrupted in a way beyond just the field that errors out? What if there were multiple indices that were in flight and only the third one errors out, will they all be marked invalid? If anything goes wrong with the put it should probably still throw back to t

Re: [DISCUSS] Addition of isValid API to Index interface

2017-09-11 Thread Michael Stolz
in a put operation, the > > regions / cache are now in a bad state. > > -- > > We are thinking that if index is created over a method invocation in an > > empty region and then we do puts, but method invocation is not allowed as > > per security polic

Re: [DISCUSS] Addition of isValid API to Index interface

2017-09-11 Thread Michael Stolz
lid during async index updates but not for > synchronous index updates. The synchronous index updates will rely on a > rollback mechanism > > > > > On Mon, Sep 11, 2017 at 1:23 PM Michael Stolz wrote: > > > I think there was an intention of having CREATION of a

Re: [DISCUSS] authorizing function execution

2017-09-15 Thread Michael Stolz
Yeah that's the right level of authorization. The Function Author should get to decide. Listeners, Loaders and Writers should only require DATA:READ and DATA:WRITE as appropriate. It is up to the authors what they do inside of those. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile

Re: New Geode PMC Member: Galen O'Sullivan

2017-09-27 Thread Michael Stolz
Where can I see the list of PMC members? -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Sep 26, 2017 7:49 PM, "Mark Bretl" wrote: > The Apache Geode Project Management Committee has invited Galen > O'Sullivan to join the Geode PMC and we are pleased to announ

Re: New client/server protocol - seeking feedback

2017-10-02 Thread Michael Stolz
We should check that it is actually safe to add fields. If it isn't we're likely to have a lot of versioning to do. -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771 On Mon, Sep 25, 2017 at 5:25 PM, Galen O'Sullivan wrote: > Replies inline. > > On Mon, Sep 25, 2017

Re: [ANNOUNCE] Spring Data Geode 2.0.0.RELEASE (Kay GA) Available...

2017-10-05 Thread Michael Stolz
Wow! Great stuff John! -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771 On Thu, Oct 5, 2017 at 6:35 PM, John Blum wrote: > Dear Geode Community- > > After almost 1 year of radio silence on all things related to *Spring > Data Geode* for Apache Geode, it is my pleas

Re: [Discuss] CliStrings

2017-10-19 Thread Michael Stolz
I know we did at one time go through the exercise to collect all of the strings and put them in one place and have them translated to at least Japanese. I don't know where the Japanese version of the file is though. -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771 O

Re: [DISCUSS] Storage-class memory ecosystem program

2017-10-25 Thread Michael Stolz
I'd like to participate in this as well. -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Oct 24, 2017 2:59 PM, "Swapnil Bawaskar" wrote: > Thanks Roman! > > I have volunteered to be on that group, if anyone else is interested, > please chime in on that email t

Re: Removing the old Authenticator/AccessControl interfaces

2017-10-31 Thread Michael Stolz
Yep. That's the normal path. -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771 On Mon, Oct 30, 2017 at 7:19 PM, Mark Bretl wrote: > If we are talking about the following: > https://github.com/apache/geode/blob/develop/geode-core/ > src/main/java/org/apache/geode/sec

Re: [DISCUSS] changes to registerInterest API

2017-11-16 Thread Michael Stolz
I don't like the vararg option. If i'm maintaining a list of keys i'm interested in, I want to be able to pass that List in. Varargs is a poor substitute. It might even cause problems of pushing in multiple different types. Keys must all be of one type for a given Region. I'm very much in favor o

Re: [Discussion] Geode-Native Removing Stats from Public API

2017-11-20 Thread Michael Stolz
I'm not clear on why we are removing stats gathering capability. Do we know that customers aren't using this? Is it badly broken? What is actually driving this work? -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771 On Mon, Nov 20, 2017 at 11:42 AM, Bruce Schuchardt

Re: Next release: 1.4.0

2017-11-22 Thread Michael Stolz
I'd like to see it include the recently completed work on indexing nested objects in the Apache Lucene integration. Early Dec sounds good to me. -- Mike Stolz On Wed, Nov 22, 2017 at 4:48 PM, Anthony Baker wrote: > We released Geode 1.3.0 at the end of October. Our next release will be > 1.4.

Font for geode.apache.org

2017-11-27 Thread Michael Stolz
Does anybody know what font was used for the tagline on geode.apache.org? -- Mike Stolz

Re: DISCUSS: Deprecating and replacing current serializable string encodings

2017-12-01 Thread Michael Stolz
There also would likely be Disk Stores that would need to be converted. That would be real ugly too. -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Dec 1, 2017 4:25 PM, "Bruce Schuchardt" wrote: > I'm wondering how we would maintain backward compatibility wit

Re: DISCUSS: Deprecating and replacing current serializable string encodings

2017-12-01 Thread Michael Stolz
My opinion is that risk/reward on this on is not worth it -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Dec 1, 2017 5:19 PM, "Jacob Barrett" wrote: > On Fri, Dec 1, 2017 at 1:48 PM Michael Stolz wrote: > > > There also would like

Re: DISCUSS: Deprecating and replacing current serializable string encodings

2017-12-01 Thread Michael Stolz
-16 strings? > > -Dan > > On Fri, Dec 1, 2017 at 4:17 PM, Michael Stolz wrote: > > > My opinion is that risk/reward on this on is not worth it > > > > -- > > Mike Stolz > > Principal Engineer - Gemfire Product Manager > > Mobile: 631-835-4771

Re: DISCUSS: Deprecating and replacing current serializable string encodings

2017-12-04 Thread Michael Stolz
Anything that breaks data on disk is also a big PITA. This change would break data on disk. -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771 On Mon, Dec 4, 2017 at 1:52 PM, Dan Smith wrote: > The new protocol is currently translating from PDX->JSON before sending >

Re: [PDE East] Geode Conference - Double the Expected Attendance

2017-12-04 Thread Michael Stolz
This was really a great day in the history of Apache Geode. We were concerned that we might not have any turn-out at all for this session because it was disjointed from the rest of Spring 1 Platform. The rest of the show starts tomorrow. We were concerned that we had no way to measure the popular

Board Reports

2017-12-19 Thread Michael Stolz
It looks like board reports stopped being posted to the Geode wiki back in July of 2016. Where can I see the latest board reports now?

Re: Monitor the neighbour JVM using neihbour's member-timeout

2018-01-17 Thread Michael Stolz
Pardon my ignorance, but is this something that should be brought up on the JGroups community? -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771 Download the new GemFire book here. On Wed,

Re: Spring Session for Apache Geode 2.0.0.RELEASE Available!

2018-01-18 Thread Michael Stolz
Congrats John -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771 Download the new GemFire book here. On Thu, Jan 18, 2018 at 2:16 PM, John Blum wrote: > Apache Geode Community- > > I am pl

Re: Spring Data for Apache Geode 2.0.3.RELEASE available!

2018-01-24 Thread Michael Stolz
Congratulations. Great job as always. -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Jan 24, 2018 10:35 AM, "John Blum" wrote: > Apache Geode Community- > > I am very pleased to follow-up to the announcement by Mark Paluch on the > release of Spring Data Kay

Re: Addition of rmi-io library

2018-01-24 Thread Michael Stolz
There is going to be a 9.3.1 shortly after 9.3.0. Lets not hold 9.3.0 for this. -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Jan 24, 2018 10:58 AM, "Jinmei Liao" wrote: yeah, Jens just found that out too. It's opening up a new port in either server/server a

Re: Proposal: GEODE-4367 - Return PDXInstance when Domain Object can't be found

2018-01-24 Thread Michael Stolz
I agree that we should have api level choice for whether to read serialized or not. We can deprecate read-serialized and get rid of it in GemFire 10. -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771 Download the new GemFire book here.

Re: Proposal: GEODE-4367 - Return PDXInstance when Domain Object can't be found

2018-01-24 Thread Michael Stolz
On Wed, Jan 24, 2018 at 2:40 PM, Michael Stolz wrote: > I agree that we should have api level choice for whether to read > serialized or not. > We can deprecate read-serialized and get rid of it in GemFire 10. > > -- > Mike Stolz > Principal Engineer, GemFire Product Lead >

Re: [ANNOUNCE] New committers and PMC members - Michael Dodge and Brian Rowe

2018-01-31 Thread Michael Stolz
Welcome Brian and Sarge!​

Re: MigrationClient and MigrationServer

2018-02-05 Thread Michael Stolz
Yeah we made a change to our diskstore format right around 6.0 that caused customers to have to migrate all their persistent stores. I don't think we have any plans to attempt any migrations from pre-6.0 any more ;) +1 for deleting these -- Mike Stolz Principal Engineer, GemFire Product Lead Mobi

Re: C# native client problem

2018-02-06 Thread Michael Stolz
Also could be that he's hitting the Cache singleton. Hard to tell from what he wrote, but I think he's attempting to new multiple Caches in the same process. -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Feb 6, 2018 9:35 AM, "Jacob Barrett" wrote: > Since th

Re: [ANNOUNCE] Apache Geode 1.4.0

2018-02-06 Thread Michael Stolz
Super! Congratulations -- Mike Stolz On Feb 5, 2018 8:36 PM, "Akihiro Kitada" wrote: > Awesome! > > > -- > Akihiro Kitada | Staff Customer Engineer | +81 80 3716 3736 > <+81%2080-3716-3736> > Support.Pivotal.io | Mon-Fri 9:00am to > 5:30pm JST | 1-877-477-2

Re: [DISCUSS] changes to registerInterest API

2018-02-21 Thread Michael Stolz
>>>>>>> keys)) > > >>>>>>>>>>>> myself. It is way more convenient if I only have a few > > >>> keys > > >>>>>> when > > >>>>>>>>>> calling > > >>>>>>>>>>>

Re: New PMC members - Lynn Gallinat, Lynn Hughes-Godfrey, and Dick Cavender

2018-02-21 Thread Michael Stolz
WELCOME! -- Mike Stolz On Wed, Feb 21, 2018 at 6:28 PM, Anthony Baker wrote: > Welcome all! > > > On Feb 21, 2018, at 1:50 PM, Dan Smith wrote: > > > > We recently added a few new members to the Geode PMC. These three have > all > > been working on geode since it became an apache project, but

Re: Starter tickets

2018-03-02 Thread Michael Stolz
I'd love to tag all the pulse issues as newbie if we could. On Fri, Mar 2, 2018 at 1:34 PM, Anthony Baker wrote: > Good idea! We he have a few other labels relevant to this as well: > > - newbie > - low-hanging-fruit > > Anthony > > > > On Mar 2, 2018, at 10:03 AM, Alexander Murmann > wrote:

Re: [PROPOSAL]: concurrent bucket moves during rebalance

2018-03-08 Thread Michael Stolz
We should be very careful about how much resource we dedicate to rebalancing. One of our competitors rebalances *much* faster than we do, but in doing so they consume all available resources. At one bank that caused significant loss of incoming market data that was coming in on a multicast feed,

Re: Trying to cleanup dunit use of client cache

2018-03-09 Thread Michael Stolz
I haven't encountered a customer using a persistent region on a client in many years. Maybe that entire construct should be deprecated on a ClientCache. -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Mar 9, 2018 3:39 PM, "Kirk Lund" wrote: > And I can't invok

Re: New APIs, read-serialized and CacheListeners, PostProcessor etc

2018-03-26 Thread Michael Stolz
in addition to not breaking existing callbacks, new getvalue mechanisms should be created that support either getting the serialized or deserialized value on the call itself rather than at the thread level or the entire cache level. -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1

Re: [VOTE] Apache Geode 1.5.0.RC2

2018-04-04 Thread Michael Stolz
+1 -- Mike Stolz On Apr 4, 2018 2:06 PM, "Joey McAllister" wrote: > +1 to Anthony's recommendation of extending the vote by 24 hours, since > some community members might have ignored this one, thinking that the > negative vote would lead to a new release candidate/vote. > > > On Wed, Apr 4, 20

Re: 1.5.0 needs a bugfix

2018-04-04 Thread Michael Stolz
+1 I believe this means we have 3 or 4 +1 votes and zero -1 votes. -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Apr 4, 2018 1:49 PM, "Bruce Schuchardt" wrote: > Well, I went to merge this into a 1.5.0 based branch and found that I was > wrong. The seriali

Re: [VOTE] Apache Geode 1.5.0.RC2

2018-04-04 Thread Michael Stolz
4, 2018 at 12:21 PM Dan Smith wrote: > > > > > +1 to an extension of time > > > > > > +1 to this release - ran geode-release-check, looks good to me. > > > > > > -Dan > > > > > > On Wed, Apr 4, 2018 at 11:20 AM, Michael

Re: [PROPOSAL]: deprecating gfsh command option --load-cluster-config-from-dir for 'start locator'

2018-04-05 Thread Michael Stolz
There could be. For instance, in a cloud environment, the working directory could be on transient disk. The cluster configuration should, however, always be on permanent disk. -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771 Download the new GemFire book here.

Re: [DISCUSS] Release 1.6.0

2018-04-06 Thread Michael Stolz
I would really appreciate the opportunity to learn how to do the release Manager role. Would someone mentor me? -- Mike Stolz On Apr 6, 2018 6:57 PM, "Alexander Murmann" wrote: > Hi everyone! > > It's great that 1.5.0 just got released and we already have 108 changes > ready for 1.6.0. I think

Geode 1.6.0

2018-04-11 Thread Michael Stolz
Hi, We are going to cut a release branch for 1.6.0 soon. Probably today or tomorrow. This is in keeping with our desire to get onto a monthly release cycle. The Geode pipeline is green, so will not be an impediment to cutting this branch. There are a couple of minor issues that we might squeeze

Geode 1.6.0 release branch has been created

2018-04-12 Thread Michael Stolz
Can someone please create a concourse pipeline for this release? -- Mike Stolz

Re: Index on Region

2018-04-17 Thread Michael Stolz
Correct. We can "deprecate" any time we like as long as we have provided an alternative, but we should only "remove" on a major release. -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771 Download the new GemFire book here.

re: 1.6.0 release

2018-04-18 Thread Michael Stolz
Yes please. I'm holding the build til this gets in. Please notify me here when it's ready -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Apr 18, 2018 8:05 PM, "Bruce Schuchardt" wrote: > A couple of people have reported running into GEODE-5085 < > https://iss

Re: [Proposal]: behavior change when region doesn't exist in cluster configuration

2018-04-19 Thread Michael Stolz
Hmmm...I think I liked the old behavior better. It was a kind of bridge to cluster config. I still think we need to be putting much more effort into deprecating cache.xml and much less effort into fixing the (possibly) hundreds of bugs related to using both cache.xml and cluster configuration at t

Re: [Proposal]: behavior change when region doesn't exist in cluster configuration

2018-04-19 Thread Michael Stolz
at 6:29 PM, Jinmei Liao wrote: > but this proposed change is one of the effort toward "deprecating > cache.xml". I think we've got to take the leap at one point. > > On Thu, Apr 19, 2018 at 3:14 PM, Michael Stolz wrote: > > > Hmmm...I think I liked the ol

Geode 1.6.0 RC1

2018-04-23 Thread Michael Stolz
The concourse pipeline is green. Can I go ahead and start the build for RC1? -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771 Download the GemFire book here.

  1   2   >