HBASE-17118 StoreScanner leaked in KeyValueHeap (addendum)

This commit is contained in:
binlijin 2016-11-21 20:55:52 +08:00
parent e8f056935b
commit 2da5ed098e
1 changed files with 1 additions and 0 deletions

View File

@ -326,6 +326,7 @@ public class KeyValueHeap extends NonReversedNonLazyKeyValueScanner
LOG.warn("close KeyValueScanner error", ce); LOG.warn("close KeyValueScanner error", ce);
} }
} }
throw e;
} }
// Heap is returning empty, scanner is done // Heap is returning empty, scanner is done