Re: Query on stuck Arrow Flight Client while interacting from local workstation (mac)

2025-04-30 Thread James Duong
Would you be able to share the server’s getStream() and getFlightInfo() implementations? Note that getStream() needs should be written such that it doesn’t block the grpc thread. Get Outlook for Mac From: Susmit Sarkar Date: Wednesday, April 30, 2025 at 2:59

Re: Query on stuck Arrow Flight Client while interacting from local workstation (mac)

2025-04-30 Thread Susmit Sarkar
Hi David Sharing the arrow client thread dump for reference. Strangely if we pass a dummy non existent s3 path we are getting proper error from server cef_flight_server.exceptions.S3AccessError: Failed to access S3: [Errno 2] Path does not exist 'bg0975-cef-ccmedev-data/pp/load_date=2024-11-21/pa

Re: Changelog for 20.0.0 missing on the web page

2025-04-30 Thread Sutou Kouhei
Hi, We're tracking it by https://github.com/apache/arrow/issues/46263 . Thanks, -- kou In "Changelog for 20.0.0 missing on the web page" on Wed, 30 Apr 2025 09:42:15 +0200, Jacek Pliszka wrote: > Hi! > > where should I report that the Changelog is missing here: > > https://arrow.apach

Changelog for 20.0.0 missing on the web page

2025-04-30 Thread Jacek Pliszka
Hi! where should I report that the Changelog is missing here: https://arrow.apache.org/release/20.0.0.html Best Regards, Jacek

Re: Query on stuck Arrow Flight Client while interacting from local workstation (mac)

2025-04-30 Thread David Li
This is not specific to Flight; use jstack or your favorite instrumentation tool (VisualVM etc.) On Wed, Apr 30, 2025, at 15:41, NIKHIL RANJAN wrote: > Hi David, > > How to enable thread dump logs for both client and server code. > > As of now, I don't see any error on either client side or serve

Re: Query on stuck Arrow Flight Client while interacting from local workstation (mac)

2025-04-30 Thread NIKHIL RANJAN
Hi David, How to enable thread dump logs for both client and server code. As of now, I don't see any error on either client side or server side. It just hangs/gets stuck. Thanks, Nikhil On Thu, 24 Apr, 2025, 14:39 Susmit Sarkar, wrote: > Hi Team, > > We are using this below code snippet in Sc