Re: pdf of slides for Query and Index

2016-01-13 Thread Wes Williams
Hi Jason, do you have the replay of your presentation yet? Thanks *Wes Williams | Pivotal Sr. **Data Engineer* 781.606.0325 http://pivotal.io/big-data/pivotal-gemfire On Sun, Nov 8, 2015 at 6:22 PM, Greg Chase wrote: > Will post when it's available > > This email encrypted b

Re: enabling network partition detection by default

2016-01-08 Thread Real Wes Williams
What’s the level of concern here about members getting kicked out prematurely depending on the newly proposed default settings? For instance, if the default suspect notification is 3 seconds and they are running in AWS or a mildly unpredictable network environment, a member could be kicked out.

Re: Function service usability improvements

2015-12-17 Thread Wes Williams
breaks backwards compatibility. If an @Annotation style could pre-compile and cache the method metadata and the function interface hands it to a statically-typed method, I would use that style all day long when presenting to customers. *Wes Williams | Pivotal Sr. **Data Engineer* 781.606.0325 http://pivo

Re: Function service usability improvements

2015-12-17 Thread Wes Williams
nder rs, int i2);public void method6(FunctionContest fc); The general rule is that once any additional arguments, i.e., region data and filter, are resolved the remaining arguments must correspond exactly, in order and type, to the expected calling parameters. *Wes Williams | Pivotal Sr.

Geode Code Quality Style Checker ?

2015-10-31 Thread Wes Williams
Does anyone have a Geode code style checker filter for FindBugs? I have in mind something that will list the code violations on every local build. http://findbugs.sourceforge.net/manual/filter.html If not, what are you using? Thanks, *Wes Williams | Pivotal Sr. **Data Engineer* 781.606.0325

Re: Bump language level to 1.8

2015-10-23 Thread Wes Williams
+1 *Wes Williams | Pivotal Sr. **Data Engineer* 781.606.0325 http://pivotal.io/big-data/pivotal-gemfire On Fri, Oct 23, 2015 at 12:27 PM, William Markito wrote: > Folks, > > We had some discussions around this in the past but I guess we have not yet > made the decision to move

Geode Creation Region entry-time-to-live-expiration-action

2015-10-01 Thread Real Wes Williams
The GemFire User’s Guide http://gemfire.docs.pivotal.io/pdf/pivotal-gemfire-ug.pdf reports on page 740 that --entry-time-to-live-expiration-action is a valid option for create region. geode> create region —name=account --entry-time-to

Re: Missing Disk Stores - that are not missing?

2015-09-30 Thread Real Wes Williams
ode really cares about. > > -Dan > > On Wed, Sep 30, 2015 at 10:29 AM, Real Wes Williams > wrote: > >> >> Page 779 of the User's Guide at >> http://gemfire.docs.pivotal.io/pdf/pivotal-gemfire-ug.pdf < >> http://gemfire.docs.pivotal.io/pdf/p

Missing Disk Stores - that are not missing?

2015-09-30 Thread Real Wes Williams
Page 779 of the User's Guide at http://gemfire.docs.pivotal.io/pdf/pivotal-gemfire-ug.pdf describes the administrative procedure "revoke missing-disk-store” to cleanly proceed when there is a missing disk store. I am experiencing th

Re: Cluster Configuration Service Clarification

2015-09-25 Thread Real Wes Williams
tp://gemfire.docs.pivotal.io/latest/configuring/cluster_config/gfsh_config_troubleshooting.html >> Sorry, i am referring to gemfire docs... >> >> -Anil. >> >> >> >> >> >> >> >> >> >> >> >> >> >> On Fri, Sep 25, 2015 at 1:07 PM, Real Wes Wi

Cluster Configuration Service Clarification

2015-09-25 Thread Real Wes Williams
I’m finding behavior with the cluster configuration service that seems different than what is in print. Can someone please clarify? Page 163 of http://gemfire.docs.pivotal.io/pdf/pivotal-gemfire-ug.pdf states: "For configurations that

Re: Create Region API

2015-09-15 Thread Wes Williams
el a Geode JIRA coming on for a new API. *Wes Williams | Pivotal Sr. **Data Engineer* 781.606.0325 http://pivotal.io/big-data/pivotal-gemfire On Mon, Sep 14, 2015 at 4:53 PM, Michael Stolz wrote: > Wes, we're you looking for cluster configuration management or just > creation of a dyn

Create Region API

2015-09-14 Thread Wes Williams
Is RegionFactory.create(regionName) the best and threadsafe way to create a partitioned region across the distributed system from within a function? Thanks, *Wes Williams | Pivotal Sr. **Data Engineer* 781.606.0325 http://pivotal.io/big-data/pivotal-gemfire

Re: Using JSON to create Regions Dynamically

