Geode listed on the top 10 most active mailing lists @ Apache in 2017

2018-01-01 Thread William Markito Oliveira
Congrats everyone, Happy new year! https://blogs.apache.org/foundation/entry/apache-in-2017-by-the

Re: Geode Jira/GitHub Integration configuration changes

2017-12-18 Thread William Markito Oliveira
+1 for removing the diff - Link to the PR should be good enough. On Mon, Dec 18, 2017 at 1:18 PM, Jacob Barrett wrote: > +1 for reducing noise! > > On Mon, Dec 18, 2017 at 10:03 AM Joey McAllister > wrote: > > > (Er, from JIRA ticket comments, that

Re: New client protocol configuration

2017-10-05 Thread William Markito Oliveira
I was doing something similar to that for some other projects and found that cfg4j [1] to be a very clean and good framework to keep the format of the configuration generic and dynamic. Built-in support for Yaml and property files and can also ready from multiple sources like Git, Consul,

Re: New Geode PMC Member: Galen O'Sullivan

2017-09-27 Thread William Markito Oliveira
Here is the list. :) https://projects.apache.org/committee.html?geode Sent from my iPhone > On Sep 27, 2017, at 11:33 AM, Swapnil Bawaskar wrote: > > We have a list of committers here: http://geode.apache.org/community/ but > we don't have a list of PMC on the geode

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

2017-09-18 Thread William Markito Oliveira
+1 Checked: - Basic operations from command line - Checksums match - Release build green (blue actually) ( https://builds.apache.org/job/Geode-release/lastBuild/) On Mon, Sep 18, 2017 at 3:57 PM, Dan Smith wrote: > +1 > > The jenkins release build was green and release

Re: Visibility of Skipped tests in Jenkins

2017-08-24 Thread William Markito Oliveira
Yup. I've tested accessing that same page without any authentication and seems to work fine here as well.. On Thu, Aug 24, 2017 at 1:29 PM, Mark Bretl wrote: > Hi Kirk, > > I think you are looking for this page, https://builds.apache. >

Re: [DRAFT] Geode Board Report August 2017

2017-08-09 Thread William Markito Oliveira
LGTM On Wed, Aug 9, 2017 at 4:29 PM, Joey McAllister wrote: > Looks good. Thanks, Dan! > > On Wed, Aug 9, 2017 at 2:23 PM Anthony Baker wrote: > > > LGTM > > > > > On Aug 9, 2017, at 2:01 PM, Mark Bretl wrote: > > > > > > Looks

Re: Akka Stream connector

2017-07-04 Thread William Markito Oliveira
Looks really good Olivier! Thanks for the contribution! I'll give it a run this week... On Tue, Jul 4, 2017 at 4:59 AM, Olivier NOUGUIER wrote: > Hi, > I'm (a little) proud to point you the connector [0] from/to apache geode > for Akka Stream. > It is a first

Re: What to do with Singletons

2017-05-25 Thread William Markito Oliveira
+1 for Geode functions as well. Back on the day, I've talked with Barry about it and we got a few basic ones into this repository. https://github.com/markito/geode-functions But we should probably create another thread to talk about it to keep this one focused on the singletons discussion. On

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

2017-05-08 Thread William Markito Oliveira
+1 I think I've shared this before, but Kafka also has good (tabular) representation for messages on their protocol. - https://kafka.apache.org/protocol#protocol_messages - https://kafka.apache.org/protocol#protocol_message_sets On Mon, May 8, 2017 at 4:44 PM, Ernest Burghardt

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

2017-05-04 Thread William Markito Oliveira
+1 for that as well On Thu, May 4, 2017 at 5:21 PM Dan Smith wrote: > > > > I wouldn't tackle that at this layer. I would suggest adding a layer > > between the message and TCP that creates channels that are opaque to the > > message layer above. The message layer wouldn't

Re: Simple Java Client

2017-04-26 Thread William Markito Oliveira
This is an awesome discussion and Jake's hitting all the right notes about why JCache is a good idea! I've fought that fight in the past and lost it but I'm happy to see it coming back... What's really nice about Geode is that the functionalities and capabilities are all there, they're just not

Re: One class loader vs multiple class loaders for deployed jars

2017-04-11 Thread William Markito Oliveira
Just adding another spin to this discussion... Today the idea of "application" inside a Geode cluster is really hard to define, there is no real concept of multitenancy and that also makes the problem of deployed jar isolation harder. How would you define the hierarchy of a deployed jar from

Re: Jenkins karma (was Re: Blacklist asf904 for Geode nightly job)

2017-04-10 Thread William Markito Oliveira
Hi Anthony, My karma is also limited, sorry. I believe only Roman (or infra) can change that... On Mon, Apr 10, 2017 at 11:46 AM, Anthony Baker wrote: > Anyone? > > > On Apr 7, 2017, at 11:32 AM, Anthony Baker wrote: > > > > I would like Jenkins karma so

Re: Orphaned Server processes

2017-04-05 Thread William Markito Oliveira
Jianxia, you can set the property "start-locator" in gemfire.properties as below... So the server then will have an embedded locator. http://geode.apache.org/docs/guide/11/reference/topics/gemfire_properties.html start-locator If set, automatically starts a locator in the current process when

Re: [DISCUSS] security threats (was Re: [CVE-2017-5649] Apache Geode information disclosure vulnerability)

2017-04-05 Thread William Markito Oliveira
Looks like a great wiki page to me. ;) Cool summary Anthony! Sent from my iPhone > On Apr 5, 2017, at 11:49 AM, Anthony Baker wrote: > > As a follow up to this CVE, I wanted to share the process for reporting and > responding to security issues: > >

