[
https://issues.apache.org/jira/browse/CONNECTORS-1265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15054718#comment-15054718
]
Shinichiro Abe commented on CONNECTORS-1265:
--------------------------------------------
perhaps we have to reduce the value much more, because the value was 30 ms when
we were using CoreConnectionPNames.STALE_CONNECTION_CHECK = true.
> Webconnector Bigcrawl test sometimes fails due to a NoHttpResponse exception
> ----------------------------------------------------------------------------
>
> Key: CONNECTORS-1265
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1265
> Project: ManifoldCF
> Issue Type: Bug
> Components: Web connector
> Affects Versions: ManifoldCF 2.3
> Reporter: Karl Wright
> Assignee: Karl Wright
> Fix For: ManifoldCF 2.4
>
>
> Not sure under what conditions this occurs; the same test succeeds under
> HSQLDB, so it appears to be timing related. But the http connection created
> during the test seems to get whacked once in a while, and needs to retry,
> which occurs at an interval of 15 minutes:
> {code}
> catch (NoHttpResponseException e)
> {
> throwable = e;
> long currentTime = System.currentTimeMillis();
> throw new ServiceInterruption("Timed out waiting for response for
> '"+myUrl+"': "+e.getMessage(), e, currentTime + TIME_15MIN,
> currentTime + TIME_2HRS,-1,false);
> }
> {code}
> Not clear how long that this has taken place; it may depend sensitively on
> the version of httpclient that's in use.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)