Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
None
-
3
-
9223372036854775807
Description
LU-16637 / LU-16958 creates to solve problem with debug assert in the llite code.
But this broke a layout lock handing because had move a layout update outside of mutex.
From other side Andrew P. had landed a better version to solve this problem
commit 7bb1e211d217d5a82ac2d5e4edad5ae018090761
Author: Andrew Perepechko <andrew.perepechko@hpe.com>
Date: Tue Dec 26 20:02:12 2023 +0300
LU-16637 llite: tolerate fresh page cache pages after truncate
So LU-16637 / LU-16958 must reverted to avoid layout handing problems.