Details
Description
During the commit of a prepared transaction, WT must resolve all the prepared updates that are marked with WT_PREPARE_INPROGRESS. But the commit operation missed resolving all. prepared updates lead to failure of missing these transaction updates from the database or leading a reader to continuously block with WT_PREPARE_CONFLICT when it tries to read a key.