Within __lsm_merge_span(), each time goto retry is called, a new round of search is started.
However, chunk_size still contains the obsolete value accumulated from all the round before.
Thought chunk_size should act like record_count, reinitialized to '0' at the start of for-loop