Re: [jira] [Commented] (LUCENE-10054) Handle hierarchy in HNSW graph

2022-07-27 Thread David Smiley
FYI I had filed https://issues.apache.org/jira/browse/INFRA-23503

~ David Smiley
Apache Lucene/Solr Search Developer
http://www.linkedin.com/in/davidwsmiley


On Tue, Jul 26, 2022 at 3:54 PM Michael Sokolov  wrote:

> searching JIRA for "slkjfdf" I found a few issues in other projects,
> but none seems to be getting the same degree of spam love
>
> On Tue, Jul 26, 2022 at 3:50 PM Mike Sokolov (Jira) 
> wrote:
> >
> >
> > [
> https://issues.apache.org/jira/browse/LUCENE-10054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17571588#comment-17571588
> ]
> >
> > Mike Sokolov commented on LUCENE-10054:
> > ---
> >
> > what is it with this issue that spammers love so much!? I wonder if we
> > could somehow lock it as read-only ...
> >
> >
> >
> > > Handle hierarchy in HNSW graph
> > > --
> > >
> > > Key: LUCENE-10054
> > > URL:
> https://issues.apache.org/jira/browse/LUCENE-10054
> > > Project: Lucene - Core
> > >  Issue Type: Task
> > >Reporter: Mayya Sharipova
> > >Priority: Major
> > >  Labels: vector-based-search
> > > Fix For: 9.1
> > >
> > >  Time Spent: 20h 20m
> > >  Remaining Estimate: 0h
> > >
> > > Currently HNSW graph is represented as a single layer graph.
> > >  We would like to extend it to handle hierarchy as per [discussion|
> https://issues.apache.org/jira/browse/LUCENE-9004?focusedCommentId=17393216=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17393216
> ].
> > >
> > > TODO tasks:
> > > - add multiple layers in the HnswGraph class
> > >  - modify the format in  Lucene90HnswVectorsWriter and
> Lucene90HnswVectorsReader to handle multiple layers
> > > - modify graph construction and search algorithm to handle hierarchy
> > >  - run benchmarks
> >
> >
> >
> > --
> > This message was sent by Atlassian Jira
> > (v8.20.10#820010)
> >
> > -
> > To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
> > For additional commands, e-mail: issues-h...@lucene.apache.org
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>


Re: New branch and feature freeze for Lucene 9.3.0

2022-07-27 Thread Ignacio Vera
Thanks Adrien! It sounds much more exciting indeed.

On Tue, Jul 26, 2022 at 6:35 PM Adrien Grand  wrote:

> Thanks Ignacio! I tried to iterate on some release highlights to make them
> sound more exciting.
>
> On Mon, Jul 25, 2022 at 5:05 PM Ignacio Vera  wrote:
>
>> Ignacio Vera 
>> Jul 20, 2022, 1:41 PM (5 days ago)
>> to dev
>> Adrien told me that I sent the wrong link, I thought I could share the
>> draft before publishing.
>> Here  the draft for the release highlights. I have probably missed things
>> that should be included so please feel free to add them.
>>
>> https://cwiki.apache.org/confluence/display/LUCENE/Release+Notes+9.3
>>
>>
>> On Sat, Jul 23, 2022 at 9:22 AM Ignacio Vera  wrote:
>>
>>> No worries Greg, I approved the change so feel free to push it whenever
>>> you have time.
>>>
>>> Cheers,
>>>
>>> Ignacio
>>>
>>> On Sat, Jul 23, 2022 at 1:22 AM Greg Miller  wrote:
>>>
 OK, as frustrating as this is, it looks like there was still another
 bug in this same test uncovered last night. I have another PR open to
 patch this into 9.3 here: https://github.com/apache/lucene/pull/1044

 I also reopened https://issues.apache.org/jira/browse/LUCENE-10659 as
 a proposed 9.3 block to pick up this fix. If the test remains
 problematic after this patch, I'll just revert it out of 9.3 until it
 proves more stable. Apologies.

 Cheers,
 -Greg

 On Thu, Jul 21, 2022 at 7:59 AM Greg Miller  wrote:
 >
 > Ack, thanks Ignacio for the quick approval. Just merged the fix onto
 > the 9.3 branch.
 >
 > Cheers,
 > -Greg
 >
 > On Thu, Jul 21, 2022 at 12:32 AM Ignacio Vera 
 wrote:
 > >
 > > Hi Greg,
 > >
 > > Yes please fix the test in branch 9.3, I have approved the PR.
 > >
 > > On Thu, Jul 21, 2022 at 12:08 AM Greg Miller 
 wrote:
 > >>
 > >> Thanks Ignacio! I just created
 > >> https://issues.apache.org/jira/browse/LUCENE-10659 as a proposed
 > >> blocker for 9.3. It's a small bug fix for a unit test I recently
 > >> introduced on the 9x branch (one of the last things to get pulled
 into
 > >> the 9.3 candidate). I think we ought to fix this test before
 cutting a
 > >> 9.3 release. There's a PR associated with the issue already (the
 > >> change is already patched into main/branch_9x).
 > >>
 > >> Cheers,
 > >> -Greg
 > >>
 > >> On Wed, Jul 20, 2022 at 4:42 AM Ignacio Vera 
 wrote:
 > >> >
 > >> > Please find here the draft for the release highlights. I have
 probably missed things that should be included so please feel free to add
 them.
 > >> >
 > >> >
 https://cwiki.apache.org/confluence/pages/resumedraft.action?draftId=217391905
 > >> >
 > >> > On Wed, Jul 20, 2022 at 10:17 AM Ignacio Vera 
 wrote:
 > >> >>
 > >> >> NOTICE:
 > >> >>
 > >> >>
 > >> >> Branch branch_9_3 has been cut and versions updated to 9.4 on
 stable branch.
 > >> >>
 > >> >>
 > >> >> Please observe the normal rules:
 > >> >>
 > >> >>
 > >> >> * No new features may be committed to the branch.
 > >> >>
 > >> >> * Documentation patches, build patches and serious bug fixes
 may be
 > >> >>
 > >> >>   committed to the branch. However, you should submit all
 patches you
 > >> >>
 > >> >>   want to commit to Jira first to give others the chance to
 review
 > >> >>
 > >> >>   and possibly vote against the patch. Keep in mind that it is
 our
 > >> >>
 > >> >>   main intention to keep the branch as stable as possible.
 > >> >>
 > >> >> * All patches that are intended for the branch should first be
 committed
 > >> >>
 > >> >>   to the unstable branch, merged into the stable branch, and
 then into
 > >> >>
 > >> >>   the current release branch.
 > >> >>
 > >> >> * Normal unstable and stable branch development may continue as
 usual.
 > >> >>
 > >> >>   However, if you plan to commit a big change to the unstable
 branch
 > >> >>
 > >> >>   while the branch feature freeze is in effect, think twice:
 can't the
 > >> >>
 > >> >>   addition wait a couple more days? Merges of bug fixes into
 the branch
 > >> >>
 > >> >>   may become more difficult.
 > >> >>
 > >> >> * Only Jira issues with Fix version 9.3 and priority "Blocker"
 will delay
 > >> >>
 > >> >>   a release candidate build.
 > >> >>
 > >> >>
 > >> >>
 > >> >> The only step missing is to add the Jenkins job on the release
 branch which is something I don't really know how to do it, hopefully
 someone can help here.
 > >> >>
 > >> >>
 > >> >> I am planning to build the first RC next Monday if there are no
 issues.
 > >>
 > >>
 -
 > >> To