Re: [gemfire-dev] More detailed Geode Modularization proposal

2017-03-29 Thread William Markito Oliveira
Since the modularization effort may take a significant time and one of the big features of Java 9 is modularization, why not leverage the infrastructure of the JDK [1] for that ? This would not only bring the modularization but also make it 100% compatible with Java 9. It also provide solutions

Geode deployment logos

2017-03-29 Thread William Markito Oliveira
Are there any deployments of Geode out there interested in displaying their logo in our Deployments section of the Community page ? http://geode.apache.org/community/

Re: Permission to Edit and Comment

2017-03-29 Thread William Markito Oliveira
You should be good to go now Sarge... :) On Wed, Mar 29, 2017 at 1:19 PM, Michael William Dodge wrote: > May I have the necessary permissions such that I can edit and comment on > wiki articles under https://cwiki.apache.org/confluence/display/GEODE/ < >

Re: Apache Geode no longer uses tools.jar or Attach API by default

2017-03-10 Thread William Markito Oliveira
That's awesome Kirk, thanks! Sent from my iPhone > On Mar 9, 2017, at 9:02 PM, Kirk Lund wrote: > > I just committed the changes for GEODE-2594. With this change in place, > Apache Geode no longer uses or requires the tools.jar or Attach API by > default, and the gfsh

Re: for discussion: separate website into its own repo

2017-02-17 Thread William Markito Oliveira
+1 On Fri, Feb 17, 2017 at 4:15 PM, Karen Miller wrote: > Seems like everyone is in favor of the separate repo. I'll request one > early next week. > I created https://issues.apache.org/jira/browse/GEODE-2507 to handle the > first parts > of the task of getting the new repo

Re: Automating docker builds for geode-native

2017-02-17 Thread William Markito Oliveira
What about creating a .dockerignore file ? -> https://docs.docker.com/engine/reference/builder/#/dockerignore-file On Fri, Feb 17, 2017 at 10:02 AM, Anthony Baker wrote: > > > On Feb 10, 2017, at 12:29 PM, Anthony Baker wrote: > > > > The geode-native

Re: [DISCUSS] JIRA guidelines

2017-02-14 Thread William Markito Oliveira
+1 Finally!! ;) Sent from my iPhone > On Feb 14, 2017, at 7:59 PM, Galen M O'Sullivan wrote: > > +1 to the article and removing the draft label > >> On Tue, Feb 14, 2017 at 4:05 PM, Akihiro Kitada wrote: >> >> I agree! >> >> >> -- >> Akihiro

Re: GeodeRedisAdapter improvments/feedback

2017-02-14 Thread William Markito Oliveira
Definitely not by asking in the middle of on-going discussion threads. Instructions: http://bfy.tw/A5ub :) Sent from my iPhone > On Feb 14, 2017, at 6:38 PM, Michael Vos wrote: > > How do I unsubscribe from this email list? > > Thank you, > > Michael Vos > Strategic

Re: geode git commit: GEODE-2421: Adding packer portion of making a VS2015 dev AMI

2017-02-02 Thread William Markito Oliveira
+1 for packer scripts. With Jake's readme everyone should be able to use it as a standard way to build environment for the native client. Thanks for sharing that! Sent from my iPhone > On Feb 2, 2017, at 7:20 PM, Michael Martell wrote: > > For those unfamiliar with

ApacheCon/Big Data 2017 - Anyone attending or submitting talks ?

2017-01-18 Thread William Markito Oliveira
CFP closes on Feb 11th. http://events.linuxfoundation.org/events/apache-big-data-north-america/program/cfp http://events.linuxfoundation.org/events/apachecon-north-america/program/cfp

Re: New proposal for type definitons

2017-01-04 Thread William Markito Oliveira
I think bson already stores the field names within the serialized data values, which is indeed more generic but would of course take more space. These conversations are very interesting, specially considering how many popular serialization formats exists out there (Parquet, Avro, Protobuf,

Re: Cluster Config

2017-01-03 Thread William Markito Oliveira
+1 - Configuration should be consistent on the locators, specially cause we should consider them source of truth for "distributed configuration" anyway... On Tue, Jan 3, 2017 at 1:59 PM, Swapnil Bawaskar wrote: > I think we should not allow a mix of cc enabled or disabled

Re: Assigning Jira tickets to new contributors

2016-12-11 Thread William Markito Oliveira
Great! So assigning people to the "contributors" role is good enough for this, glad it worked! On Sun, Dec 11, 2016 at 6:51 PM Kirk Lund <kl...@apache.org> wrote: > Thanks William! > > On Sun, Dec 11, 2016 at 6:30 PM William Markito Oliveira < > william.mark...@gm

[jira] [Updated] (GEODE-2172) CustomConfigWithCacheIntegrationTest fails with AssertionError on Windows

2016-12-11 Thread William Markito Oliveira (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Markito Oliveira updated GEODE-2172: Assignee: Kai Jiang > CustomConfigWithCacheIntegrationTest fa

Re: TLP Transition Changes Coming

2016-12-02 Thread William Markito Oliveira
+1 as well - Although I'd say that in the near future we should consider cleaning the list a little bit using some criteria... For example, people on that list have NEVER sent a single message to the mailing list, not to mention code contributions, wiki or anything so why keep them ? On Fri,

Fwd: JSON License and Apache Projects

2016-11-24 Thread William Markito Oliveira
Interesting thread about json parsing libraries and licensing. Sent from my iPhone Begin forwarded message: > From: Ted Dunning > Date: November 24, 2016 at 2:28:47 PM PST > To: "gene...@incubator.apache.org" > Subject: Re: JSON License