lidavidm commented on issue #11657: URL: https://github.com/apache/arrow/issues/11657#issuecomment-965108624
The example demonstrates both servers running on a single port, can you clarify? For the crash: likely this is a linking issue (gRPC and Protobuf cannot be linked multiple times). This would happen, for instance, if you dynamically link libarrow_flight.so but statically link libgrpc.a. If you could show a backtrace of the crash (via a debugger like GDB) and the commands used to compile and link the application, that would be a great help. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
