> On March 22, 2015, 6:56 p.m., Rajat Khandelwal wrote: > > Should probably check for other usages of SimpleDateFormat.
Have checked all the usages in lens-cube module. These are the only ones to be made thread local. - Amareshwari ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32367/#review77355 ----------------------------------------------------------- On March 21, 2015, 4:27 a.m., Amareshwari Sriramadasu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/32367/ > ----------------------------------------------------------- > > (Updated March 21, 2015, 4:27 a.m.) > > > Review request for lens, Jaideep dhok and Rajat Khandelwal. > > > Bugs: LENS-429 > https://issues.apache.org/jira/browse/LENS-429 > > > Repository: lens > > > Description > ------- > > Fixed issue by makng DateFormat in DateUtil and CubeColumn threadlocal static > variable > > > Diffs > ----- > > lens-cube/src/main/java/org/apache/lens/cube/metadata/CubeColumn.java > 72a8bce > lens-cube/src/main/java/org/apache/lens/cube/parse/DateUtil.java 6814ae8 > > Diff: https://reviews.apache.org/r/32367/diff/ > > > Testing > ------- > > Examples : > Successful queries 120 out of 120queries > Total time for running examples(in millis) :2132035 > > ---- > > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Lens Checkstyle Rules ............................. SUCCESS [2.085s] > [INFO] Lens .............................................. SUCCESS [1.733s] > [INFO] Lens API .......................................... SUCCESS [5.298s] > [INFO] Lens API for server and extensions ................ SUCCESS [8.014s] > [INFO] Lens Cube ......................................... SUCCESS [2:02.815s] > [INFO] Lens DB storage ................................... SUCCESS [10.821s] > [INFO] Lens Query Library ................................ SUCCESS [4.508s] > [INFO] Lens Hive Driver .................................. SUCCESS [2:33.344s] > [INFO] Lens Driver for JDBC .............................. SUCCESS [18.339s] > [INFO] Lens Server ....................................... SUCCESS [4:27.506s] > [INFO] Lens client ....................................... SUCCESS [21.521s] > [INFO] Lens CLI .......................................... SUCCESS [2:55.828s] > [INFO] Lens Examples ..................................... SUCCESS [0.864s] > [INFO] Lens Distribution ................................. SUCCESS [9.425s] > [INFO] Lens ML Lib ....................................... SUCCESS [42.903s] > [INFO] Lens Regression ................................... SUCCESS [0.456s] > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 14:06.499s > [INFO] Finished at: Sat Mar 21 04:01:10 UTC 2015 > [INFO] Final Memory: 112M/1369M > [INFO] > ------------------------------------------------------------------------ > > > Thanks, > > Amareshwari Sriramadasu > >
