Hi Noble, The fix is committed to the 5.3 branch.
Cheers, Tim On Sat, Aug 15, 2015 at 10:08 AM, Noble Paul <[email protected]> wrote: > tim you can commit. I'll try to spin a build later > > On Aug 15, 2015 9:11 PM, "Timothy Potter" <[email protected]> wrote: >> >> If you haven't started the RC2 yet, I'd like to get the fix for >> SOLR-7934 committed for 5.3 as it masks the underlying cause of >> collection creation failures. I don't think it warrants a respin if >> you've already started though. >> >> On Sat, Aug 15, 2015 at 7:34 AM, Uwe Schindler <[email protected]> wrote: >> > It's already tested by Jenkins! >> > >> > Uwe >> > >> > ----- >> > Uwe Schindler >> > H.-H.-Meier-Allee 63, D-28213 Bremen >> > http://www.thetaphi.de >> > eMail: [email protected] >> > >> > >> >> -----Original Message----- >> >> From: Robert Muir [mailto:[email protected]] >> >> Sent: Saturday, August 15, 2015 3:16 PM >> >> To: [email protected] >> >> Subject: Re: [VOTE] 5.3.0 RC1 >> >> >> >> Just because debian developers are morons doesn't make such a thing a >> >> blocker FWIW. >> >> >> >> If such things are considered blockers, then they need to be tested in >> >> jenkins. >> >> >> >> On Sat, Aug 15, 2015 at 8:05 AM, Uwe Schindler <[email protected]> wrote: >> >> > I also backported a change to jflex grammars. Somehow they got out of >> >> > sync with their regenerated files. This makes it impossible for >> >> > hardcore Debian developers to regenerate everything before building >> >> > Debian packages… J (they require *everything* to be regenerated from >> >> > source code, also jflex/antlr/javacc stuff). >> >> > >> >> > >> >> > >> >> > Uwe >> >> > >> >> > >> >> > >> >> > ----- >> >> > >> >> > Uwe Schindler >> >> > >> >> > H.-H.-Meier-Allee 63, D-28213 Bremen >> >> > >> >> > http://www.thetaphi.de >> >> > >> >> > eMail: [email protected] >> >> > >> >> > >> >> > >> >> > From: Anshum Gupta [mailto:[email protected]] >> >> > Sent: Saturday, August 15, 2015 8:59 AM >> >> > To: [email protected] >> >> > Subject: Re: [VOTE] 5.3.0 RC1 >> >> > >> >> > >> >> > >> >> > I just tried building this locally and it went through fine. I was >> >> > using Java 1.7 >> >> > >> >> > >> >> > >> >> > ~/solr/release/lucene_solr_5_3 > java -version >> >> > >> >> > java version "1.7.0_55" >> >> > >> >> > >> >> > >> >> > Can you retry? >> >> > >> >> > >> >> > >> >> > On Fri, Aug 14, 2015 at 10:50 PM, Noble Paul <[email protected]> >> >> wrote: >> >> > >> >> > This does not happen during normal tests . >> >> > >> >> > This happens only when I run the >> >> > >> >> > python3 -u dev-tools/scripts/buildAndPushRelease.py --push-local >> >> > /tmp/releases/5.3 --rc-num 2 /Users/noble/work/lucene_solr_5_3/ >> >> > --sign >> >> > 3FCFDB3E >> >> > >> >> > >> >> > >> >> > On Sat, Aug 15, 2015 at 9:41 AM, Noble Paul <[email protected]> >> >> wrote: >> >> >> Unable to run test >> >> >> >> >> >> >> >> >> <testcase >> >> classname="org.apache.solr.common.cloud.TestZkConfigManager" >> >> >> name="testUploadWithACL" time="0.077"/> >> >> >> >> >> >> <testcase >> >> classname="org.apache.solr.common.cloud.TestZkConfigManager" >> >> >> name="testUploadConfig" time="0.076"/> >> >> >> >> >> >> <testcase classname="junit.framework.TestSuite" >> >> >> name="org.apache.solr.common.cloud.TestZkConfigManager" >> >> time="0.0"> >> >> >> >> >> >> <error message="" >> >> >> type="java.lang.NullPointerException">java.lang.NullPointerException >> >> >> >> >> >> at __randomizedtesting.SeedInfo.seed([E81B78A5940F0747]:0) >> >> >> >> >> >> at >> >> >> >> >> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSiz >> >> >> eOf(RamUsageEstimator.java:506) >> >> >> >> >> >> at >> >> >> >> >> >> com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll( >> >> >> RamUsageEstimator.java:385) >> >> >> >> >> >> at >> >> >> >> >> >> com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1. >> >> >> afterAlways(StaticFieldsInvariantRule.java:108) >> >> >> >> >> >> at >> >> >> >> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St >> >> >> atementAdapter.java:43) >> >> >> >> >> >> at >> >> >> >> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St >> >> >> atementAdapter.java:36) >> >> >> >> >> >> at >> >> >> >> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St >> >> >> atementAdapter.java:36) >> >> >> >> >> >> at >> >> >> >> >> >> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRule >> >> >> AssertionsRequired.java:54) >> >> >> >> >> >> at >> >> >> >> >> >> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFai >> >> >> lure.java:48) >> >> >> >> >> >> at >> >> >> >> >> >> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(Test >> >> >> RuleIgnoreAfterMaxFailures.java:65) >> >> >> >> >> >> at >> >> >> >> >> >> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIg >> >> >> noreTestSuites.java:55) >> >> >> >> >> >> at >> >> >> >> >> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St >> >> >> atementAdapter.java:36) >> >> >> >> >> >> at >> >> >> >> >> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner. >> >> >> run(ThreadLeakControl.java:365) >> >> >> >> >> >> at java.lang.Thread.run(Thread.java:722) >> >> >> >> >> >> </error> >> >> >> >> >> >> On Sat, Aug 15, 2015 at 4:10 AM, Michael McCandless >> >> >> <[email protected]> wrote: >> >> >>> OK it's backported, thanks! >> >> >>> >> >> >>> Mike McCandless >> >> >>> >> >> >>> http://blog.mikemccandless.com >> >> >>> >> >> >>> >> >> >>> On Fri, Aug 14, 2015 at 6:35 PM, Michael McCandless >> >> >>> <[email protected]> wrote: >> >> >>>> Hi Noble, >> >> >>>> >> >> >>>> If it's OK, I think we should backport >> >> >>>> https://issues.apache.org/jira/browse/LUCENE-6618 for 5.3.0 RC2 as >> >> >>>> well ... I'll go commit. >> >> >>>> >> >> >>>> Mike McCandless >> >> >>>> >> >> >>>> http://blog.mikemccandless.com >> >> >>>> >> >> >>>> >> >> >>>> On Fri, Aug 14, 2015 at 12:06 PM, Timothy Potter >> >> >>>> <[email protected]> >> >> >>>> wrote: >> >> >>>>> Ok, it's committed. Thanks Noble - fire away ;-) >> >> >>>>> >> >> >>>>> On Fri, Aug 14, 2015 at 9:37 AM, Noble Paul >> >> >>>>> <[email protected]> >> >> >>>>> wrote: >> >> >>>>>> Just commit that Tim and I shall give another RC >> >> >>>>>> >> >> >>>>>> On Fri, Aug 14, 2015 at 8:29 PM, Timothy Potter >> >> >>>>>> <[email protected]> >> >> >>>>>> wrote: >> >> >>>>>>> Hi Noble, >> >> >>>>>>> >> >> >>>>>>> Let's disable that test as Ishan recommended in the ticket >> >> >>>>>>> SOLR- >> >> 7921. >> >> >>>>>>> I'd also like to get SOLR-7923 included in 5.3 if that's OK? >> >> >>>>>>> It's a change to the smoke tester to allow the techproducts >> >> >>>>>>> example to work when testing Java 7 & 8, low risk change. >> >> >>>>>>> >> >> >>>>>>> Tim >> >> >>>>>>> >> >> >>>>>>> On Fri, Aug 14, 2015 at 1:28 AM, Noble Paul >> >> >>>>>>> <[email protected]> >> >> >>>>>>> wrote: >> >> >>>>>>>> there are more failures in the same I guess >> >> >>>>>>>> Build: >> >> >>>>>>>> http://jenkins.thetaphi.de/job/Lucene-Solr-5.3-Linux/60/ >> >> >>>>>>>> Java: 64bit/jdk1.8.0_51 -XX:-UseCompressedOops -XX:+UseG1GC >> >> >>>>>>>> >> >> >>>>>>>> On Fri, Aug 14, 2015 at 10:25 AM, Noble Paul >> >> >>>>>>>> <[email protected]> >> >> >>>>>>>> wrote: >> >> >>>>>>>>> ok. so it's rc2 >> >> >>>>>>>>> >> >> >>>>>>>>> On Aug 14, 2015 12:14 AM, "Timothy Potter" >> >> >>>>>>>>> <[email protected]> >> >> >>>>>>>>> wrote: >> >> >>>>>>>>>> >> >> >>>>>>>>>> Uwe's issue resolved +1 for respin (sorry Noble) >> >> >>>>>>>>>> >> >> >>>>>>>>>> On Thu, Aug 13, 2015 at 10:52 AM, Timothy Potter >> >> >>>>>>>>>> <[email protected]> >> >> >>>>>>>>>> wrote: >> >> >>>>>>>>>> > I'm committing the issue Uwe found to the 5.3 branch >> >> >>>>>>>>>> > shortly >> >> ... >> >> >>>>>>>>>> > >> >> >>>>>>>>>> > On Thu, Aug 13, 2015 at 8:41 AM, Yonik Seeley >> >> >>>>>>>>>> > <[email protected]> wrote: >> >> >>>>>>>>>> >> I have merged the fix for this regression to the 5.3 >> >> >>>>>>>>>> >> branch: >> >> >>>>>>>>>> >> https://issues.apache.org/jira/browse/SOLR-7922 >> >> >>>>>>>>>> >> It would be great if we could re-spin, perhaps after >> >> >>>>>>>>>> >> fixing Uwe's issue? >> >> >>>>>>>>>> >> -Yonik >> >> >>>>>>>>>> >> >> >> >>>>>>>>>> >> >> >> >>>>>>>>>> >> On Thu, Aug 13, 2015 at 7:45 AM, Noble Paul >> >> >>>>>>>>>> >> <[email protected]> >> >> >>>>>>>>>> >> wrote: >> >> >>>>>>>>>> >>> Uwe , do we have a bug number for this? >> >> >>>>>>>>>> >>> >> >> >>>>>>>>>> >>> On Thu, Aug 13, 2015 at 4:14 PM, Uwe Schindler >> >> >>>>>>>>>> >>> <[email protected]> >> >> >>>>>>>>>> >>> wrote: >> >> >>>>>>>>>> >>>> I tried the Solr release, but again it does not >> >> >>>>>>>>>> >>>> correctly start up the techdocs example on Windows with >> >> >>>>>>>>>> >>>> whitespace in my user >> >> >>>>>>>>>> >>>> name: >> >> >>>>>>>>>> >> >> >> >>>>>>>>>> >> >> >> >>>>>>>>>> >> >> >> >>>>>>>>>> >> ---------------------------------------------------------- >> >> >>>>>>>>>> >> ----------- To unsubscribe, e-mail: >> >> >>>>>>>>>> >> [email protected] For additional >> >> commands, >> >> >>>>>>>>>> >> e-mail: [email protected] >> >> >>>>>>>>>> >> >> >> >>>>>>>>>> >> >> >>>>>>>>>> >> >> >>>>>>>>>> >> >> >>>>>>>>>> ------------------------------------------------------------- >> >> >>>>>>>>>> -------- To unsubscribe, e-mail: >> >> >>>>>>>>>> [email protected] For additional >> >> commands, >> >> >>>>>>>>>> e-mail: [email protected] >> >> >>>>>>>>>> >> >> >>>>>>>>> >> >> >>>>>>>> >> >> >>>>>>>> >> >> >>>>>>>> >> >> >>>>>>>> -- >> >> >>>>>>>> ----------------------------------------------------- >> >> >>>>>>>> Noble Paul >> >> >>>>>>>> >> >> >>>>>>>> >> >> >>>>>>>> >> >> >>>>>>>> --------------------------------------------------------------- >> >> >>>>>>>> ------ To unsubscribe, e-mail: >> >> >>>>>>>> [email protected] For additional commands, >> >> >>>>>>>> e-mail: [email protected] >> >> >>>>>>>> >> >> >>>>>>> >> >> >>>>>>> >> >> >>>>>>> ---------------------------------------------------------------- >> >> >>>>>>> ----- To unsubscribe, e-mail: [email protected] >> >> >>>>>>> For additional commands, e-mail: [email protected] >> >> >>>>>>> >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> -- >> >> >>>>>> ----------------------------------------------------- >> >> >>>>>> Noble Paul >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> ----------------------------------------------------------------- >> >> >>>>>> ---- To unsubscribe, e-mail: [email protected] >> >> >>>>>> For additional commands, e-mail: [email protected] >> >> >>>>>> >> >> >>>>> >> >> >>>>> >> >> >>>>> ------------------------------------------------------------------ >> >> >>>>> --- To unsubscribe, e-mail: [email protected] For >> >> >>>>> additional commands, e-mail: [email protected] >> >> >>>>> >> >> >>> >> >> >>> >> >> >>> -------------------------------------------------------------------- >> >> >>> - To unsubscribe, e-mail: [email protected] For >> >> >>> additional commands, e-mail: [email protected] >> >> >>> >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> >> ----------------------------------------------------- >> >> >> Noble Paul >> >> > >> >> > >> >> > >> >> > -- >> >> > ----------------------------------------------------- >> >> > Noble Paul >> >> > >> >> > --------------------------------------------------------------------- >> >> > To unsubscribe, e-mail: [email protected] For >> >> > additional commands, e-mail: [email protected] >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > -- >> >> > >> >> > Anshum Gupta >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: [email protected] For >> >> additional >> >> commands, e-mail: [email protected] >> > >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [email protected] >> > For additional commands, e-mail: [email protected] >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
