-
Type: Build Failure
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
8
-
Storage - Ra 2021-09-06
compatibility-test-for-newer-releases failed on Compatibility tests
Host: ec2-54-226-91-104.compute-1.amazonaws.com
Project: WiredTiger (develop)
Commit: diff: WT-7938 Fix rollback-to-stable memory leak on error (#6877)
- On error, __rollback_abort_ondisk_kv() can fail to release allocated memory returned in the
value buffer. Don't crack the underlying value unless we actually need it and restructure error
handling to avoid leaking the memory. Use a scratch buffer instead of allocating new memory on
each iteration.
- Not a bug fix, but use scratch buffers in all cases, there's no advantage to an allocate/free
cycle on each iteration. | 08 Aug 21 15:02 UTC
Evergreen Subscription: ; Evergreen Event:
- is caused by
-
WT-7708 Add an assert to ensure the durable timestamp is larger than stable timestamp at the end of prepared commit
- Closed