Eric Yang created CHUKWA-817: -------------------------------- Summary: HBaseWriter leaks connections when parser error occurs Key: CHUKWA-817 URL: https://issues.apache.org/jira/browse/CHUKWA-817 Project: Chukwa Issue Type: Bug Components: Data Collection Affects Versions: 0.8.0 Reporter: Eric Yang Assignee: Eric Yang
If source data contains error, parser will fail and HBaseWriter would throw WriterException without closing existing connections. New connection will be initiated for new data. This leads to a slow silent leak of connections. -- This message was sent by Atlassian JIRA (v6.3.15#6346)