gerlowskija opened a new pull request, #48:
URL: https://github.com/apache/solr-sandbox/pull/48

   Prior to this commit, MirroringUpdateProcessor checked that individual 
documents didn't exceed the mirroring batch-size limit on their own, but no 
check existed to ensure that the entire list of docs doesn't exceed the limit.
   
   This commit adds that check (in MirroringUpdateProcessor.finish()).  If the 
configured max batch-size is exceeded, MUP will log out an error (which 
includes the IDs of all documents in the batch).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to