Worker getDataset should cache instances
Description
Release Notes
None
Activity
Show:

Parth Gandhi December 2, 2014 at 1:21 AM
Merged to release here: https://github.com/caskdata/cdap/pull/729
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created November 30, 2014 at 8:50 PM
Updated March 27, 2015 at 7:31 PM
Resolved December 2, 2014 at 1:21 AM
Each call to "getDataset" from a Service worker results in a new instance of a dataset. It would be optimal to cache the dataset to a ThreadLocal and return the same object per thread.