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:
parent
9424acb3c8
commit
a90482c772
Binary file not shown.
|
|
@ -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>
|
||||
Loading…
Reference in New Issue