[
https://issues.apache.org/jira/browse/FALCON-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14681898#comment-14681898
]
Ajay Yadava commented on FALCON-1389:
-------------------------------------
Some more observations.
ITs are failing arbitrarily. There might be two issues(not sure about it). Out
of memory issue as mentioned above and the ConnectException that we are seeing
in the Jenkins Build.
{code}
Running org.apache.falcon.validation.ClusterEntityValidationIT
Connection exception has occurred [ java.net.ConnectException Connection timed
out ]. Trying after 1 sec. Retry count = 1
Connection exception has occurred [ java.net.ConnectException Connection timed
out ]. Trying after 2 sec. Retry count = 2
Connection exception has occurred [ java.net.ConnectException Connection timed
out ]. Trying after 4 sec. Retry count = 3
Connection exception has occurred [ java.net.ConnectException Connection timed
out ]. Trying after 8 sec. Retry count = 4
Tests run: 17, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 1,869.342 sec
<<< FAILURE! - in org.apache.falcon.validation.ClusterEntityValidationIT
testClusterEntityWithInvalidInterfaces(org.apache.falcon.validation.ClusterEntityValidationIT)
Time elapsed: 500.086 sec <<< FAILURE!
com.sun.jersey.api.client.ClientHandlerException:
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:150)
at java.net.SocketInputStream.read(SocketInputStream.java:121)
at sun.security.ssl.InputRecord.readFully(InputRecord.java:312)
at sun.security.ssl.InputRecord.read(InputRecord.java:350)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:861)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:818)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:275)
at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:641)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:589)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1319)
at
java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338)
at
com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240)
at
com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147)
at com.sun.jersey.api.client.Client.handle(Client.java:648)
at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670)
at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)
at
com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563)
at
org.apache.falcon.resource.TestContext.submitFileToFalcon(TestContext.java:359)
at
org.apache.falcon.validation.ClusterEntityValidationIT.testClusterEntityWithInvalidInterfaces(ClusterEntityValidationIT.java:129)
testClusterEntityWithInvalidInterfaces(org.apache.falcon.validation.ClusterEntityValidationIT)
Time elapsed: 500.111 sec <<< FAILURE!
com.sun.jersey.api.client.ClientHandlerException:
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:150)
at java.net.SocketInputStream.read(SocketInputStream.java:121)
at sun.security.ssl.InputRecord.readFully(InputRecord.java:312)
at sun.security.ssl.InputRecord.read(InputRecord.java:350)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:861)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:818)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:275)
at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:641)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:589)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1319)
at
java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338)
at
com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240)
at
com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147)
at com.sun.jersey.api.client.Client.handle(Client.java:648)
at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670)
at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)
at
com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563)
at
org.apache.falcon.resource.TestContext.submitFileToFalcon(TestContext.java:359)
at
org.apache.falcon.validation.ClusterEntityValidationIT.testClusterEntityWithInvalidInterfaces(ClusterEntityValidationIT.java:129)
Running org.apache.falcon.resource.EntityManagerPaginationJerseyIT
{code}
> Trunk build is broken
> ---------------------
>
> Key: FALCON-1389
> URL: https://issues.apache.org/jira/browse/FALCON-1389
> Project: Falcon
> Issue Type: Bug
> Reporter: Ajay Yadava
>
> Nightly builds had been reporting an issue, though tests were passing on my
> local. Now it has started to happen consistently. Will debug and add more
> details.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)