[
https://issues.apache.org/jira/browse/SOLR-17416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17879307#comment-17879307
]
ASF subversion and git services commented on SOLR-17416:
--------------------------------------------------------
Commit ff9f6ac74a4346766f41975f1f3578c0d11d29a8 in solr's branch
refs/heads/branch_9x from Chris M. Hostetter
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=ff9f6ac74a4 ]
SOLR-17416: Fixed ExportHandler bug that silently suppressed errors and
returned partial results in some situations
(cherry picked from commit 4a6e18b54cef6e0b4e518bdcddfb8975a69c9fb1)
> Streaming Expressions: Exception swallowed and not propagated back to the
> client leading to inconsistent results
> -----------------------------------------------------------------------------------------------------------------
>
> Key: SOLR-17416
> URL: https://issues.apache.org/jira/browse/SOLR-17416
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Components: Export Writer, streaming expressions
> Reporter: Lamine
> Assignee: Chris M. Hostetter
> Priority: Major
> Attachments: SOLR-17416.patch
>
>
> There appears to be a bug in the _ExportWriter/ExportBuffers_ implementation
> within the Streaming Expressions plugin. Specifically, when an
> InterruptedException occurs due to an ExportBuffers timeout, the exception is
> swallowed and not propagated back to the client (still logged on the server
> side though).
> As a result, the client receives an EOF marker, thinking that it has received
> the full set of results, when in fact it has only received partial results.
> This leads to inconsistent search results, as the client is unaware that the
> export process was interrupted and terminated prematurely.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]