Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This is a regression of AVRO-1760 which is causing production performance problems.
In AVRO-1760 the issue was fixed that there is a scalability problem with AVRO being used in multithreaded situations.
The solution that was implemented for this ticket uses a different Map implementation (part of Guava) that does not have these locking issues:
Investigating the performance of our internal application has made us conclude the original problem was reintroduced with this commit:
which seems to be related to this jira AVRO-2265 "Remove Guava as a dependency".
Attachments
Issue Links
- links to