Re: Our JIRA is fully functional now

2015-05-06 Thread Swapnil Bawaskar
swapnil.bawaskar On Wed, May 6, 2015 at 9:28 AM, Vincent Ford vf...@pivotal.io wrote: user id is vford13 *Vince Ford* GemFire Sustenance Engineering Beaverton, OR USA 503-533-3726 (office) http://www.pivotal.io Open Source Project Geode https://network.pivotal.io/products/project-geode

Re: Review Request 37098: fix GEODE-186

2015-08-05 Thread Swapnil Bawaskar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37098/#review94241 --- Ship it! Ship It! - Swapnil Bawaskar On Aug. 4, 2015, 9:31 p.m

Re: Review Request 37088: change test to use a wait criteria instead of pause and use millis instead of seconds

2015-08-04 Thread Swapnil Bawaskar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37088/#review94092 --- Ship it! Ship It! - Swapnil Bawaskar On Aug. 4, 2015, 5:46 p.m

Re: Review Request 39699: GEODE-192: Removing TransactionFunctionService

2015-10-27 Thread Swapnil Bawaskar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39699/#review104222 --- Ship it! Ship It! - Swapnil Bawaskar On Oct. 27, 2015, 8:44

Re: Review Request 40200: GEODE-542: Send a function response after a CancelException

2015-11-11 Thread Swapnil Bawaskar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40200/#review106166 --- Ship it! Ship It! - Swapnil Bawaskar On Nov. 11, 2015, 9:40

Re: DRAFT October Report

2015-10-07 Thread Swapnil Bawaskar
5, at 6:24 PM, William Markito <wmark...@pivotal.io> wrote: > > > > Hi Swapnil, > > > > Can you please include the Meetup in Cork, Ireland ? Details on the link > > below. > > > > > http://www.meetup.com/Pivotal-Open-Source-Ireland-Meetup/events

Re: September 2015 Report

2015-08-31 Thread Swapnil Bawaskar
I will compile the report for this month. Thanks! Swapnil. On Sat, Aug 29, 2015 at 11:49 AM, Justin Erenkrantz wrote: > All, > > Does someone want to take a pass at the report? > > The quarterly reports are one of the few administrative things that > the ASF asks of all

Re: Review Request 37765: Fix for GEODE-278

2015-08-31 Thread Swapnil Bawaskar
/internal/cache/TXCommitMessage.java f091570674f874539599b669af5d87290b329b18 gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/RemoteTransactionDUnitTest.java PRE-CREATION Diff: https://reviews.apache.org/r/37765/diff/ Testing --- Thanks, Swapnil Bawaskar

DRAFT of August report

2015-09-01 Thread Swapnil Bawaskar
Hi All, The following is a draft of the August report. Please provide any feedback you may have. Geode: Geode is a data management platform that provides real-time, consistent access to data-intensive applications throughout widely distributed cloud architectures. Geode has been incubating since

Re: DRAFT of August report

2015-09-02 Thread Swapnil Bawaskar
1, 2015 at 2:48 AM, Swapnil Bawaskar <sbawas...@pivotal.io> > wrote: > > Hi All, > > The following is a draft of the August report. Please provide any > feedback > > you may have. > > > > Geode: > > Geode is a data management platform that provides

Re: Review Request 37765: Fix for GEODE-278

2015-08-25 Thread Swapnil Bawaskar
--- Thanks, Swapnil Bawaskar

Re: Review Request 37765: Fix for GEODE-278

2015-09-17 Thread Swapnil Bawaskar
/internal/cache/ClientServerTransactionDUnitTest.java PRE-CREATION Diff: https://reviews.apache.org/r/37765/diff/ Testing --- Thanks, Swapnil Bawaskar

Re: Create Region API

