Description
AVRO-650 introduced a large performance regression and memory bloat issue with GenericDatumReader.
Performance plummets for some Perf.java tests (One test took 1 hour to finish on my laptop).
Some minor changes I tried result in it passing in shorter time, but with still an 80% performance degredation.
This is associated with memory bloat related to ThreadLocals.
More details provided in comments.
Attachments
Attachments
Issue Links
- is related to
-
AVRO-650 failures under client concurrency
- Closed