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

Yonik Seeley commented on SOLR-8129:
------------------------------------

bq. maybe HttpSolrCall can return an error immediately if container has been 
shutdown?

I think somewhere in the dispatch filter path may already reject new requests 
when things are shutting down.  The issue in this last fail was existing update 
requests that were streaming via ConcurrentUpdateSolrClient.

Mark is investigating using a more aggressive shutdown (i.e. interrupt) of the 
update executor (it's just used to talk to other nodes).
We could also check the core container status anywhere in the update path as 
well and throw an error that would stop processing the update streams.  
Thoughts?

> HdfsChaosMonkeyNothingIsSafeTest failures
> -----------------------------------------
>
>                 Key: SOLR-8129
>                 URL: https://issues.apache.org/jira/browse/SOLR-8129
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>         Attachments: fail.151005_064958, fail.151005_080319
>
>
> New HDFS chaos test in SOLR-8123 hits a number of types of failures, 
> including shard inconsistency.



--
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