Details
Description
Spark seems to instantiate multiple instances of output formats within a single process. When mapred.TableOutputFormat (not mapreduce.TableOutputFormat) is used, this may cause connection leaks that slowly exhaust the cluster's zk connections.
This patch fixes that.
Attachments
Attachments
Issue Links
- is duplicated by
-
HBASE-16017 HBase TableOutputFormat has connection leak in getRecordWriter
- Resolved
- is related to
-
HBASE-16774 [shell] Add coverage to TestShell when ZooKeeper is not reachable
- Resolved
- links to