RE: Lucene index upgrade from 4.6 to 8 facing issue

2019-11-18 Thread Jyothsna Bavisetti
Hi All, Could please share some points when to go with longBitset vs FixedBitSet. I read below Points: BitSet of fixed length (numBits), backed by accessible (getBits()) long[], accessed with a long index. Use it only if you intend to store more than 2.1B bits, otherwise you should use

Re: Do we want to pursue an LTS designation?

2019-11-18 Thread Bram Van Dam
On 15/11/2019 23:07, Erick Erickson wrote: > Andrzej Bailecki and I worked on something similar, it might be good to > compare notes. I gave a talk last Activate that might be useful for you to > look at for ideas. > https://www.youtube.com/watch?v=eaQBH_H3d3g Thanks, that sounds super useful!

Re: Propose Solr committer meeting next week

2019-11-18 Thread Jan Høydahl
I view Jörn’s SIP proposal as a way for tighter gate keeping of future major changes, helping maintain hard fought stability and speed. Jan Høydahl > 18. nov. 2019 kl. 06:26 skrev David Smiley : > >  > This particular committer's meeting has a particular subject/theme. So as > Erick

Re: Do we want to pursue an LTS designation?

2019-11-18 Thread Jan Høydahl
I just removed LTS wording from the Solr download page. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 18. nov. 2019 kl. 09:22 skrev Bram Van Dam : > > On 15/11/2019 23:07, Erick Erickson wrote: >> Andrzej Bailecki and I worked on something similar, it might be

Re: Welcome Houston Putman as Lucene/Solr committer

2019-11-18 Thread Martin Gainty
welcome Houston! martin- From: Michael McCandless Sent: Sunday, November 17, 2019 10:32 AM To: dev@lucene.apache.org Cc: Houston Putman Subject: Re: Welcome Houston Putman as Lucene/Solr committer Welcome Houston! Mike On Thu, Nov 14, 2019 at 3:58 AM Anshum

Re: Propose Solr committer meeting next week

2019-11-18 Thread Mike Drob
What's the medium for this? Is somebody going to make a webex/zoom/meet/whatever link? I'd like to make sure I have the right tools installed and will do my best to join from airport wifi. On Mon, Nov 18, 2019 at 2:49 AM Jan Høydahl wrote: > I view Jörn’s SIP proposal as a way for tighter gate

BadApple

2019-11-18 Thread Erick Erickson
Short form: Holding reasonably steady, except: PackageManagerCLITest.testPackeageManager is failing over 50% of the time. MoverReplicaHDFSTest.test failing over 40% of the time. TestFstDirectAddressing.testDeDupeTails is failing 18% of the time. Full output attached: There were 154

Re: Propose Solr committer meeting next week

2019-11-18 Thread David Smiley
Google Hangout. (see my first email of this thread) I'll create/send the invite shortly. It'll be for 1.5 hours, though I understand not everyone can attend for that long. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Mon, Nov 18, 2019 at 11:05

Re: Propose Solr committer meeting next week

2019-11-18 Thread Erick Erickson
No problem in deferring the Gradle discussion. I’m getting into it a little deeper so I’ll know more about how close it is to prime-time as time passes.. > On Nov 18, 2019, at 11:04 AM, Mike Drob wrote: > > What's the medium for this? Is somebody going to make a > webex/zoom/meet/whatever

Re: BadApple

2019-11-18 Thread Tomás Fernández Löbbe
I’ve been working with TestTlogReplica, please don’t change that one On Mon, Nov 18, 2019 at 8:28 AM Erick Erickson wrote: > Short form: > > Holding reasonably steady, except: > > PackageManagerCLITest.testPackeageManager is failing over 50% of the time. > > MoverReplicaHDFSTest.test failing

Re: BadApple

2019-11-18 Thread Michael Sokolov
I ran TestFstDirectAddressing.testDeDupeTails > 100 times with no failure, both on master and on branch_8x (on an Ubuntu w/a couple of different JDKs). Can you tell which branch/jvm/os is seeing the failures for that test? I couldn't tell from the attached report. On Mon, Nov 18, 2019 at 11:28 AM

Re: BadApple

2019-11-18 Thread Michael Sokolov
Perhaps the failures were reported prior to the recent fix? https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=359864c On Mon, Nov 18, 2019 at 5:15 PM Michael Sokolov wrote: > > I ran TestFstDirectAddressing.testDeDupeTails > 100 times with no > failure, both on master and on branch_8x (on

Re: BadApple

2019-11-18 Thread Chris Hostetter
: I ran TestFstDirectAddressing.testDeDupeTails > 100 times with no : failure, both on master and on branch_8x (on an Ubuntu w/a couple of : different JDKs). Can you tell which branch/jvm/os is seeing the : failures for that test? I couldn't tell from the attached report. it's already been

Re: BadApple

2019-11-18 Thread Ishan Chattopadhyaya
Thanks Erick. I've fixed the package manager tests. On Mon, 18 Nov, 2019, 9:58 PM Erick Erickson, wrote: > Short form: > > Holding reasonably steady, except: > > PackageManagerCLITest.testPackeageManager is failing over 50% of the time. > > MoverReplicaHDFSTest.test failing over 40% of the