Prior to this commit, we had the proper behavior of closing index when done
streaming. Unfortunately, this created too much gc on es nodes down the line.
So for now, we remove that behavior.
Note that this implies we need another cog that makes a pass once in a while on
indices to close.
Also, this has been running on production for approximately 1 or 2 weeks now
and no more gc issues arose since then.