Broken: jinmeiliao/geode#126 (hydra - 8a266fc)

2017-11-28 Thread Travis CI
Build Update for jinmeiliao/geode - Build: #126 Status: Broken Duration: 12 minutes and 21 seconds Commit: 8a266fc (hydra) Author: Jinmei Liao Message: fix tests View the changeset: https://github.com/jinmeiliao/geode/compare/1a848c7cd329...8a266fc644b2

Re: [DISCUSS] FunctionAdapter incompatible serialVersionUID

2017-11-28 Thread Jacob Barrett
Since the class was deprecated and is technically only there for pre-1.0 compatibly then the behavior of this class should be consistent with the pre-1.0 version. This will break 1.0 to 1.3 but anyone coding to a post-1.0 version should not be using this deprecated class. > On Nov 28, 2017,

Re: [DISCUSS] FunctionAdapter incompatible serialVersionUID

2017-11-28 Thread Jason Huynh
*With your proposoal 1.0 - 1.3 users would have modify their source code on the client and the server forthe function, correct?* If they start a new geode server 1.4+ and happened to extend functionAdapter (it was deprecated in 1.0) then they would have to recompile their client to not use

Re: [DISCUSS] FunctionAdapter incompatible serialVersionUID

2017-11-28 Thread Jason Huynh
Dan, yeah, the suggested change in the stack overflow answer does work and I was able to put an if with the exact serialVersionUid before posting the proposal, but it is pretty hacky and may affect another class that somehow generated the same uid. I can make that change too but I'd prefer not to

Re: [DISCUSS] FunctionAdapter incompatible serialVersionUID

2017-11-28 Thread Dan Smith
I agree I don't think we can get rid of FunctionAdapter until the next major version. I was thinking FunctionAdapter is rather widely used, but then I'm surprised no one has hit this yet. All of the options kinda suck here - either pre 1.0 users have a compatibility issue or 1.0-1.3 users do.

Build failed in Jenkins: Geode-nightly-flaky #182

