You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Evans Ye (JIRA)" <ji...@apache.org> on 2019/01/15 08:36:00 UTC

[jira] [Commented] (BIGTOP-3130) Failed to run Alluxio smoke test

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

Evans Ye commented on BIGTOP-3130:
----------------------------------

To have this tested, BIGTOP-3132, BIGTOP-3134 and BIGTOP-3136 are required. This series of PRs for Alluxio has been tested on CentOS 7 and Debian 9 using Provisioner with all tests passed.

> Failed to run Alluxio smoke test
> --------------------------------
>
>                 Key: BIGTOP-3130
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3130
>             Project: Bigtop
>          Issue Type: Sub-task
>          Components: tests
>    Affects Versions: 1.3.0
>            Reporter: Evans Ye
>            Assignee: Evans Ye
>            Priority: Major
>             Fix For: 1.4.0
>
>
> There're two smoke tests for alluxio, one is outdated:
> * https://github.com/apache/bigtop/blob/master/bigtop-tests/smoke-tests/alluxio/TestAlluxioSmoke.groovy#L65-L79
> Note that we can see the command is still tfs, which was related to Tachyon.
> Another one is running alluxio's own tests. However, that test failed:
> {code}
> 2019-01-09 08:12:27,311 INFO  type (BlockWorkerClient.java:connectOperation) - Connecting to local worker @ 82d053e3e412.bigtop.apache.org/172.17.0.2:29998
> 2019-01-09 08:13:28,059 ERROR type (AbstractClient.java:retryRPC) - java.net.SocketTimeoutException: Read timed out
> org.apache.thrift.transport.TTransportException: java.net.SocketTimeoutException: Read timed out
>         at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:129)
>         at org.apache.thrift.transport.TTransport.readAll(TTransport.java:86)
>         at org.apache.thrift.transport.TFramedTransport.readFrame(TFramedTransport.java:129)
>         at org.apache.thrift.transport.TFramedTransport.read(TFramedTransport.java:101)
>         at org.apache.thrift.transport.TTransport.readAll(TTransport.java:86)
>         at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:429)
>         at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:318)
>         at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:219)
>         at org.apache.thrift.protocol.TProtocolDecorator.readMessageBegin(TProtocolDecorator.java:135)
>         at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:77)
>         at alluxio.thrift.BlockWorkerClientService$Client.recv_cacheBlock(BlockWorkerClientService.java:255)
>         at alluxio.thrift.BlockWorkerClientService$Client.cacheBlock(BlockWorkerClientService.java:241)
>         at alluxio.client.block.BlockWorkerClient$3.call(BlockWorkerClient.java:142)
>         at alluxio.client.block.BlockWorkerClient$3.call(BlockWorkerClient.java:139)
>         at alluxio.AbstractClient.retryRPC(AbstractClient.java:322)
>         at alluxio.client.block.BlockWorkerClient.cacheBlock(BlockWorkerClient.java:139)
>         at alluxio.client.block.LocalBlockOutStream.close(LocalBlockOutStream.java:91)
>         at alluxio.client.file.FileOutStream.close(FileOutStream.java:159)
>         at alluxio.examples.BasicOperations.writeFile(BasicOperations.java:83)
>         at alluxio.examples.BasicOperations.call(BasicOperations.java:68)
>         at alluxio.examples.BasicOperations.call(BasicOperations.java:40)
>         at alluxio.examples.Utils.runExample(Utils.java:198)
>         at alluxio.examples.BasicOperations.main(BasicOperations.java:124)
> Caused by: 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:171)
>         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 org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:127)
>         ... 22 more
> {code}
> Digging more into it, the issue might be a bug in alluxio, which has been fixed: 
> * https://alluxio.atlassian.net/browse/ALLUXIO-1703
> The version of alluxio in Bigtop is super old, we should bump it up to have bug fixed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)