Lucene upgrade

2019-11-04 Thread Mario Kevo
Hi geode dev, I'm working on upgrade lucene to a newer version. ( https://issues.apache.org/jira/browse/GEODE-7309) I followed instruction from https://cwiki.apache.org/confluence/display/GEODE/Upgrading+to+Lucene+7.1.0 Also add some other changes that is needed for lucene 8.2.0. I found some p

Re: ClassNotFoundException: LogService

2019-11-04 Thread Kirk Lund
Yes, it passes for me always, too, as I said. But the background locator JVM logs that scary stack trace about not finding LogService in the wrong package. Could you please look more closely? On Fri, Nov 1, 2019 at 4:22 PM Dan Smith wrote: > Your test passes for me, btw. > > -Dan > > On Fri, No

Re: ClassNotFoundException: LogService

2019-11-04 Thread Kirk Lund
And yes, I do ./gradlew clean daily despite previously being told not to on this list. I will make sure that dunit suspect string grep is working on the background locator JVM in dunit. If it's not (which I suspect) then it'll start failing on that stack when I fix suspect-grep. On Fri, Nov 1, 20

Re: ***UNCHECKED*** Re: ClassNotFoundException: LogService

2019-11-04 Thread Kirk Lund
If it is picking up an old version of geode then it's doing so because we use old versions for upgrade/backwards testing. The only old versions of the jars I have are the ones that our build pulls down for the upgrade tests. These old versions do tend confuse intellij so it's possible it's a proble

Re: ***UNCHECKED*** Re: ClassNotFoundException: LogService

2019-11-04 Thread Robert Houghton
Kirk, will you craft a Jira about this for the "Build" component, and assign it to me? On Mon, Nov 4, 2019, 09:30 Kirk Lund wrote: > If it is picking up an old version of geode then it's doing so because we > use old versions for upgrade/backwards testing. The only old versions of > the jars I h

Errored: apache/geode-examples#387 (release/1.11.0 - 5a57cfb)

2019-11-04 Thread Travis CI
Build Update for apache/geode-examples - Build: #387 Status: Errored Duration: 1 min and 34 secs Commit: 5a57cfb (release/1.11.0) Author: Mark Hanson Message: Prepping for 1.11.0 release View the changeset: https://github.com/apache/geode-examples/commit/5a57c

Re: ***UNCHECKED*** Re: ClassNotFoundException: LogService

2019-11-04 Thread Kirk Lund
I filed https://issues.apache.org/jira/browse/GEODE-7403 and I'm currently trying to: a) determine if it reproduces in both CLI and IntelliJ (IntelliJ so far with a clean checkout of develop) b) determine why an error-level log message logged by the background dunit locator is not causing a LogCon

Re: ***UNCHECKED*** Re: ClassNotFoundException: LogService

2019-11-04 Thread Dan Smith
Kirk and I tracked this down. He had a GEODE_HOME environment variable which the locator was picking up and finding an old war file from. -Dan On Fri, Nov 1, 2019 at 4:16 PM Dan Smith wrote: > Hi Kirk, > > Did you do a ./gradlew clean? It looks like you might be picking up an old > version of o

Passed: apache/geode-native#2176 (release/1.11.0 - 24c5c78)

2019-11-04 Thread Travis CI
Build Update for apache/geode-native - Build: #2176 Status: Passed Duration: 1 hr, 37 mins, and 17 secs Commit: 24c5c78 (release/1.11.0) Author: M. Oleske Message: Resolve LGTM issues in ThinClientPoolDM (#543) * LGTM issues in ThinClientPoolDM, among other th

ClassNotFoundException: org.apache.geode.logging.internal.log4j.api.LogService

2019-11-04 Thread Kirk Lund
Looks like the Management service blows up with ClassNotFoundException: org.apache.geode.logging.internal.log4j.api.LogService This seems related to the previous ClassNotFoundException, except that in this instance, the LogService which cannot be found is in the correct package. Please disregard t

Re: ClassNotFoundException: org.apache.geode.logging.internal.log4j.api.LogService

2019-11-04 Thread Kirk Lund
1) nevermind 2) any time you change branches, do yourself a favor and always do a clean build: $ ./gradlew clean $ ./gradlew build installDist -x test For anyone who's wondering... yes I keep GEODE_HOME configured in my run configuration in IntelliJ because I've been following ATDD in my daily wo

1.11.0 Release branch has been cut

2019-11-04 Thread Mark Hanson
Hello Geode Dev Community, We have created a new release branch for Apache Geode 1.1100 - “release/1.11.0" Please do review and raise any concern with the release branch. If no concerns are raised, we will start with the voting for the release candidate soon. Regards Mark Hanson

Re: 1.11.0 Release branch has been cut

2019-11-04 Thread Mark Hanson
Argh... Corrected release version below… > On Nov 4, 2019, at 4:47 PM, Mark Hanson wrote: > > Hello Geode Dev Community, > > We have created a new release branch for Apache Geode 1.11.0 - > “release/1.11.0" > > Please do review and raise any concern with the release branch. > If no concerns a

Re: Lucene upgrade

2019-11-04 Thread Dan Smith
I think the issue probably has to do with doing a rolling upgrade from an old version of geode (with an old version of lucene) to the new version of geode. Geode's lucene integration works by writing the lucene index to a colocated region. So lucene index data that was generated on one server can

gateway sender queue

2019-11-04 Thread Mario Ivanac
Hi geode dev, we have some questions regarding gateway senders and gateway sender queue. * During testing we have observed, different behavior in parallel and serial gateway senders. In case we manually stop, than start gateway senders, for parallel gateway senders, queue is purged, but for