You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Ignacio Vera (Jira)" <ji...@apache.org> on 2019/09/27 08:45:00 UTC

[jira] [Comment Edited] (LUCENE-8989) IndexSearcher Should Handle Rejection of Concurrent Task

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

Ignacio Vera edited comment on LUCENE-8989 at 9/27/19 8:44 AM:
---------------------------------------------------------------

Hi [~atris],

 

CI complains with this commit:
{code:java}
 ant test -Dtestcase=TestIndexSearcher -Dtests.seed=54AF47B9FD7B53A8 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-TC -Dtests.timezone=Arctic/Longyearbyen -Dtests.asserts=true -Dtests.file.encoding=US-ASCII{code}

Error:
{code:java}
07:39:50    [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
07:39:50    [junit4]    > 	at __randomizedtesting.SeedInfo.seed([54AF47B9FD7B53A8]:0)
07:39:50    [junit4] Completed [478/524 (1!)] on J1 in 7220.39s, 3 tests, 2 errors <<< FAILURES! {code}
 


was (Author: ivera):
Hi [~atris],

 

CI complaints with this commit:
{code:java}
 ant test -Dtestcase=TestIndexSearcher -Dtests.seed=54AF47B9FD7B53A8 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-TC -Dtests.timezone=Arctic/Longyearbyen -Dtests.asserts=true -Dtests.file.encoding=US-ASCII{code}

Error:
{code:java}
07:39:50    [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
07:39:50    [junit4]    > 	at __randomizedtesting.SeedInfo.seed([54AF47B9FD7B53A8]:0)
07:39:50    [junit4] Completed [478/524 (1!)] on J1 in 7220.39s, 3 tests, 2 errors <<< FAILURES! {code}
 

> IndexSearcher Should Handle Rejection of Concurrent Task
> --------------------------------------------------------
>
>                 Key: LUCENE-8989
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8989
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Atri Sharma
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> As discussed in [https://github.com/apache/lucene-solr/pull/815,] IndexSearcher should handle the case when the executor rejects the execution of a task (unavailability of threads?).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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