Chris Johnson
Chris Johnson
Thanks for pointing this out @Rosadosa. Yes my issue appears to be the same. Are you also using thrift-sasl? It still isn't clear to me which library is the issue,...
Sure, this is what I run against our kerberized Impala cluster to reproduce the problem: Python 3.7 * Install requirements (based on https://github.com/cloudera/impyla#dependencies) ``` pip install impyla thrift-sasl==0.4.2 kerberos>=1.3.0 #...
Hi @ethe, from the other ticket, the debug stack trace shows that thriftpy2 throws a timeout: ``` Attempting to open transport (tries_left=3) Transport opened Failed to open transport (tries_left=3) Traceback...
We've been hitting this issue too, the object store doesn't retry these errors even if you set retries: ``` Error: External(ParquetError(General("AsyncChunkReader::get_bytes error: Generic S3 error: Error after 0 retries in...