lalinsky / python-phoenixdb

Phoenix database adapter for Python (migrated to the Apache Phoenix repo)
https://issues.apache.org/jira/browse/PHOENIX-4636
Apache License 2.0
26 stars 24 forks source link

when configured load-balance for PQS, python client get an error if connnection idle time exceed tcp keepalive time #11

Open bakea opened 5 years ago

bakea commented 5 years ago

@lalinsky if response return INTERNAL_SERVER_ERROR, _post_request should retry and connect again. How do u think?