----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66353/#review200179 -----------------------------------------------------------
Ship it! Good catch! Lgtm! src/java/org/apache/sqoop/manager/OracleManager.java Lines 334-336 (patched) <https://reviews.apache.org/r/66353/#comment280821> You probably missed some spaces here :) - Fero Szabo On March 29, 2018, 9:10 a.m., Laszlo Bodor wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/66353/ > ----------------------------------------------------------- > > (Updated March 29, 2018, 9:10 a.m.) > > > Review request for Sqoop. > > > Bugs: SQOOP-3306 > https://issues.apache.org/jira/browse/SQOOP-3306 > > > Repository: sqoop-trunk > > > Description > ------- > > A fortify scan showed 2 possible resource leaks. > > 1: The function getRecordWriter() in DBOutputFormat.java sometimes fails to > release a database resource allocated by getConnection() on line 117. > In the file DBOutputFormat.java similar issues were on line numbers 117 > > 2: The function makeConnection() in OracleManager.java sometimes fails to > release a database resource allocated by getConnection() on line 321. > In the file OracleManager.java similar issues were on line numbers 321 > > > Diffs > ----- > > src/java/org/apache/sqoop/manager/OracleManager.java 929b5061 > src/java/org/apache/sqoop/mapreduce/db/DBOutputFormat.java 730ff286 > > > Diff: https://reviews.apache.org/r/66353/diff/1/ > > > Testing > ------- > > ant test > > > Thanks, > > Laszlo Bodor > >