Details
-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
None
-
3
-
9223372036854775807
Description
This is introduced in: fe60e0135ee2334440247cde167b707b223cf11d
+ if (start > 0 && rc != 0) { + end = start; + start = 0; + goto again; + }
I think it should be "if (start > 0 && rc == 0)", rc != 0 means caller want break the iteration.
Attachments
Issue Links
- is related to
-
LU-6529 Server side lock limits to avoid unnecessary memory exhaustion
- Closed