Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
Description
Sometimes JVM crash occurs in vacuum-cleaner thread in ExplicitWalDeltaConsistencyTest.
See attached crash report.
Attachments
Attachments
Issue Links
- is related to
-
IGNITE-10822 AbstractFreelist init reused page in wrong way.
- Resolved
- links to
Seems, Vacuum should run cleanup() method inside busyLock section to prevent a race b\w cache stop\destroy.
I've made a PR and trigger mass test on TC.