You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Ajay Yadava (JIRA)" <ji...@apache.org> on 2015/08/18 10:58:45 UTC

[jira] [Commented] (FALCON-1393) Nightly builds are broken

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

Ajay Yadava commented on FALCON-1393:
-------------------------------------

Seems like these are the only two tests which are failing in the Integration tests module. To unblock the release immediately I will disable these two tests for now and will create a JIRA to fix them.

> Nightly builds are broken
> -------------------------
>
>                 Key: FALCON-1393
>                 URL: https://issues.apache.org/jira/browse/FALCON-1393
>             Project: Falcon
>          Issue Type: Bug
>            Reporter: Ajay Yadava
>
> Nightly builds are failing with the following stack trace
> {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}



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