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 "Yonik Seeley (JIRA)" <ji...@apache.org> on 2009/09/22 20:58:16 UTC

[jira] Created: (SOLR-1452) deletes in segment cause different fieldcache instance

deletes in segment cause different fieldcache instance
------------------------------------------------------

                 Key: SOLR-1452
                 URL: https://issues.apache.org/jira/browse/SOLR-1452
             Project: Solr
          Issue Type: Bug
            Reporter: Yonik Seeley
             Fix For: 1.4


FieldCache entries should be shared if segments are the same except for deletes.

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


[jira] Updated: (SOLR-1452) deletes in segment cause different fieldcache instance

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

Yonik Seeley updated SOLR-1452:
-------------------------------

    Attachment: SOLR-1452.patch

patch + tests attached.
the bug was caused by our not overriding getFieldCacheKey() (and thus not delegating to the impl in SegmentReader)

> deletes in segment cause different fieldcache instance
> ------------------------------------------------------
>
>                 Key: SOLR-1452
>                 URL: https://issues.apache.org/jira/browse/SOLR-1452
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>             Fix For: 1.4
>
>         Attachments: SOLR-1452.patch
>
>
> FieldCache entries should be shared if segments are the same except for deletes.

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


[jira] Resolved: (SOLR-1452) deletes in segment cause different fieldcache instance

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

Yonik Seeley resolved SOLR-1452.
--------------------------------

    Resolution: Fixed

committed.

> deletes in segment cause different fieldcache instance
> ------------------------------------------------------
>
>                 Key: SOLR-1452
>                 URL: https://issues.apache.org/jira/browse/SOLR-1452
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>             Fix For: 1.4
>
>         Attachments: SOLR-1452.patch
>
>
> FieldCache entries should be shared if segments are the same except for deletes.

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


[jira] Assigned: (SOLR-1452) deletes in segment cause different fieldcache instance

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

Yonik Seeley reassigned SOLR-1452:
----------------------------------

    Assignee: Yonik Seeley

> deletes in segment cause different fieldcache instance
> ------------------------------------------------------
>
>                 Key: SOLR-1452
>                 URL: https://issues.apache.org/jira/browse/SOLR-1452
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>             Fix For: 1.4
>
>         Attachments: SOLR-1452.patch
>
>
> FieldCache entries should be shared if segments are the same except for deletes.

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