Commits


David Li authored and Krisztián Szűcs committed 7901f8ea5df
ARROW-4984: Check if Flight gRPC server starts properly Otherwise segfaults. Annoying to reproduce - gRPC sets SO_REUSEPORT by default so it'll "just work" unless you specifically disable that. Author: David Li <David.M.Li@twosigma.com> Closes #4002 from lihalite/arrow-4984 and squashes the following commits: 1b433dae0 <David Li> ARROW-4984: Check if Flight gRPC server starts properly