Michael A. Smith created AVRO-3803:
--------------------------------------
Summary: Fix avro.ipc bugs
Key: AVRO-3803
URL: https://issues.apache.org/jira/browse/AVRO-3803
Project: Apache Avro
Issue Type: Bug
Components: python
Affects Versions: 1.11.2
Reporter: Michael A. Smith
There are several issues with avro.ipc
* FramedReader results in an infinite loop where it cannot read anything from
the response. (It compares bytes to a string).
* Error handling for the Responder:
** Invalid error source: {{except}} was pointing at {{schema.AvroException}}
instead of {{avro.errors.AvroException}}
** "Handshake" was lost for cases where the response could not be read due to
things like "type errors"
--
This message was sent by Atlassian Jira
(v8.20.10#820010)