You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2009/05/22 15:16:45 UTC

[jira] Created: (SOLR-1182) OrdFieldSource has a brocken equals impl

OrdFieldSource has a brocken equals impl
----------------------------------------

                 Key: SOLR-1182
                 URL: https://issues.apache.org/jira/browse/SOLR-1182
             Project: Solr
          Issue Type: Bug
            Reporter: Mark Miller
            Assignee: Mark Miller
            Priority: Trivial
             Fix For: 1.4


equals compares this.field to field which are the same - from the first version it looks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-1182) OrdFieldSource has a broken equals impl

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Miller updated SOLR-1182:
------------------------------

    Summary: OrdFieldSource has a broken equals impl  (was: OrdFieldSource has a brocken equals impl)

> OrdFieldSource has a broken equals impl
> ---------------------------------------
>
>                 Key: SOLR-1182
>                 URL: https://issues.apache.org/jira/browse/SOLR-1182
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-1182.patch
>
>
> equals compares this.field to field which are the same - from the first version it looks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1182) OrdFieldSource has a broken equals impl

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712078#action_12712078 ] 

Yonik Seeley commented on SOLR-1182:
------------------------------------

Yikes... that's an important one.  The hashCode would normally save us... but when it collides, we could retrieve the wrong item from a cache.

> OrdFieldSource has a broken equals impl
> ---------------------------------------
>
>                 Key: SOLR-1182
>                 URL: https://issues.apache.org/jira/browse/SOLR-1182
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-1182.patch
>
>
> equals compares this.field to field which are the same - from the first version it looks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-1182) OrdFieldSource has a brocken equals impl

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Miller updated SOLR-1182:
------------------------------

    Attachment: SOLR-1182.patch

> OrdFieldSource has a brocken equals impl
> ----------------------------------------
>
>                 Key: SOLR-1182
>                 URL: https://issues.apache.org/jira/browse/SOLR-1182
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-1182.patch
>
>
> equals compares this.field to field which are the same - from the first version it looks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SOLR-1182) OrdFieldSource has a broken equals impl

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Miller resolved SOLR-1182.
-------------------------------

    Resolution: Fixed

> OrdFieldSource has a broken equals impl
> ---------------------------------------
>
>                 Key: SOLR-1182
>                 URL: https://issues.apache.org/jira/browse/SOLR-1182
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-1182.patch
>
>
> equals compares this.field to field which are the same - from the first version it looks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.