Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
7.1.0
-
Untriaged
-
1
-
No
Description
After iterator allocates records on the fly for a page and Seek is called, the current page iterator is not closed.
Right now, this can happen only when read caching is disabled (DisableReadCaching=true) and the Seek is called on an evicted page.
Build couchbase-server-7.1.0-1887 contains plasma commit cb0c5f8 with commit message:
MB-49777: Close curr iterator before creating new one