----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61934/#review183920 -----------------------------------------------------------
lens-server/src/main/java/org/apache/lens/server/query/QueryExecutionServiceImpl.java Line 3485 (original), 3485 (patched) <https://reviews.apache.org/r/61934/#comment259976> Should we do this at session level ? - Puneet Gupta On Aug. 28, 2017, 10:34 a.m., Rajat Khandelwal wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/61934/ > ----------------------------------------------------------- > > (Updated Aug. 28, 2017, 10:34 a.m.) > > > Review request for lens. > > > Bugs: LENS-1464 > https://issues.apache.org/jira/browse/LENS-1464 > > > Repository: lens > > > Description > ------- > > Happens because of synchronizations issues. If two queries are simultaneously > launching, both try to add resources to hive driver. One of those queries can > fail then. > > > Diffs > ----- > > > lens-server/src/main/java/org/apache/lens/server/query/QueryExecutionServiceImpl.java > e70d2905a435f696f62239b1dc30eaa476dc229c > > > Diff: https://reviews.apache.org/r/61934/diff/1/ > > > Testing > ------- > > > Thanks, > > Rajat Khandelwal > >
