Yibo Cai created ARROW-15793:
--------------------------------
Summary: [C++][FlightRPC] DoPutLargeBatch test sometimes stucks
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
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.1#820001)