You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/03/24 10:55:00 UTC

[jira] [Commented] (ARROW-16019) [C++] Sporadic Minio connect error in S3 tests

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

Antoine Pitrou commented on ARROW-16019:
----------------------------------------

Actually no, it seems the Minio server failed starting:
{code}
ERROR Unable to initialize console server: Specified port is already in use
      > Please ensure no other program uses the same address/port
{code}


> [C++] Sporadic Minio connect error in S3 tests
> ----------------------------------------------
>
>                 Key: ARROW-16019
>                 URL: https://issues.apache.org/jira/browse/ARROW-16019
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Antoine Pitrou
>            Priority: Minor
>
> We could retry since this is likely to just be a transient error:
> {code}
> [ RUN      ] TestS3FSGeneric.DeleteDir
> /arrow/cpp/src/arrow/filesystem/s3fs_test.cc:1178: Failure
> Failed
> 'OutcomeToStatus(client_->CreateBucket(req))' failed with IOError: AWS Error [code 99]: curlCode: 7, Couldn't connect to server
> [  FAILED  ] TestS3FSGeneric.DeleteDir (6084 ms)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)