Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.4.3
-
None
Description
Found that the cause of MCOL-3776 was that Functor instances have a timezone field that gets read and written at the same time. After the fix for the crash in MCOL-3776 we still have the problem that all Functors of a given name share the timezone field. If one query overrides the system default timezone, other queries running concurrently will get the new value for a time and produce the wrong result.