HBASE-1702 TestMergeUtil fails on trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@797784 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a0f237697e
commit
247f508b8e
|
@ -228,7 +228,7 @@ public class MetaUtils {
|
||||||
results.clear();
|
results.clear();
|
||||||
} while (hasNext);
|
} while (hasNext);
|
||||||
} finally {
|
} finally {
|
||||||
r.close();
|
s.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue