Re: [Discuss] Bearer Token refresh design with retry mechanism

2020-11-25 Thread Keerat Singh
do so before returning any > data (so there's no need to look for it once the stream starts). > > Best, > David > > On Wed, Nov 25, 2020, at 14:39, Keerat Singh wrote: > > Hey Wes, > > > > Renaming it to be more generic like AUTH_EXPIRED sounds good to me,

Re: [Discuss] Bearer Token refresh design with retry mechanism

2020-11-25 Thread Keerat Singh
IRED"? I haven't looked at the details of the implementation > -- David Li or others may be able to provide better comments? > > On Fri, Nov 20, 2020 at 6:23 PM Keerat Singh > wrote: > > > > I would like to propose the following enhancement to retry the fail

[Discuss] Bearer Token refresh design with retry mechanism

2020-11-20 Thread Keerat Singh
I would like to propose the following enhancement to retry the failed Flight API call and refresh the access token on encountering FlightStatusCode.TOKEN_EXPIRED. For example when using an implementation of CallHeaderAuthenticator

Re: [Discuss] Arrow Release Schedule

2020-11-18 Thread Keerat Singh
Hi Neal, Do you have any information on the status of the tickets ? Regards, Keerat On Mon, Nov 16, 2020 at 11:56 AM Keerat Singh wrote: > Thank you, Kou and Wes, for your responses. > > As per discussions in the last sync call[11-Nov], there were talks about > releasing mor

[Discuss] Refreshing a bearer token with retry mechanism

2020-11-17 Thread Keerat Singh
I am trying to implement an auth mechanism using access tokens that will expire, and with the ability to retry the Flight API call automatically with the basic credentials(username/pass) when the Flight Server comes back with the access token expired response. For this, I need to keep track of

Re: [Discuss] Arrow Release Schedule

2020-11-16 Thread Keerat Singh
preparing the release > > > branch. > > > > > > As Krisztian can attest, producing a release currently requires a > > > _lot_ of human time (and time is money). Now that we've gone through > > > this process to produce 28 major and patch releases, I thin

Re: [ANNOUNCE] New Arrow committer: Andrew Lamb

2020-11-10 Thread Keerat Singh
Congratulations Andrew.  On Tue, Nov 10, 2020 at 11:12 AM Andrew Lamb wrote: > Thank you all for your welcome and the effort you put into fostering this > great community. I look forward to continuing to work with you all. > > Andrew > > On Tue, Nov 10, 2020 at 1:01 PM Chao Sun wrote: > > >

Re: [Discuss] Arrow Release Schedule

2020-11-10 Thread Keerat Singh
Hi Wes, Is it only the PMC members that can volunteer to drive this or can someone from the community volunteer and drive as well if they desire to have a release sooner? I see that the release process has a fairly comprehensive checklist of tasks here(

Re: Using FlightClientOption `disable_server_verification` with TLS throws exception with pyarrow 2.0.0

2020-11-02 Thread Keerat Singh
https://github.com/apache/arrow/blob/master/python/manylinux201x/scripts/build_grpc.sh > > So someone will need to take a closer look at the wheel (or conda) > builds to see what might be going wrong. > > On Mon, Nov 2, 2020 at 3:09 PM Keerat Singh > wrote: > > > > Hi,

Using FlightClientOption `disable_server_verification` with TLS throws exception with pyarrow 2.0.0

2020-11-02 Thread Keerat Singh
Hi, I see that the commit to add the support for `*disable_server_verification`* was merged into the Arrow 2.0.0 release. - PR: https://github.com/apache/arrow/pull/8325 However, when trying to use the FlightClientOption `disable_server_verification` with TLS enabled using a Python