HBASE-2763 Cross-port HADOOP-6833 IPC parameter leak bug

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@957058 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-06-22 22:11:17 +00:00
parent 1e1aafef95
commit 97657cccd2
2 changed files with 2 additions and 0 deletions

View File

@ -409,6 +409,7 @@ Release 0.21.0 - Unreleased
(Karthik Ranganathan via JD)
HBASE-2769 Fix typo in warning message for HBaseConfiguration
HBASE-2768 Fix teardown order in TestFilter
HBASE-2763 Cross-port HADOOP-6833 IPC parameter leak bug
IMPROVEMENTS
HBASE-1760 Cleanup TODOs in HTable

View File

@ -523,6 +523,7 @@ public class HBaseClient {
//noinspection ThrowableInstanceNeverThrown
call.setException(new RemoteException( WritableUtils.readString(in),
WritableUtils.readString(in)));
calls.remove(id);
} else {
Writable value = ReflectionUtils.newInstance(valueClass, conf);
value.readFields(in); // read value