2015-08-31 Thread Wes Williams
Thanks. I'm generating regions dynamically now like a madman. *Wes Williams | Pivotal Sr. **Data Engineer* 781.606.0325 http://pivotal.io/big-data/pivotal-gemfire On Mon, Aug 31, 2015 at 4:04 PM, Jacob Barrett wrote: > You have to quote all your property names and remove the //

Using JSON to create Regions Dynamically

2015-08-31 Thread Real Wes Williams
I’m creating regions dynamically using JSON… at least that’s the goal. The JSONFormatter blows up when trying to convert the JSON fragment below to a PDXInstance in preparation to be read by Region Attributes. I am referring to the AbstractBaseController>convert(String son) method. Does the j

Re: OQL Query Limitations?

2015-07-15 Thread Real Wes Williams
ues pos, > pos.holdings.values > > There is no limit with access to nested path... > > -Anil. > > > > > > > > On Wed, Jul 15, 2015 at 2:33 PM, Real Wes Williams > wrote: > >> How can I query collections within my region object? >&

OQL Query Limitations?

2015-07-15 Thread Real Wes Williams
How can I query collections within my region object? My portfolios region contains objects of Portfolio, which in turn has a List. select distinct pos.id from /portfolios p, p.positions.values pos returns UNDEFINED. But http://geode-docs.cfapps.io/docs/developing/querying_basics/query_basics.

Re: GEODE-20 Git push question

2015-06-20 Thread Wes Williams
Thanks for the assist William. Pull request done. A committer with write privileges needs to merge. *Wes Williams | Pivotal Sr. **Data Engineer* 781.606.0325 http://pivotal.io/big-data/pivotal-gemfire On Sat, Jun 20, 2015 at 1:55 AM, William Markito wrote: > Comments inline... > &g

GEODE-20 Git push question

2015-06-19 Thread Wes Williams
votal/incubator-geode.git' This may be due to the instruction back at (7) when it said: Now, start committing on your feature. When done, use: git flow feature finish GEODE-20 In harmony with (7), I issued the got flow finish after the commmit. How do I push the changes? Thanks, *Wes Williams

Re: [VOTE] Grandfathering forgotten Geode contributors

2015-06-11 Thread Wes Williams
+1 *Wes Williams | Pivotal Sr. **Data Engineer* 781.606.0325 http://pivotal.io/big-data/pivotal-gemfire On Thu, Jun 11, 2015 at 7:15 PM, Roman Shaposhnik wrote: > Hi! > > for various reasons we missed a few Pivotal folks > when submitting a Geode proposal. There's nothing >

Re: [VOTE] Grandfathering forgotten Geode contributors

2015-06-09 Thread Wes Williams
ditto. Mike has sold a lot of GemFire over the years, including me as a customer in 2008. If we could only now get him to write code again ;) *Wes Williams | Pivotal Sr. **Data Engineer* 781.606.0325 http://pivotal.io/big-data/pivotal-gemfire On Tue, Jun 9, 2015 at 9:29 PM, William Markito

Re: Fabric Framework for distributed system management

2015-06-09 Thread Wes Williams
d install so much stuff? It seems like using bash scripts with massh is lighter weight since most are familiar with scripts and we can easily package massh. What happened to simple bash and massh? ​ *Wes Williams | Pivotal Sr. **Data Engineer* 781.606.0325 http://pivotal.io/big-data/pivotal-gemfir

Geode Cluster Sizing Online Feature

2015-05-26 Thread Wes Williams
hanks, *Wes Williams | Pivotal Sr. **Data Engineer* 781.606.0325 http://pivotal.io/big-data/pivotal-gemfire

Re: [rtds-dev] What to call Apache Geode's command-line shell tool...

2015-05-20 Thread Wes Williams
ething other than "gfsh", which installs in the bin directory. I just want everyone to understand the ramifications of keeping it the same name for those of us who use both. Regards, *Wes Williams | Pivotal Sr. **Data Engineer* 781.606.0325 http://pivotal.io/big-data/pivotal-gemfire On

Re: What to call Apache Geode's command-line shell tool...

2015-05-20 Thread Wes Williams
27;t doing it and so I just left it "geode". My vote is to just call it by the product name, geode. *Wes Williams | Pivotal Sr. **Data Engineer* 781.606.0325 http://pivotal.io/big-data/pivotal-gemfire On Wed, May 20, 2015 at 7:41 PM, John Blum wrote: > This came up in last night&

Re: REST API Pull Request

2015-05-05 Thread Wes Williams
oment. > > Thanks, > Roman. > >> On Mon, May 4, 2015 at 8:17 PM, Wes Williams wrote: >> This pull request: >> >> 1) Returns the gemfire-web-api... jar instead of the gemfire-web... jar in >> both the RestAgent and ManagementAgent so that the Web REST Dev A

REST API Pull Request

2015-05-04 Thread Wes Williams
-geode/compare/master...wwilliams-pivotal:master *Wes Williams | Pivotal Sr. **Data Engineer* 781.606.0325 http://pivotal.io/big-data/pivotal-gemfire