[ 
https://issues.apache.org/jira/browse/LUCENE-5151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13723869#comment-13723869
 ] 

ASF subversion and git services commented on LUCENE-5151:
---------------------------------------------------------

Commit 1508440 from [~shaie] in branch 'dev/trunk'
[ https://svn.apache.org/r1508440 ]

LUCENE-5151: Associations aggregators enter an infinite loop if some documents 
have no category associations
                
> Associations aggregators enter an infinite loop if some documents have no 
> category associations
> -----------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-5151
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5151
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/facet
>            Reporter: Shai Erera
>            Assignee: Shai Erera
>         Attachments: LUCENE-5151.patch
>
>
> Stupid error, they do this:
> {code}
> if (bytes.length == 0) {
>   continue;
> }
> {code}
> Since they don't advance 'doc', the hang on that if forever. I'll post a fix 
> soon.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to