2015-09-14 Thread Swapnil Bawaskar
One way to create a Region so that it is recorded in the shared configuration is to use the API that GFSH uses to create the region: CreateAlterDestroyRegionCommands cliCmds = new CreateAlterDestroyRegionCommands(); Result result = cliCmds.createRegion(key, RegionShortcut.PARTITION, null, null,

Re: Propose changing check to only depend on UnitTest

2015-10-01 Thread Swapnil Bawaskar
For Geode in "5 minutes" do we even want to leave the unit tests in? building geode and running unit tests on my laptop took north of 4:30 minutes, just a clean build took 1 minute. If we removed the unit tests, then we could still have a target "test" for Unit, Integration and DistributionTest.

DRAFT October Report

2015-10-05 Thread Swapnil Bawaskar
Hi All, Please review the following draft of the incubation report. Mentors, Can you please provide number of subscribers to the dev and user lists? *Geode*: Geode is a data management platform that provides real-time, consistent access to data-intensive applications throughout widely

Review Request 38678: GEODE-343 Fix race in ConcurrentMapOpsDUnitTest.

2015-09-23 Thread Swapnil Bawaskar
/38678/diff/ Testing --- Thanks, Swapnil Bawaskar

Review Request 38628: Fixes GEODE-354

2015-09-22 Thread Swapnil Bawaskar
://reviews.apache.org/r/38628/diff/ Testing --- Thanks, Swapnil Bawaskar

Re: Report for October

2015-10-05 Thread Swapnil Bawaskar
I will take this up. On Sun, Oct 4, 2015 at 1:52 AM, Konstantin Boudnik wrote: > Just a reminder - the report is due in a couple of days. Is anyone working > on > it? > > Thanks, > Cos >

Review Request 41836: GEODE-719: Add error logs while cache.xml processing

2015-12-31 Thread Swapnil Bawaskar
://reviews.apache.org/r/41836/diff/ Testing --- Thanks, Swapnil Bawaskar

Re: releaseType?

2016-01-08 Thread Swapnil Bawaskar
> Also, I don’t see a need to do M? or RC? releases before this initial release. I think we could have called this release M1 (our first milestone of removing olg jgroups and cleanup) rather than alpha1. But it probably is too late to change that now. On Fri, Jan 8, 2016 at 10:48 AM, John Blum

Re: enabling network partition detection by default

2016-01-08 Thread Swapnil Bawaskar
I don't like the idea of having two properties file as it will be confusing to both new and existing users. Even if we decide to go with two files, I think we should strive to keep things simpler for new users, say by have a "old-defaults.properties" file which the existing users can use. On

Re: enabling network partition detection by default

2016-01-07 Thread Swapnil Bawaskar
This will have to be phased when we do it, as it will not work with rolling upgrades. During a rolling upgrade, an existing member will not accept the new member because the "network-partition-detection" property will not have the same value. On Thu, Jan 7, 2016 at 1:31 PM, Michael Stolz

Re: Review Request 42008: GEODE-701: fix double free in unit test

2016-01-07 Thread Swapnil Bawaskar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42008/#review113341 --- Ship it! Ship It! - Swapnil Bawaskar On Jan. 7, 2016, 1:03 a.m

Re: Question about transaction isolation?

2016-01-13 Thread Swapnil Bawaskar
with the system property enabled should guarantee isolation. > > On Wed, Jan 13, 2016 at 10:09 AM, Swapnil Bawaskar <sbawas...@pivotal.io> > wrote: > > I will try to explain this with an example. Say we have three > transactions. > > T1 -> put(k1), put(k2) >

Re: Review Request 48187: GEODE-1491 A rollback command could fail with IllegalStateException if the client failed over and the transaction has been rolled back

2016-06-02 Thread Swapnil Bawaskar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48187/#review136005 --- Ship it! Ship It! - Swapnil Bawaskar On June 2, 2016, 9:33

Re: add 'ZeroCopy' functions into geode

2016-06-09 Thread Swapnil Bawaskar
In Geode latest data is in memory and the least recently used data can be overflowed to disk. Since data coming in from the sockets is the latest data which needs to kept in memory, I don't think zero copy will be helpful. On the other hand, when there is a read request for data already overflown

Re: Creating & Destroying Regions programmatically

2016-06-22 Thread Swapnil Bawaskar
Hi Kevin, You can use com.gemstone.gemfire.cache.DynamicRegionFactory from the client to exercise CreateRegion and DestroyRegion. On Wed, Jun 22, 2016 at 8:43 AM, Kevin Duling wrote: > I'm trying to figure out how to exercise the CreateRegion and > DestoryRegion classes from

Re: M3 status?

2016-06-17 Thread Swapnil Bawaskar
GEODE-835 has been fixed. Do we have any progress on GEODE-1493? On Wed, Jun 15, 2016 at 10:20 AM, Sai Boorlagadda wrote: > i will give a try fixing GEODE-1493. > > Sai > > On Wed, Jun 15, 2016 at 10:17 AM, Dan Smith wrote: > > > I think we should

Re: update website for WAN, CQ and native client

2016-06-21 Thread Swapnil Bawaskar
, 2016 at 11:49 AM, John Blum <jb...@pivotal.io> wrote: > > > +1 > > > > On Tue, Jun 21, 2016 at 11:43 AM, Swapnil Bawaskar <sbawas...@pivotal.io > > > > wrote: > > > > > Take 3: http://i.imgur.com/VUQRw4u.png > > > 1. Replaced Redis l

Re: update website for WAN, CQ and native client

2016-06-21 Thread Swapnil Bawaskar
Take 3: http://i.imgur.com/VUQRw4u.png 1. Replaced Redis logo with http://fontawesome.io/icon/plug/ 2. Changed WAN to Multi-Site. Thanks! Swapnil. On Sat, Jun 18, 2016 at 7:22 PM, theseusyang wrote: > I agree with Greg, "Multi-Cluster" is accurated especially for >

Re: Review Request 41836: GEODE-719: Add error logs while cache.xml processing

2016-01-08 Thread Swapnil Bawaskar
/ Testing --- Thanks, Swapnil Bawaskar

Re: Question about transaction isolation?

2016-01-13 Thread Swapnil Bawaskar
I will try to explain this with an example. Say we have three transactions. T1 -> put(k1), put(k2) T2 -> get(k2), put(k2) T3 -> get(k2), put(k3) When T1 is committing, it will grab tx-locks on k1 and k2. (we obtain tx-locks only when processing commit, transactions are optimistic, so reads do not

Re: M3 status?

2016-06-27 Thread Swapnil Bawaskar
or review. > > [1] https://github.com/apache/incubator-geode/tree/feature/GEODE-33 > > On Fri, Jun 17, 2016 at 6:05 PM, Kirk Lund <kl...@pivotal.io> wrote: > > > Yep, huge thanks to Grace Meilen for finishing up GEODE-835! > > > > -Kirk > > > > On F

Re: update website for WAN, CQ and native client

2016-06-17 Thread Swapnil Bawaskar
nts yet since they aren't anywhere near a > > state to be built and used. > > On Thu, Jun 16, 2016 at 5:32 AM yang theseus <theseusy...@gmail.com> > > wrote: > > > > > +1 great! > > > > > > 2016-06-16 15:14 GMT+08:00 Gregory Chase &l

update website for WAN, CQ and native client

2016-06-16 Thread Swapnil Bawaskar
Hi, WAN and CQ were the major features of M2 release[1]. Also, Native client has been donated to apache [2]. Considering these new features, I would like to update the geode website [3] and add these new features as captured in this image [4]

Re: Review Request 43232: GEODE-915: add FORCE_INVALIDATE_EVENT

2016-02-04 Thread Swapnil Bawaskar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43232/#review117937 --- Ship it! Ship It! - Swapnil Bawaskar On Feb. 5, 2016, 12:35

Re: Review Request 43227: if wan event retry caused the verstion tag is not created, do not distribute the event

2016-02-04 Thread Swapnil Bawaskar
/BucketRegion.java (line 539) <https://reviews.apache.org/r/43227/#comment179230> Could you please create a method for checking this condition, so that we have to make a change in one place in the future? - Swapnil Bawaskar On Feb. 4, 2016, 11:20 p.m., xiaojian zhou

Re: Review Request 43372: GEODE-557: CI failure: MemoryThresholdsOffHeapDUnitTest.testDistributedRegionRemotePutRejectionCacheClose

2016-02-09 Thread Swapnil Bawaskar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43372/#review118498 --- Ship it! Ship It! - Swapnil Bawaskar On Feb. 9, 2016, 7:27

Re: [DISCUSS] Next Release Scope - version 1.0.0-incubating.M2

2016-02-09 Thread Swapnil Bawaskar
I think we should prioritize GEODE-37 (package renaming), so that we don't break our early users' applications, and GEODE-36 (Rename gfsh) so that we don't break their scripts. On Tue, Feb 9, 2016 at 4:03 PM, Dan Smith wrote: > This seems like a pretty reasonable list to me.

Re: Review Request 43345: GEODE-909: CI failure: MemoryThresholdsOffHeapDUnitTest.testDisabledThresholds

2016-02-08 Thread Swapnil Bawaskar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43345/#review118324 --- Ship it! Ship It! - Swapnil Bawaskar On Feb. 8, 2016, 11:22

Review Request 43351: GEODE-602: CI failure: OutOfOffHeapMemoryDUnitTest.testSimpleOutOfOffHeapMemoryMemberDisconnects

2016-02-08 Thread Swapnil Bawaskar
bb6b8e006080da488a7a004702da309bbab3a1d2 Diff: https://reviews.apache.org/r/43351/diff/ Testing --- Thanks, Swapnil Bawaskar

Re: New committer: Jinmei Liao

2016-02-03 Thread Swapnil Bawaskar
Welcome! On Tue, Feb 2, 2016 at 7:27 PM, Kirk Lund wrote: > Congratulations Jinmei! Glad to have you on board as a committer! > > -Kirk > > On Tuesday, February 2, 2016, Anthony Baker wrote: > > > Please welcome Jinmei Liao as a new committer to the Geode

Review Request 43981: GEODE-983: NPE with transactions on PR with overflow

2016-02-25 Thread Swapnil Bawaskar
: https://reviews.apache.org/r/43981/diff/ Testing --- Thanks, Swapnil Bawaskar

Review Request 44036: GEODE-992: Integrate with Travis CI

2016-02-25 Thread Swapnil Bawaskar
: geode Description --- Adding a minimal .travis.yml file for travis integration. Diffs - .travis.yml PRE-CREATION Diff: https://reviews.apache.org/r/44036/diff/ Testing --- Thanks, Swapnil Bawaskar

Re: Testing pull requests

2016-02-25 Thread Swapnil Bawaskar
This has been implemented now. Please see https://issues.apache.org/jira/browse/GEODE-992. On Fri, Feb 19, 2016 at 4:15 PM, Swapnil Bawaskar <sbawas...@pivotal.io> wrote: > > > On Fri, Feb 19, 2016 at 12:38 PM, Sai Boorlagadda <sboorlaga...@pivotal.io > > wrote: > &

Build emails from Travis

2016-02-25 Thread Swapnil Bawaskar
Do we want build emails from travis sent to the dev list? The default mechanism from the travis site is as follows: By default, a build email is sent to the committer and the author, but only if they have access to the repository the commit was

Re: Review Request 42479: added unit test for SyncChunkStack

2016-01-19 Thread Swapnil Bawaskar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42479/#review115217 --- Ship it! Ship It! - Swapnil Bawaskar On Jan. 19, 2016, 12:46

Re: Review Request 41836: GEODE-719: Add error logs while cache.xml processing

2016-01-22 Thread Swapnil Bawaskar
/cache30/CacheXml90DUnitTest.java 7fd2016 Diff: https://reviews.apache.org/r/41836/diff/ Testing --- Thanks, Swapnil Bawaskar

Re: Review Request 42527: fix failures of unit tests that use the FREE_OFF_HEAP_MEMORY_PROPERTY system property

2016-01-19 Thread Swapnil Bawaskar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42527/#review115342 --- Ship it! Ship It! - Swapnil Bawaskar On Jan. 19, 2016, 11:47

Re: Lambdas in dunits! Time to remove string invoke?

2016-01-26 Thread Swapnil Bawaskar
+1 Since this is going to be a lot of tests, any ideas on how to split up the work? On Tue, Jan 26, 2016 at 2:06 PM, Jinmei Liao wrote: > +1 > > Jinmei > > > On Jan 26, 2016, at 2:02 PM, Dan Smith wrote: > > > > I checked in a minor fix to allow you to

Re: java 1.7 support was([jira] [Commented] (GEODE-479) Bump Java Language level to 1.8)

2016-01-26 Thread Swapnil Bawaskar
the community think that we should invest in this? On Mon, Jan 25, 2016 at 11:46 AM, Swapnil Bawaskar <sbawas...@pivotal.io> wrote: > Sending to the dev list (to escape mail filters). > > > -- Forwarded message -- > From: Christian Tzolov (JIRA) <j...@apache.org>

Re: Review Request 42576: unit test DisconnectingOutOfOffHeapMemoryListener

2016-01-21 Thread Swapnil Bawaskar
/internal/offheap/DisconnectingOutOfOffHeapMemoryListener.java (line 21) <https://reviews.apache.org/r/42576/#comment176690> Could you please add a one liner javadoc here? - Swapnil Bawaskar On Jan. 21, 2016, 5:46 p.m., Darrel Schneider

Re: License / notice guide

2016-02-18 Thread Swapnil Bawaskar
This is very helpful, thanks Anthony! On Wed, Feb 17, 2016 at 9:57 PM, Anthony Baker wrote: > Thanks to a lot of really helpful threads on general@ [1][2][3][4] I put > together a guide on LICENSE / NOTICE for geode [5]. Let me know if > something is unclear or incorrect. >

Review Request 43738: GEODE-905: HLL classes should preserve original source header

2016-02-18 Thread Swapnil Bawaskar
e1a1944d0e47a09317b6219857f911a36ae4173f Diff: https://reviews.apache.org/r/43738/diff/ Testing --- Thanks, Swapnil Bawaskar

Re: Review Request 43738: GEODE-905: HLL classes should preserve original source header

2016-02-18 Thread Swapnil Bawaskar
gemfire-core/src/main/java/com/gemstone/gemfire/internal/hll/RegisterSet.java e1a1944d0e47a09317b6219857f911a36ae4173f Diff: https://reviews.apache.org/r/43738/diff/ Testing --- Thanks, Swapnil Bawaskar

Testing pull requests

2016-02-19 Thread Swapnil Bawaskar
Hi, In order to test pull requests, I would like to propose using Travis CI ( https://travis-ci.org/). Travis can run after each checkin and on each pull request. This will allow us to catch javadoc and unit test issues early (before the nightly ASF build). It is really simple to setup Travis,

Re: Testing pull requests

2016-02-19 Thread Swapnil Bawaskar
On Fri, Feb 19, 2016 at 12:38 PM, Sai Boorlagadda wrote: > Does Travis show a status on pull request that these tasks have passed? Yes. > Also can we run 'precheckin' on Travis infrastructure? because most of our > PRs are created after 'precheckin' which also covers

Re: Broken: apache/incubator-geode#116 (feature/GEODE-1050 - 2fd9cc6)

2016-03-14 Thread Swapnil Bawaskar
Well, Travis runs build (./gradlew check) on pull requests as well as all branches. Do we want to skip running travis on all feature branches? On Mon, Mar 14, 2016 at 9:00 AM, Anthony Baker wrote: > Ah, thanks for pointing that out Kirk, I missed the branch. > > I think this

Re: Review Request 44821: GEODE-1099: NPE thrown from TXManagerImpl.isDistributed()

2016-03-19 Thread Swapnil Bawaskar
: https://reviews.apache.org/r/44821/diff/ Testing --- Thanks, Swapnil Bawaskar

Review Request 44699: GEODE-573: Fix broken image links in javadocs

2016-03-10 Thread Swapnil Bawaskar
/gemstone/gemfire/internal/util/doc-files/class-loaders.fig 3ca6d06f90334ca3c2ce7fa0904db6a31008d85b Diff: https://reviews.apache.org/r/44699/diff/ Testing --- Thanks, Swapnil Bawaskar

Review Request 44821: GEODE-1099: NPE thrown from TXManagerImpl.isDistributed()

2016-03-14 Thread Swapnil Bawaskar
de49fead8e0188d6b1316e1bc37d05d452cb9de5 geode-core/src/test/java/com/gemstone/gemfire/internal/cache/TXManagerImplJUnitTest.java a92d4dc52392f86d439bb0b3cafc4cf20cc0732e Diff: https://reviews.apache.org/r/44821/diff/ Testing --- Thanks, Swapnil Bawaskar

Re: Podling Report Reminder - April 2016

2016-04-06 Thread Swapnil Bawaskar
Since the report is due today, I went ahead and updated the wiki https://wiki.apache.org/incubator/April2016. Let me know if anything needs to change while I can still change it :) Thanks! On Wed, Apr 6, 2016 at 6:01 PM, Swapnil Bawaskar <sbawas...@pivotal.io> wrote: > I have inc

Re: Podling Report Reminder - April 2016

2016-04-06 Thread Swapnil Bawaskar
wrote: > > > Just need to replace X subscribers, otherwise +1. > > > > Anthony > > > > > > > On Apr 4, 2016, at 2:31 PM, William Markito <wmark...@pivotal.io> > wrote: > > > > > > +1 - Looks good to me, thanks for picking it up Swap!

Re: [Incubator Wiki] Update of "April2016" by SwapnilBawaskar

2016-04-06 Thread Swapnil Bawaskar
Sorry about the conflicts! I had resolved them and hit preview, just forgot the final "save changes" step! I have now published the report! https://wiki.apache.org/incubator/April2016 On Tue, Apr 5, 2016 at 6:13 PM, Marvin Humphrey wrote: > On Tue, Apr 5, 2016 at 6:02

Re: Podling Report Reminder - April 2016

2016-04-06 Thread Swapnil Bawaskar
6, 2016 at 5:27 PM, Roman Shaposhnik <ro...@shaposhnik.org> > wrote: > > > On Wed, Apr 6, 2016 at 5:22 PM, Swapnil Bawaskar <sbawas...@pivotal.io> > > wrote: > > > I found the following"Shepherd/Mentor notes" for our previous report > > &g

Re: Podling Report Reminder - April 2016

2016-04-06 Thread Swapnil Bawaskar
outside of Pivotal. 3. Establish a release cadence. On Wed, Apr 6, 2016 at 6:54 PM, Roman Shaposhnik <ro...@shaposhnik.org> wrote: > On Wed, Apr 6, 2016 at 6:14 PM, Swapnil Bawaskar <sbawas...@pivotal.io> > wrote: > > Since the report is due today, I went ahead and up

Re: [GitHub] incubator-geode pull request: GEODE-1163 Fix branding in Swagger U...

2016-04-08 Thread Swapnil Bawaskar
I have merged-in my pull requests in the past. So, I think you can too. Just follow the instructions in "Accepting the Pull-request" section on https://cwiki.apache.org/confluence/display/GEODE/Code+contributions On Fri, Apr 8, 2016 at 3:34 PM, Nitin Lamba wrote: > Any takers

Re: Incubator status report on wiki?

2016-04-08 Thread Swapnil Bawaskar
I have added the April 2016 report: https://cwiki.apache.org/confluence/display/GEODE/Community+development On Fri, Apr 8, 2016 at 2:50 PM, Swapnil Bawaskar <sbawas...@pivotal.io> wrote: > Sure! I will add it to the geode wiki too. > > On Fri, Apr 8, 2016 at 2:29 PM, William

Re: Incubator status report on wiki?

2016-04-08 Thread Swapnil Bawaskar
Sure! I will add it to the geode wiki too. On Fri, Apr 8, 2016 at 2:29 PM, William Markito wrote: > Yup, all the reports usually are stored in the Community Development page > as well as in the Incubator wiki - >

Re: Bundled jar dependencies

2016-04-08 Thread Swapnil Bawaskar
With the latest revision: dd9e5af4b4324e5511d170238f6532217384e15b I can't even start gfsh. I get this message: $ ./bin/gfsh Required (Spring Core) libraries not found in the classpath. gfsh can't start. On Fri, Apr 8, 2016 at 11:00 AM, Jinmei Liao wrote: > Looks like the

Re: Release branch for M2

2016-04-11 Thread Swapnil Bawaskar
+1 On Mon, Apr 11, 2016 at 2:13 PM, William Markito wrote: > +1 > > On Mon, Apr 11, 2016 at 2:06 PM Anthony Baker wrote: > > > Sounds good to me! > > > > > On Apr 11, 2016, at 10:18 AM, Dan Smith wrote: > > > > > > All of the issues

Re: Regarding contribution in Apache geode

2016-03-19 Thread Swapnil Bawaskar
Oops! sending to Pawan this time! On Fri, Mar 18, 2016 at 9:26 AM, Swapnil Bawaskar <sbawas...@pivotal.io> wrote: > Hi Pawan, > To subscribe please send a blank email to: > dev list: dev-subscr...@geode.incubator.apache.org > user list: user-subscr...@geode.incubator.apache.

Re: Regarding contribution in Apache geode

2016-03-19 Thread Swapnil Bawaskar
Hi Pawan, To subscribe please send a blank email to: dev list: dev-subscr...@geode.incubator.apache.org user list: user-subscr...@geode.incubator.apache.org Please see this for link to archives: http://geode.incubator.apache.org/community/#mailing-lists Thanks! Swapnil. On Fri, Mar 18, 2016 at

Re: Broken: apache/incubator-geode#116 (feature/GEODE-1050 - 2fd9cc6)

2016-03-19 Thread Swapnil Bawaskar
ere could be a way to manually initiate it rather than automatically > running it for all feature branches? > > -Kirk > > > On Mon, Mar 14, 2016 at 10:11 AM, Swapnil Bawaskar <sbawas...@pivotal.io> > wrote: > > > Well, Travis runs build (./gradlew check) on pull re

Re: Review Request 45129: fixed the DUnit failure due to previous fix

2016-03-21 Thread Swapnil Bawaskar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45129/#review124669 --- Ship it! Ship It! - Swapnil Bawaskar On March 21, 2016, 10

Re: Review Request 45077: GEODE-1113 - Redis Adapter region creation performance problems

2016-03-21 Thread Swapnil Bawaskar
reated by Redis adaptor will show up. With the new code, they will not. To me, the fact that programatically created regions do not show up in exported cluster configuration is broken. - Swapnil Bawaskar On March 19, 2016, 8:23 p.m., William Markito

Re: Review Request 45077: GEODE-1113 - Redis Adapter region creation performance problems

2016-03-22 Thread Swapnil Bawaskar
> On March 21, 2016, 11:49 p.m., Swapnil Bawaskar wrote: > > geode-core/src/main/java/com/gemstone/gemfire/internal/redis/RegionProvider.java, > > line 402 > > <https://reviews.apache.org/r/45077/diff/1/?file=1307404#file1307404line402> > > > > The

Re: Review Request 45173: modified the test to count unexpected failures

2016-03-22 Thread Swapnil Bawaskar
and 12 on each member. - Swapnil Bawaskar On March 22, 2016, 7:13 p.m., Sai Boorlagadda wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: Review Request 45173: modified the test to count unexpected failures

2016-03-22 Thread Swapnil Bawaskar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45173/#review124901 --- Ship it! Ship It! - Swapnil Bawaskar On March 22, 2016, 10

Re: Review Request 45180: GEODE-1054: InternalResultSender.setException logging at info level instead of fatal

2016-03-22 Thread Swapnil Bawaskar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45180/#review124909 --- Ship it! Ship It! - Swapnil Bawaskar On March 22, 2016, 10

Re: In preparation for Apache Geode - looking for topic leads for Geode Features Discussions

2016-03-03 Thread Swapnil Bawaskar
I will be happy to lead the Redis adaptor discussion. On Wed, Mar 2, 2016 at 10:02 PM, Gregory Chase wrote: > Dear Apache Geode Contributors, > I've spoken to a number of you 1:1 and we have enough willing folks to > create a new series at Geode Summit that we can stream

Re: Review Request 44291: Added a test for JTA rollback

2016-03-03 Thread Swapnil Bawaskar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/44291/#review121897 --- Ship it! Ship It! - Swapnil Bawaskar On March 3, 2016, 6:10

Re: Broken: apache/incubator-geode#295 (develop - 066a9d5)

2016-04-04 Thread Swapnil Bawaskar
Since this is a Junit, we should fix this ASAP: https://issues.apache.org/jira/browse/GEODE-1171 On Mon, Apr 4, 2016 at 3:28 PM, Travis CI wrote: > Build Update for apache/incubator-geode > - > > Build: #295 > Status: Broken > >

Re: Review Request 45599: GEODE-1160 TransactionWriter is unexpectedly triggered if updating data entries with using PDX serializer

2016-04-04 Thread Swapnil Bawaskar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45599/#review126908 --- Ship it! Ship It! - Swapnil Bawaskar On April 1, 2016, 7:22

Re: [discuss] Install Google Analytics for tracking activity on geode.incubator.apache.org

2016-04-04 Thread Swapnil Bawaskar
+1 It would be nice to report these stats in the podling report too. On Fri, Apr 1, 2016 at 10:11 AM, Gregory Chase wrote: > Dear Geode contributors, > In the community marketing world, awareness tracking through analytics such > as website traffic are very important. > > We

Re: Interest in contributing to a bi temporal framework

2016-05-18 Thread Swapnil Bawaskar
Hi Maarten, Glad to hear that you found my presentation useful, and that you would like to contribute to Geode! In Geode, transactions are not allowed to cross JVM boundary. (They are replicated, not distributed). This means that you will have to co-locate your data

Re: [gemfire-mm] Re: Region Permission

2016-05-19 Thread Swapnil Bawaskar
If I have read permissions on a region, I would expect "describe region" to work. I could live with a "permission denied" for "list region", however, it would be nice to get a list of all regions I have permissions for. On Thu, May 19, 2016 at 10:44 AM, Michael Stolz wrote: >

Re: Geode Portfile for Mac Ports

2016-05-17 Thread Swapnil Bawaskar
nice! On Tue, May 17, 2016 at 2:05 PM, Dan Smith wrote: > Awesome! > > -Dan > > On Tue, May 17, 2016 at 1:23 PM, Kevin Duling wrote: > > > Using the geode.rb file for Homebrew as a template, I was able to build a > > Portfile for macports.org. > > > >

Re: [VOTE] RC2: Apache Geode (Incubating) second Milestone release - v1.0.0-incubating.M2

2016-04-14 Thread Swapnil Bawaskar
How do we want to handle regressions? I think we are seeing GEODE-1203 (gfsh connect --use-http reports a ClassNotFoundException) after the changes for bundled jar dependencies. This particular issue has no tests, but it was working in M1 release.

Re: [VOTE] RC2: Apache Geode (Incubating) second Milestone release - v1.0.0-incubating.M2

2016-04-14 Thread Swapnil Bawaskar
> necessary jar(s) on the classpath. Given that, it's probably not sufficient > to hold up the release. > > --Jens > > On Thu, Apr 14, 2016 at 12:40 PM, Swapnil Bawaskar <sbawas...@pivotal.io> > wrote: > > > How do we want to handle regressions? > > I think w

Re: Review Request 50242: GEODE-1678: Fix offheap memory leak in serial wan gateway

2016-07-22 Thread Swapnil Bawaskar
/HARegionQueue.java (line 619) <https://reviews.apache.org/r/50242/#comment209048> As implemented this method always returns true. We should consider result of basicPut() on line 614 to determine the outcome of the operation. - Swapnil Bawaskar On July 22, 2016, 6:26 p.m., Eric Shu

Re: Client Cache Behavior after ForcedDisconnectException

2016-07-11 Thread Swapnil Bawaskar
Hi Avinash, The testcase you posted is missing createRegionInEachVM(), so I could not run it. Can you describe what is the error? On Mon, Jul 11, 2016 at 7:18 AM, Avinash Dongre wrote: > Hi All, > I want to understand the Client-Cache Behavior after for some reason >

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

2016-07-05 Thread Swapnil Bawaskar
I filed https://issues.apache.org/jira/browse/GEODE-1620 for the unrecognized options issue. On Tue, Jul 5, 2016 at 10:11 AM, Jinmei Liao wrote: > Let's change the test first and then create a jira ticket to have gfsh fail > on unrecognized options. Thanks! > > On Tue, Jul 5,

Re: Geode website tagged with minor Apache branding issue in audit

2016-07-05 Thread Swapnil Bawaskar
+1 We should replace the Apache Geode logo that fades-in when you scroll the page (http://i.imgur.com/XA6SvHb.png) with the feather. (Hope this is what Roman means by "menu bar on the left") On Sat, Jul 2, 2016 at 6:30 AM, Anthony Baker wrote: > ++1 and thanks for the

Re: [VOTE] Release Apache Geode (incubating) 1.0.0-incubating.M3 - RC7

2016-08-08 Thread Swapnil Bawaskar
+1 - compiled from source - started a distributed system with servers from both source and binary distributions - exercised a sample application On Mon, Aug 8, 2016 at 5:00 PM, Darrel Schneider wrote: > +1 > > > On Mon, Aug 8, 2016 at 4:51 PM, Michael Stolz

Re: Swagger UI?

2016-08-09 Thread Swapnil Bawaskar
with the work done for GEODE-1467, swagger API is now available at: /geode/docs/index.html On Tue, Aug 9, 2016 at 11:10 AM, Kevin Duling wrote: > I saw that Geode has the annotations for Swagger. How is the UI launched? > In projects I've worked with before, it's been

Re: update website for WAN, CQ and native client

2016-06-30 Thread Swapnil Bawaskar
re two clusters might be in the same data center, but have >> different applications they serve. >> >> Thoughts? >> >> On Tue, Jun 21, 2016 at 11:49 AM, John Blum <jb...@pivotal.io> wrote: >> >> +1 >>> >>> On Tue, Jun 21, 2016 at 11:

Re: [INFO REQUEST] Uploading the podling report

2016-06-30 Thread Swapnil Bawaskar
Send an email to gene...@incubator.apache.org asking for permissions to the wiki for uploading the podling report. On Thu, Jun 30, 2016 at 3:19 PM, Nabarun Nag wrote: > Hi, > > Thank you all for the reviews. > > Can someone please tell me the steps to append the podling report

Re: M3 is out - New release manager for 1.0 ?

2016-09-08 Thread Swapnil Bawaskar
I can take on this task for 1.0 On Thu, Sep 8, 2016 at 4:20 PM, William Markito wrote: > With M3 out and all the discussions we're having around what's needed for > 1.0, I think we should continue the rotation of release managers and get a > new volunteer for 1.0. > > As

Re: securing geode components

2016-09-12 Thread Swapnil Bawaskar
> > > >>>>>>>> HttpAdaptor) > > >>>>>>>> > > >>>>>>>>> and SNMP (ex: com.sun.jmx.snmp.daemon.SnmpAdaptorServer). We > > only > > >>>>>>>>>

  1   2   >