mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 10:25:18 +00:00
58fa7b4610
Details of the deadlock are in the ticket. This PR addresses the deadlock by limiting the scope of the locks acquired in FieldMetaData.java to only protect calls to the structMap hashtable. No locks should be held when the call to sClass.newInstance() is in progress. Tested: Regular CI builds should pass. |
||
---|---|---|
.. | ||
src/org/apache/thrift | ||
coding_standards.md |