Description
Recently we found that some ResultSpooler*.bin files left in the tmp folder. I think those are due to some client code doesn't call close on the returned Resultset(which internally will invoke underlying OnDiskResultIterator.close()) or client code get killed during result iterating.