Description
Currently getRecordWriter will not release the connection until jvm terminate, which is not a right assumption given that the function may be invoked many times in the same jvm lifecycle. Inside of mapreduce, the issue has already fixed.
Attachments
Attachments
Issue Links
- duplicates
-
HBASE-16117 Fix Connection leak in mapred.TableOutputFormat
- Resolved