Rev. tribble to v101 with another putative open file leak fix

Scalability bugfixes; can issues tens of thousands of queries to an reader
without opening too many files

-- Fixed missing close() statement in TribbleIndexedFeatureReader
-- Fixed NPE in TabixIteratorLineReader
-- Added scalability test that confirms .query() failure and subsequent fix

Note this actually fixes a tested and reproducible scability issue.  Might not be the only one but I believe it should do the trick.  Sorry everyone for the inconvenience.  Note that we now have a test in Tribble to ensure this doesn't happen again.
This commit is contained in:
Mark DePristo 2012-05-04 15:38:24 -04:00
parent 9424acb3c8
commit a90482c772
2 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
<ivy-module version="1.0">
<info organisation="org.broad" module="tribble" revision="100" status="integration" />
<info organisation="org.broad" module="tribble" revision="101" status="integration" />
</ivy-module>