Race condition in Java fingerprinting code
------------------------------------------
Key: AVRO-1055
URL: https://issues.apache.org/jira/browse/AVRO-1055
Project: Avro
Issue Type: Bug
Components: java
Affects Versions: 1.7.0
Reporter: Thiruvalluvan M. G.
Assignee: Thiruvalluvan M. G.
Priority: Minor
There is a subtle race condition. If the fpTable64 is not yet initialized and
two thread try to compute FP for two schemas (or the same schema) at the same
time, one thread will start initializing the table while the other can start
using the partially initialized table giving wrong result.
The forthcoming patch fixes that issue
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira