[ 
https://issues.apache.org/jira/browse/SOLR-16428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Gerlowski resolved SOLR-16428.
------------------------------------
    Fix Version/s: 9.2
                   main (10.0)
       Resolution: Fixed

> IgnoreLargeDocumentsProcessorFactory should have a "permissive" mode
> --------------------------------------------------------------------
>
>                 Key: SOLR-16428
>                 URL: https://issues.apache.org/jira/browse/SOLR-16428
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: UpdateRequestProcessors
>    Affects Versions: 9.0, main (10.0)
>            Reporter: Jason Gerlowski
>            Assignee: Jason Gerlowski
>            Priority: Minor
>             Fix For: 9.2, main (10.0)
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> IgnoreLargeDocumentProcessorFactory only has a single way to handle documents 
> that exceed its configurable size limit.  The first violation throws a 
> SolrException: in effect, short-circuiting any remaining documents in the 
> "batch" and returning a 400 to the user.
> This is great for end users whose clients are built to handle the resulting 
> 400 response, and who can modify and resubmit the batch.  But it's not ideal 
> for every use-case, especially where "best-effort" indexing is good enough.
> This ticket proposes adding a new "permissive" mode of handling too-large 
> documents to ILDPF.  Under this new mode "too-large" documents will be logged 
> (and not indexed), but won't cause the entire batch to be aborted/error-out.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to