You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Puneet Gupta (JIRA)" <ji...@apache.org> on 2016/05/12 09:16:13 UTC

[jira] [Commented] (LENS-1041) Test case org.apache.lens.client.TestLensClient.testTimeout Failing intermittently

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

Puneet Gupta commented on LENS-1041:
------------------------------------

Taking patch from reviewboard and attaching

> Test case org.apache.lens.client.TestLensClient.testTimeout  Failing intermittently
> -----------------------------------------------------------------------------------
>
>                 Key: LENS-1041
>                 URL: https://issues.apache.org/jira/browse/LENS-1041
>             Project: Apache Lens
>          Issue Type: Bug
>            Reporter: Puneet Gupta
>            Assignee: Puneet Gupta
>            Priority: Minor
>         Attachments: lens-1041.01.patch
>
>
> **Error Message**
> java.net.SocketTimeoutException: Read timed out
> **Stacktrace**
> javax.ws.rs.ProcessingException: java.net.SocketTimeoutException: Read timed out
> 	at java.net.SocketInputStream.socketRead0(Native Method)
> 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
> 	at java.net.SocketInputStream.read(SocketInputStream.java:170)
> 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
> 	at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
> 	at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
> 	at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
> 	at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:704)
> 	at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647)
> 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1536)
> 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
> 	at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
> 	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:394)
> 	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:285)
> 	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:255)
> 	at org.glassfish.jersey.client.JerseyInvocation$2.call(JerseyInvocation.java:700)
> 	at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
> 	at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
> 	at org.glassfish.jersey.internal.Errors.process(Errors.java:228)
> 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:444)
> 	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:696)
> 	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:420)
> 	at org.glassfish.jersey.client.JerseyInvocation$Builder.delete(JerseyInvocation.java:365)
> 	at org.apache.lens.client.LensConnection.close(LensConnection.java:217)
> 	at org.apache.lens.client.LensClient.closeConnection(LensClient.java:408)
> 	at org.apache.lens.client.TestLensClient.testTimeout(TestLensClient.java:267)



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