[ 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.