You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Yibo Cai (Jira)" <ji...@apache.org> on 2022/07/13 09:27:00 UTC

[jira] [Closed] (ARROW-15793) [C++][FlightRPC] DoPutLargeBatch test sometimes stuck for 10 seconds

     [ https://issues.apache.org/jira/browse/ARROW-15793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yibo Cai closed ARROW-15793.
----------------------------
    Resolution: Not A Bug

> [C++][FlightRPC] DoPutLargeBatch test sometimes stuck for 10 seconds
> --------------------------------------------------------------------
>
>                 Key: ARROW-15793
>                 URL: https://issues.apache.org/jira/browse/ARROW-15793
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, FlightRPC
>            Reporter: Yibo Cai
>            Priority: Major
>
> Normally the test finishes in 100ms. But it often costs 10s on my test machine.
> Debug build is good.
> I did brief debug, looks it's related to [https://github.com/apache/arrow/pull/12302].
> It stuck 10 seconds in destructing grpc::Server at code [https://github.com/apache/arrow/blob/master/cpp/src/arrow/flight/server.cc#L863]
> To reproduce:
> {code:bash}
> $ cmake -GNinja -DARROW_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DARROW_FLIGHT=ON ..
> $ ninja arrow-flight-test
> $ relwithdebinfo/arrow-flight-test --gtest_filter="*DoPutLargeBatch*"
> [==========] Running 1 test from 1 test suite.
> [----------] Global test environment set-up.
> [----------] 1 test from TestDoPut
> [ RUN      ] TestDoPut.DoPutLargeBatch
> [       OK ] TestDoPut.DoPutLargeBatch (10017 ms)
> [----------] 1 test from TestDoPut (10017 ms total)
> [----------] Global test environment tear-down
> [==========] 1 test from 1 test suite ran. (10017 ms total)
> [  PASSED  ] 1 test.
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)