2017-11-28 Thread Apache Jenkins Server
See Changes: [gosullivan] GEODE-3969: Remove CallbackArgs from protobuf requests [github] Feature/GEODE 3996 (#1073) [boglesby] GEODE-4015: Modified test Wait description to return actual value [github]

[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #750 was SUCCESSFUL (with 2264 tests). Change made by John Blum.

2017-11-28 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #750 was successful. --- Scheduled with changes by John Blum. 2266 tests in total.

Build failed in Jenkins: Geode-nightly #1027

2017-11-28 Thread Apache Jenkins Server
See Changes: [gosullivan] GEODE-3969: Remove CallbackArgs from protobuf requests [github] Feature/GEODE 3996 (#1073) [boglesby] GEODE-4015: Modified test Wait description to return actual value [github]

Re: [DISCUSS] FunctionAdapter incompatible serialVersionUID

2017-11-28 Thread Alexander Murmann
Anil, I am not sure following. I think FunctionAdapter already is deprecated. Isn't it? Anthony is right though that we shouldn't remove anything customer facing unless we are doing a major release. Otherwise we are violating the contract provided by semantic versioning. On Tue, Nov 28, 2017 at

Re: Next release: 1.4.0

2017-11-28 Thread Swapnil Bawaskar
Well, making sure that the JIRA's status is up-to-date and removing the 1.4.0 version tag if the fix can wait for a later release. On Tue, Nov 28, 2017 at 12:22 PM Michael William Dodge wrote: > What sort of update? I know that GEODE-4010 has a PR that's awaiting > review and

Re: [DISCUSS] FunctionAdapter incompatible serialVersionUID

2017-11-28 Thread Anilkumar Gingade
I haven't seen many uses of FunctionAdapter; if its not used much, I think we should deprecate this... It only provided default implementation for few of the methods; this could be added in the docs/release notes to help application to move to function implementation. -Anil. On Tue, Nov 28,

Re: [DISCUSS] FunctionAdapter incompatible serialVersionUID

2017-11-28 Thread Anthony Baker
I think we should wait for a major release to remove API’s. If we broke a public API, we should fix that IMO. Anthony > On Nov 28, 2017, at 11:40 AM, Patrick Rhomberg wrote: > > +1 to removing a long-deprecated class from the Geode side. > > On Tue, Nov 28, 2017 at

Re: Next release: 1.4.0

2017-11-28 Thread Michael William Dodge
What sort of update? I know that GEODE-4010 has a PR that's awaiting review and merge. Sarge > On 28 Nov, 2017, at 10:03, Swapnil Bawaskar wrote: > > I would like to volunteer as a release manager. > Currently there are 14 issues that are marked for 1.4.0. If you are

Failed: jinmeiliao/geode#120 (hydra - 743e220)

2017-11-28 Thread Travis CI
Build Update for jinmeiliao/geode - Build: #120 Status: Failed Duration: 16 minutes and 4 seconds Commit: 743e220 (hydra) Author: Jinmei Liao Message: GEODE-3539: add test coverage for "create async-event-queue" and "list async-event-queue" View the

Re: [DISCUSS] FunctionAdapter incompatible serialVersionUID

2017-11-28 Thread Patrick Rhomberg
+1 to removing a long-deprecated class from the Geode side. On Tue, Nov 28, 2017 at 8:04 AM, Bruce Schuchardt wrote: > How about just getting rid of this class? After all it was marked as > being deprecated in 1.0. Pivotal could add a compatible FunctionAdapter > class

Re: Permissions to create content on wiki

2017-11-28 Thread Fred Krone
Looks good... thanks! On Tue, Nov 28, 2017 at 10:13 AM, Dan Smith wrote: > You should have access now. > > -Dan > > On Tue, Nov 28, 2017 at 9:45 AM, Fred Krone wrote: > > > Hi, > > > > Could I get permissions to create content on the wiki? My username is

Re: Permissions to create content on wiki

2017-11-28 Thread Dan Smith
You should have access now. -Dan On Tue, Nov 28, 2017 at 9:45 AM, Fred Krone wrote: > Hi, > > Could I get permissions to create content on the wiki? My username is > fkrone. > > Thanks, > -Fred >

Re: Next release: 1.4.0

2017-11-28 Thread Swapnil Bawaskar
I would like to volunteer as a release manager. Currently there are 14 issues that are marked for 1.4.0. If you are working on any of these, can you please update the JIRA? https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=92=GEODE=planning=GEODE-3688=visible=12341842 Thanks! On

Re: [ANNOUNCE] Spring Data Geode 2.0.2.RELEASE (Kay SR2) Available!

2017-11-28 Thread Swapnil Bawaskar
This is awesome! Thanks John. On Tue, Nov 28, 2017 at 9:36 AM Udo Kohlmeyer wrote: > Another great release from the Spring world!! > > --Udo > > On Mon, Nov 27, 2017 at 11:39 PM, John Blum wrote: > > > Greetings Apache Geode Community- > > > > It is my

Permissions to create content on wiki

2017-11-28 Thread Fred Krone
Hi, Could I get permissions to create content on the wiki? My username is fkrone. Thanks, -Fred

Re: Next release: 1.4.0

2017-11-28 Thread Anthony Baker
Bump. Any volunteers? If not, I’ll do this. Anthony > On Nov 22, 2017, at 1:48 PM, Anthony Baker wrote: > > We released Geode 1.3.0 at the end of October. Our next release will be > 1.4.0. Questions: > > 1) Who wants to volunteer as a release manager? > 2) What do we

Re: [ANNOUNCE] Spring Data Geode 2.0.2.RELEASE (Kay SR2) Available!

2017-11-28 Thread Udo Kohlmeyer
Another great release from the Spring world!! --Udo On Mon, Nov 27, 2017 at 11:39 PM, John Blum wrote: > Greetings Apache Geode Community- > > It is my pleasure to announce the availability of *Spring Data* *Kay > SR2* (*Service > Release* 2) which includes *Spring Data

RE: "existing member used the same name" - visible only in fine/debug logs

2017-11-28 Thread Anton Mironenko
Thanks Kirk, Indeed, when I start a server via gfsh, I explicitly see this error in stdout/stderr: Exception in thread "main" org.apache.geode.IncompatibleSystemException: Member 10.50.3.14(host1-server-1:19737):1025 could not join this distributed system because the existing member

Re: [DISCUSS] FunctionAdapter incompatible serialVersionUID

2017-11-28 Thread Bruce Schuchardt
How about just getting rid of this class?  After all it was marked as being deprecated in 1.0.  Pivotal could add a compatible FunctionAdapter class in their GemFire builds to support these old clients. On 11/27/17 10:18 AM, Jason Huynh wrote: This is a discussion for the fix to GEODE-4008: