You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mikhail Khludnev (JIRA)" <ji...@apache.org> on 2017/05/05 21:02:04 UTC

[jira] [Comment Edited] (SOLR-10615) latch SolrDispatchFilter.doFilter() on init() completion

    [ https://issues.apache.org/jira/browse/SOLR-10615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15998945#comment-15998945 ] 

Mikhail Khludnev edited comment on SOLR-10615 at 5/5/17 9:01 PM:
-----------------------------------------------------------------

[^SOLR-10615.patch] 
* adds init() latch without any performace implication see doFilter(). 
* invocation before init() hangs on latch.await()
* invocation after shutdown responds 404 (Not found) see SOLR-10611 re {{UnavailableException}}, we probably could respond 503 (temporarly unavailable) on pre init() request, but it makes no sense since introducing latch. 
    


was (Author: mkhludnev):
[^SOLR-10615.patch] 
* adds init() latch without any performace implication see doFilter(). 
* invocation before init() hangs on latch()
* invocation after shutdown responds 404 (Not found) see SOLR-10611 re {{UnavailableException}}, we probably could respond 503 (temporarly unavailable), but it makes no sense since introducing latch. 
    

> latch SolrDispatchFilter.doFilter() on init() completion
> --------------------------------------------------------
>
>                 Key: SOLR-10615
>                 URL: https://issues.apache.org/jira/browse/SOLR-10615
>             Project: Solr
>          Issue Type: Sub-task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Mikhail Khludnev
>             Fix For: 6.6, master (7.0)
>
>         Attachments: SOLR-10615.patch
>
>
> The motivation is in SOLR-10611, the earlier discussion and review is done in enclosing ticket SOLR-9867. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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