https://bz.apache.org/bugzilla/show_bug.cgi?id=58039
Bug ID: 58039
Summary: [PATCH] Make D* functions thread safe
Product: POI
Version: 3.13-dev
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: SS Common
Assignee: [email protected]
Reporter: [email protected]
Created attachment 32825
--> https://bz.apache.org/bugzilla/attachment.cgi?id=32825&action=edit
dstar_threading.patch
The DGet/DMin implementations relied on class variables. They thus
unpredictably returned wrong values when using them in a multithreaded
environment.
This patch fixes this.
The code is tested, but whether the multithreading issues I encountered are
actually gone will only show in a week or two. It's a rather simple patch, so
I'm quite confident anyways.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]