[
https://issues.apache.org/jira/browse/HBASE-8938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13707888#comment-13707888
]
Hudson commented on HBASE-8938:
-------------------------------
FAILURE: Integrated in hbase-0.95-on-hadoop2 #178 (See
[https://builds.apache.org/job/hbase-0.95-on-hadoop2/178/])
HBASE-8938 Thrift2 does not close scanner instance (Hamed Madani) (larsgeorge:
rev 1502797)
*
/hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftHBaseServiceHandler.java
> Thrift2 does not close scanner instance
> ---------------------------------------
>
> Key: HBASE-8938
> URL: https://issues.apache.org/jira/browse/HBASE-8938
> Project: HBase
> Issue Type: Sub-task
> Components: Thrift
> Affects Versions: 0.94.0
> Reporter: Hamed Madani
> Assignee: Hamed Madani
> Labels: thrift2
> Fix For: 0.98.0, 0.95.2, 0.94.10
>
> Attachments: HBASE-8938-0.94.patch, HBASE-8938.patch
>
>
> closeScanner at *ThriftHBaseServiceHandler* simply remove scannerId from
> internal map, but fails to close the scanner instance.
> {code}
> public void closeScanner(int scannerId) throws TIOError, TIllegalArgument,
> TException {
> if (removeScanner(scannerId) == null) {
> TIllegalArgument ex = new TIllegalArgument();
> ex.setMessage("Invalid scanner Id");
> throw ex;
> }
> }
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira