[
https://issues.apache.org/jira/browse/STORM-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15329526#comment-15329526
]
ASF GitHub Bot commented on STORM-1899:
---------------------------------------
Github user abhishekagarwal87 commented on a diff in the pull request:
https://github.com/apache/storm/pull/1485#discussion_r66972401
--- Diff:
external/storm-hbase/src/main/java/org/apache/storm/hbase/common/HBaseClient.java
---
@@ -26,12 +26,13 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
+import java.io.Closeable;
import java.io.IOException;
import java.security.PrivilegedExceptionAction;
import java.util.List;
import java.util.Map;
-public class HBaseClient {
+public class HBaseClient implements Closeable{
--- End diff --
minor. space after Closeable.
> Release HBase connection when topology shutdown
> -----------------------------------------------
>
> Key: STORM-1899
> URL: https://issues.apache.org/jira/browse/STORM-1899
> Project: Apache Storm
> Issue Type: Improvement
> Components: storm-hbase
> Affects Versions: 1.0.0, 1.0.1
> Reporter: darion yaphet
> Assignee: darion yaphet
> Priority: Minor
>
> Storm HBase Client release connection when topology shutdown.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)