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 "Noble Paul (JIRA)" <ji...@apache.org> on 2009/01/21 10:12:59 UTC

[jira] Created: (SOLR-973) CommonsHttpSolrServer must write the xml directly to the server

CommonsHttpSolrServer must write the xml directly to the server 
----------------------------------------------------------------

                 Key: SOLR-973
                 URL: https://issues.apache.org/jira/browse/SOLR-973
             Project: Solr
          Issue Type: Improvement
          Components: clients - java
            Reporter: Noble Paul
            Priority: Minor


CommonsHttpSolrServer creates the whole xml in memory before it writes it to the server. 

It can be directly written to the server and we can get faster upload

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


[jira] Reopened: (SOLR-973) CommonsHttpSolrServer must write the xml directly to the server

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

Shalin Shekhar Mangar reopened SOLR-973:
----------------------------------------


Re-opening due to character encoding issues.

> CommonsHttpSolrServer must write the xml directly to the server 
> ----------------------------------------------------------------
>
>                 Key: SOLR-973
>                 URL: https://issues.apache.org/jira/browse/SOLR-973
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-973.patch, SOLR-973.patch
>
>
> CommonsHttpSolrServer creates the whole xml in memory before it writes it to the server.  It effectively consumes 3 times the string size in memory before writing it to the server
> It can be directly written to the server and we can get faster upload

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


[jira] Resolved: (SOLR-973) CommonsHttpSolrServer must write the xml directly to the server

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

Shalin Shekhar Mangar resolved SOLR-973.
----------------------------------------

    Resolution: Fixed

Committed revision 747790.

Thanks Noble!

> CommonsHttpSolrServer must write the xml directly to the server 
> ----------------------------------------------------------------
>
>                 Key: SOLR-973
>                 URL: https://issues.apache.org/jira/browse/SOLR-973
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>         Attachments: SOLR-973.patch
>
>
> CommonsHttpSolrServer creates the whole xml in memory before it writes it to the server.  It effectively consumes 3 times the string size in memory before writing it to the server
> It can be directly written to the server and we can get faster upload

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


[jira] Resolved: (SOLR-973) CommonsHttpSolrServer must write the xml directly to the server

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

Shalin Shekhar Mangar resolved SOLR-973.
----------------------------------------

    Resolution: Fixed

Committed revision 756703.

> CommonsHttpSolrServer must write the xml directly to the server 
> ----------------------------------------------------------------
>
>                 Key: SOLR-973
>                 URL: https://issues.apache.org/jira/browse/SOLR-973
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-973.patch, SOLR-973.patch
>
>
> CommonsHttpSolrServer creates the whole xml in memory before it writes it to the server.  It effectively consumes 3 times the string size in memory before writing it to the server
> It can be directly written to the server and we can get faster upload

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


[jira] Assigned: (SOLR-973) CommonsHttpSolrServer must write the xml directly to the server

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

Shalin Shekhar Mangar reassigned SOLR-973:
------------------------------------------

    Assignee: Shalin Shekhar Mangar

> CommonsHttpSolrServer must write the xml directly to the server 
> ----------------------------------------------------------------
>
>                 Key: SOLR-973
>                 URL: https://issues.apache.org/jira/browse/SOLR-973
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>         Attachments: SOLR-973.patch
>
>
> CommonsHttpSolrServer creates the whole xml in memory before it writes it to the server.  It effectively consumes 3 times the string size in memory before writing it to the server
> It can be directly written to the server and we can get faster upload

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


[jira] Updated: (SOLR-973) CommonsHttpSolrServer must write the xml directly to the server

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

Noble Paul updated SOLR-973:
----------------------------

    Attachment: SOLR-973.patch

the encoding issue

> CommonsHttpSolrServer must write the xml directly to the server 
> ----------------------------------------------------------------
>
>                 Key: SOLR-973
>                 URL: https://issues.apache.org/jira/browse/SOLR-973
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-973.patch, SOLR-973.patch
>
>
> CommonsHttpSolrServer creates the whole xml in memory before it writes it to the server.  It effectively consumes 3 times the string size in memory before writing it to the server
> It can be directly written to the server and we can get faster upload

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


[jira] Updated: (SOLR-973) CommonsHttpSolrServer must write the xml directly to the server

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

Noble Paul updated SOLR-973:
----------------------------

    Description: 
CommonsHttpSolrServer creates the whole xml in memory before it writes it to the server.  It effectively consumes 3 times the string size in memory before writing it to the server

It can be directly written to the server and we can get faster upload

  was:
CommonsHttpSolrServer creates the whole xml in memory before it writes it to the server. 

It can be directly written to the server and we can get faster upload


> CommonsHttpSolrServer must write the xml directly to the server 
> ----------------------------------------------------------------
>
>                 Key: SOLR-973
>                 URL: https://issues.apache.org/jira/browse/SOLR-973
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>            Reporter: Noble Paul
>            Priority: Minor
>
> CommonsHttpSolrServer creates the whole xml in memory before it writes it to the server.  It effectively consumes 3 times the string size in memory before writing it to the server
> It can be directly written to the server and we can get faster upload

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


[jira] Updated: (SOLR-973) CommonsHttpSolrServer must write the xml directly to the server

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

Noble Paul updated SOLR-973:
----------------------------

    Attachment: SOLR-973.patch

the xml is directly written to the server and it is same fo the binary update also 

> CommonsHttpSolrServer must write the xml directly to the server 
> ----------------------------------------------------------------
>
>                 Key: SOLR-973
>                 URL: https://issues.apache.org/jira/browse/SOLR-973
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>            Reporter: Noble Paul
>            Priority: Minor
>         Attachments: SOLR-973.patch
>
>
> CommonsHttpSolrServer creates the whole xml in memory before it writes it to the server.  It effectively consumes 3 times the string size in memory before writing it to the server
> It can be directly written to the server and we can get faster upload

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


[jira] Updated: (SOLR-973) CommonsHttpSolrServer must write the xml directly to the server

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

Shalin Shekhar Mangar updated SOLR-973:
---------------------------------------

    Fix Version/s: 1.4

> CommonsHttpSolrServer must write the xml directly to the server 
> ----------------------------------------------------------------
>
>                 Key: SOLR-973
>                 URL: https://issues.apache.org/jira/browse/SOLR-973
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-973.patch
>
>
> CommonsHttpSolrServer creates the whole xml in memory before it writes it to the server.  It effectively consumes 3 times the string size in memory before writing it to the server
> It can be directly written to the server and we can get faster upload

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