[jira] [Updated] (HBASE-10176) Canary#sniff() should close the HTable instance

2013-12-29 Thread Andrew Purtell (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Purtell updated HBASE-10176:
---

Fix Version/s: 0.98.0

Committed to 0.98 branch.

 Canary#sniff() should close the HTable instance
 ---

 Key: HBASE-10176
 URL: https://issues.apache.org/jira/browse/HBASE-10176
 Project: HBase
  Issue Type: Bug
Reporter: Ted Yu
Assignee: Ted Yu
Priority: Minor
 Fix For: 0.98.0, 0.99.0

 Attachments: 10176-v1.txt


 {code}
   table = new HTable(admin.getConfiguration(), tableDesc.getName());
 {code}
 HTable instance should be closed by the end of the method.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HBASE-10176) Canary#sniff() should close the HTable instance

2013-12-29 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated HBASE-10176:
---

Resolution: Fixed
Status: Resolved  (was: Patch Available)

 Canary#sniff() should close the HTable instance
 ---

 Key: HBASE-10176
 URL: https://issues.apache.org/jira/browse/HBASE-10176
 Project: HBase
  Issue Type: Bug
Reporter: Ted Yu
Assignee: Ted Yu
Priority: Minor
 Fix For: 0.98.0, 0.99.0

 Attachments: 10176-v1.txt


 {code}
   table = new HTable(admin.getConfiguration(), tableDesc.getName());
 {code}
 HTable instance should be closed by the end of the method.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HBASE-10176) Canary#sniff() should close the HTable instance

2013-12-28 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated HBASE-10176:
---

Fix Version/s: 0.99.0
 Hadoop Flags: Reviewed

Integrated to trunk.

Thanks for the reviews.

 Canary#sniff() should close the HTable instance
 ---

 Key: HBASE-10176
 URL: https://issues.apache.org/jira/browse/HBASE-10176
 Project: HBase
  Issue Type: Bug
Reporter: Ted Yu
Assignee: Ted Yu
Priority: Minor
 Fix For: 0.99.0

 Attachments: 10176-v1.txt


 {code}
   table = new HTable(admin.getConfiguration(), tableDesc.getName());
 {code}
 HTable instance should be closed by the end of the method.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HBASE-10176) Canary#sniff() should close the HTable instance

2013-12-26 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated HBASE-10176:
---

Attachment: 10176-v1.txt

 Canary#sniff() should close the HTable instance
 ---

 Key: HBASE-10176
 URL: https://issues.apache.org/jira/browse/HBASE-10176
 Project: HBase
  Issue Type: Bug
Reporter: Ted Yu
Priority: Minor
 Attachments: 10176-v1.txt


 {code}
   table = new HTable(admin.getConfiguration(), tableDesc.getName());
 {code}
 HTable instance should be closed by the end of the method.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HBASE-10176) Canary#sniff() should close the HTable instance

2013-12-26 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated HBASE-10176:
---

Status: Patch Available  (was: Open)

 Canary#sniff() should close the HTable instance
 ---

 Key: HBASE-10176
 URL: https://issues.apache.org/jira/browse/HBASE-10176
 Project: HBase
  Issue Type: Bug
Reporter: Ted Yu
Assignee: Ted Yu
Priority: Minor
 Attachments: 10176-v1.txt


 {code}
   table = new HTable(admin.getConfiguration(), tableDesc.getName());
 {code}
 HTable instance should be closed by the end of the method.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)