[ https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13667138#comment-13667138 ]
Joel Bernstein commented on SOLR-4816: -------------------------------------- Shawn, The way Exceptions are handled in this patch is that each thread makes a separate update request and records an exception if one occurs. When they all complete the main thread checks to see if any exceptions occurred. If it finds an exception occurred it throws that exception. If no exceptions occur the the main thread executes the remain actions such as COMMIT. Let me know if that sounds like it's enough control for you. Joel > Add "directUpdate" capability to CloudSolrServer > ------------------------------------------------ > > Key: SOLR-4816 > URL: https://issues.apache.org/jira/browse/SOLR-4816 > Project: Solr > Issue Type: Improvement > Components: SolrCloud > Affects Versions: 4.3 > Reporter: Joel Bernstein > Priority: Minor > Attachments: SOLR-4816.patch, SOLR-4816.patch, SOLR-4816.patch, > SOLR-4816.patch, SOLR-4816.patch, SOLR-4816.patch, SOLR-4816.patch, > SOLR-4816.patch, SOLR-4816.patch, SOLR-4816.patch, SOLR-4816.patch, > SOLR-4816.patch, SOLR-4816.patch, SOLR-4816.patch, SOLR-4816.patch, > SOLR-4816.patch, SOLR-4816-sriesenberg.patch > > > This issue changes CloudSolrServer so it can optionally route update requests > to the correct shard. This would be a nice feature to have to eliminate the > document routing overhead on the Solr servers. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org