You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alex Liu (JIRA)" <ji...@apache.org> on 2012/05/03 17:54:52 UTC

[jira] [Created] (SOLR-3433) binary field returns differently when do the distribute search

Alex Liu created SOLR-3433:
------------------------------

             Summary: binary field returns differently when do the distribute search
                 Key: SOLR-3433
                 URL: https://issues.apache.org/jira/browse/SOLR-3433
             Project: Solr
          Issue Type: Bug
          Components: search
    Affects Versions: 3.5, 3.6, 4.0
         Environment: linux, amazon ec2
            Reporter: Alex Liu


When install multiple nodes (more than one node), the repeated searches through solr returns binary data back differently each time.

<lst name="responseHeader"><int name="status">0</int><int name="QTime">26</int><lst name="params"><str name="q">text_col:woodman</str></lst></lst><result name="response" numFound="1" start="0" maxScore="0.13258252"><doc><str name="binary_col">[B:[B@714fef9f</str>

<lst name="responseHeader"><int name="status">0</int><int name="QTime">11</int><lst name="params"><str name="q">text_col:woodman</str></lst></lst><result name="response" numFound="1" start="0" maxScore="0.13258252"><doc><str name="binary_col">[B:[B@4be22114</str><

check this link, some one report the same issue. http://grokbase.com/t/lucene/solr-user/11beyhmxjw/distributed-search-and-binary-fields-w-solr-3-4

it works for a single node, but fails for multiple node. it's something related to distributed search

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3433) binary field returns differently when do the distribute search

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

Alex Liu commented on SOLR-3433:
--------------------------------

Sami, I think SOLR-3035 fixed the issue for a single node. This ticket is only for multiple node. To reproduce it, you can set up a three nodes cluster, and upload solrconfig.xml, schema.xml with binary fields and some testing data, then you can search on any node.
                
> binary field returns differently when do the distribute search
> --------------------------------------------------------------
>
>                 Key: SOLR-3433
>                 URL: https://issues.apache.org/jira/browse/SOLR-3433
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 3.5, 3.6, 4.0
>         Environment: linux, amazon ec2
>            Reporter: Alex Liu
>
> When install multiple nodes (more than one node), the repeated searches through solr returns binary data back differently each time.
> <lst name="responseHeader"><int name="status">0</int><int name="QTime">26</int><lst name="params"><str name="q">text_col:woodman</str></lst></lst><result name="response" numFound="1" start="0" maxScore="0.13258252"><doc><str name="binary_col">[B:[B@714fef9f</str>
> <lst name="responseHeader"><int name="status">0</int><int name="QTime">11</int><lst name="params"><str name="q">text_col:woodman</str></lst></lst><result name="response" numFound="1" start="0" maxScore="0.13258252"><doc><str name="binary_col">[B:[B@4be22114</str><
> check this link, some one report the same issue. http://grokbase.com/t/lucene/solr-user/11beyhmxjw/distributed-search-and-binary-fields-w-solr-3-4
> it works for a single node, but fails for multiple node. it's something related to distributed search

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3433) binary field returns differently when do the distribute search

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

Sami Siren commented on SOLR-3433:
----------------------------------

It seems this has been fixed in trunk: SOLR-3035. Alex, can you please give me some more details on how you tested this and what versions, especially did you see this still happen in trunk.
                
> binary field returns differently when do the distribute search
> --------------------------------------------------------------
>
>                 Key: SOLR-3433
>                 URL: https://issues.apache.org/jira/browse/SOLR-3433
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 3.5, 3.6, 4.0
>         Environment: linux, amazon ec2
>            Reporter: Alex Liu
>
> When install multiple nodes (more than one node), the repeated searches through solr returns binary data back differently each time.
> <lst name="responseHeader"><int name="status">0</int><int name="QTime">26</int><lst name="params"><str name="q">text_col:woodman</str></lst></lst><result name="response" numFound="1" start="0" maxScore="0.13258252"><doc><str name="binary_col">[B:[B@714fef9f</str>
> <lst name="responseHeader"><int name="status">0</int><int name="QTime">11</int><lst name="params"><str name="q">text_col:woodman</str></lst></lst><result name="response" numFound="1" start="0" maxScore="0.13258252"><doc><str name="binary_col">[B:[B@4be22114</str><
> check this link, some one report the same issue. http://grokbase.com/t/lucene/solr-user/11beyhmxjw/distributed-search-and-binary-fields-w-solr-3-4
> it works for a single node, but fails for multiple node. it's something related to distributed search

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3433) binary field returns differently when do the distribute search

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

Sami Siren commented on SOLR-3433:
----------------------------------

>From what I understand from SOLR-3035 it was not about single node. I also did some tests with multiple shards and did not see this problem on trunk. Perhaps I am missing something important. Could you provide a test case that demonstrates the problem on trunk?
                
> binary field returns differently when do the distribute search
> --------------------------------------------------------------
>
>                 Key: SOLR-3433
>                 URL: https://issues.apache.org/jira/browse/SOLR-3433
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 3.5, 3.6, 4.0
>         Environment: linux, amazon ec2
>            Reporter: Alex Liu
>
> When install multiple nodes (more than one node), the repeated searches through solr returns binary data back differently each time.
> <lst name="responseHeader"><int name="status">0</int><int name="QTime">26</int><lst name="params"><str name="q">text_col:woodman</str></lst></lst><result name="response" numFound="1" start="0" maxScore="0.13258252"><doc><str name="binary_col">[B:[B@714fef9f</str>
> <lst name="responseHeader"><int name="status">0</int><int name="QTime">11</int><lst name="params"><str name="q">text_col:woodman</str></lst></lst><result name="response" numFound="1" start="0" maxScore="0.13258252"><doc><str name="binary_col">[B:[B@4be22114</str><
> check this link, some one report the same issue. http://grokbase.com/t/lucene/solr-user/11beyhmxjw/distributed-search-and-binary-fields-w-solr-3-4
> it works for a single node, but fails for multiple node. it's something related to distributed search

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org