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 "damu liu (JIRA)" <ji...@apache.org> on 2007/07/24 04:16:31 UTC

[jira] Created: (SOLR-315) when Add/Update with 50 fields, there are error code 500 response occasionally,

when Add/Update with 50 fields, there are error code 500 response occasionally, 
--------------------------------------------------------------------------------

                 Key: SOLR-315
                 URL: https://issues.apache.org/jira/browse/SOLR-315
             Project: Solr
          Issue Type: Test
          Components: clients - java
    Affects Versions: 1.2
         Environment: Tomcat5.5, windowsXP sp2
            Reporter: damu liu
             Fix For: 1.2


I tried to add doc to index, each doc has 50 fields, each fields has at most 10 words. I tried to use SCV file and XML  format, when the doc amount is small, there is no problem, but with 2 million docs to add, it fails after hundreds of add operation(10 docs each add operation). If the commit operation is performed, situation get better, but there is still error code 500 response. The reason is string index out of bound, and if the error is ignored, there will be out of memory fail.

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


[jira] Commented: (SOLR-315) when Add/Update with 50 fields, there are error code 500 response occasionally,

Posted by "damu liu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517347 ] 

damu liu commented on SOLR-315:
-------------------------------

I find out the reason: My add xml has problem. there are fields like <field name="bla"/>.

> when Add/Update with 50 fields, there are error code 500 response occasionally, 
> --------------------------------------------------------------------------------
>
>                 Key: SOLR-315
>                 URL: https://issues.apache.org/jira/browse/SOLR-315
>             Project: Solr
>          Issue Type: Test
>          Components: clients - java
>    Affects Versions: 1.2
>         Environment: Tomcat5.5, windowsXP sp2
>            Reporter: damu liu
>             Fix For: 1.2
>
>
> I tried to add doc to index, each doc has 50 fields, each fields has at most 10 words. I tried to use SCV file and XML  format, when the doc amount is small, there is no problem, but with 2 million docs to add, it fails after hundreds of add operation(10 docs each add operation). If the commit operation is performed, situation get better, but there is still error code 500 response. The reason is string index out of bound, and if the error is ignored, there will be out of memory fail.

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


[jira] Commented: (SOLR-315) when Add/Update with 50 fields, there are error code 500 response occasionally,

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515120 ] 

Ryan McKinley commented on SOLR-315:
------------------------------------

What client are you using to submit docs?  

Are you running solr 1.2?

Can you include the full error you get with the "string index out of bound" error

> when Add/Update with 50 fields, there are error code 500 response occasionally, 
> --------------------------------------------------------------------------------
>
>                 Key: SOLR-315
>                 URL: https://issues.apache.org/jira/browse/SOLR-315
>             Project: Solr
>          Issue Type: Test
>          Components: clients - java
>    Affects Versions: 1.2
>         Environment: Tomcat5.5, windowsXP sp2
>            Reporter: damu liu
>             Fix For: 1.2
>
>
> I tried to add doc to index, each doc has 50 fields, each fields has at most 10 words. I tried to use SCV file and XML  format, when the doc amount is small, there is no problem, but with 2 million docs to add, it fails after hundreds of add operation(10 docs each add operation). If the commit operation is performed, situation get better, but there is still error code 500 response. The reason is string index out of bound, and if the error is ignored, there will be out of memory fail.

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


[jira] Closed: (SOLR-315) when Add/Update with 50 fields, there are error code 500 response occasionally,

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

Mike Klaas closed SOLR-315.
---------------------------

    Resolution: Invalid

> when Add/Update with 50 fields, there are error code 500 response occasionally, 
> --------------------------------------------------------------------------------
>
>                 Key: SOLR-315
>                 URL: https://issues.apache.org/jira/browse/SOLR-315
>             Project: Solr
>          Issue Type: Test
>          Components: clients - java
>    Affects Versions: 1.2
>         Environment: Tomcat5.5, windowsXP sp2
>            Reporter: damu liu
>             Fix For: 1.2
>
>
> I tried to add doc to index, each doc has 50 fields, each fields has at most 10 words. I tried to use SCV file and XML  format, when the doc amount is small, there is no problem, but with 2 million docs to add, it fails after hundreds of add operation(10 docs each add operation). If the commit operation is performed, situation get better, but there is still error code 500 response. The reason is string index out of bound, and if the error is ignored, there will be out of memory fail.

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