GitHub user Eliyahu-Machluf opened a pull request:
https://github.com/apache/avro/pull/164
change the error module to be thread-safe on Windows as well as on UNIX
1. change the error module to be thread-safe on Windows as well as on UNIX
(depended on defining the macro THREADSAFE).
2. add appropriate test which launch several threads and validate the
errors they set/add are thread-safe.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Eliyahu-Machluf/avro
enable-thread-safety-for-windows
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/avro/pull/164.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #164
----
commit 01c666be2fca063672993e04ea7597686de7be55
Author: Eliyahu-Machluf <[email protected]>
Date: 2016-11-27T10:09:02Z
change the error module to be thread-safe on Windows as well as on UNIX
(depended on defining the macro THREADSAFE).
add appropriate test which launch several threads and validate the errors
they set/add are thread-safe.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---