Wes McKinney created ARROW-8578:
-----------------------------------
Summary: [C++][Flight] Test executable failures due to
"SO_REUSEPORT unavailable on compiling system"
Key: ARROW-8578
URL: https://issues.apache.org/jira/browse/ARROW-8578
Project: Apache Arrow
Issue Type: Bug
Components: C++, FlightRPC
Reporter: Wes McKinney
Fix For: 1.0.0
Tried compiling and running this today (with grpc 1.28.1)
{code}
$ release/arrow-flight-benchmark
Using standalone server: false
Server running with pid 22385
Testing method: DoGet
Server host: localhost
Server port: 31337
E0423 21:54:15.174285695 22385 socket_utils_common_posix.cc:222] check for
SO_REUSEPORT: {"created":"@1587696855.174280083","description":"SO_REUSEPORT
unavailable on compiling
system","file":"../src/core/lib/iomgr/socket_utils_common_posix.cc","file_line":190}
Server host: localhost
{code}
my Linux kernel
{code}
$ uname -a
Linux 4.15.0-1079-oem #89-Ubuntu SMP Fri Mar 27 05:22:11 UTC 2020 x86_64 x86_64
x86_64 GNU/Linux
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)