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

Joel Bernstein resolved SOLR-8655.
----------------------------------
    Resolution: Fixed

> DaemonStream should 'put' EOF Tuple on the blocking queue 
> ----------------------------------------------------------
>
>                 Key: SOLR-8655
>                 URL: https://issues.apache.org/jira/browse/SOLR-8655
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Joel Bernstein
>         Attachments: SOLR-8655.patch
>
>
> Currently the background thread in the DaemonStream is using 'offer' rather 
> then 'put' to add the EOF Tuple to the blocking queue. This is incorrect as 
> the intended behavior is for the background thread to wait until space is 
> available in the queue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to