Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Avoid the deadlock prone WT_EXECUTEINWAITTHREAD"
This reverts commit 5b59b7d. Reason for revert: This was a speculative fix which did not help, and the real cause of the hang reports was found. Original change's description: > Avoid the deadlock prone WT_EXECUTEINWAITTHREAD > > WT_EXECUTEINWAITTHREAD is theoretically slightly more efficient than > WT_EXECUTEDEFAULT when running callbacks registered by > RegisterWaitForSingleObject but it comes with an ill-defined risk of > deadlocks. We seem to be hitting those, so this change switches to > the safer flag. > > If no improvement is seen then this change will be reverted. > > Bug: 877012 > Change-Id: I773cad8cd0621fb487770306bee4cc9812d4f243 > Reviewed-on: https://chromium-review.googlesource.com/1200484 > Commit-Queue: Bruce Dawson <[email protected]> > Reviewed-by: Greg Thompson <[email protected]> > Cr-Commit-Position: refs/heads/master@{#589608} [email protected],[email protected] # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 877012 Change-Id: I78fe13ebfdd7380a1ec79c2e048a59802c3e7964 Reviewed-on: https://chromium-review.googlesource.com/1217150 Reviewed-by: Bruce Dawson <[email protected]> Commit-Queue: Bruce Dawson <[email protected]> Cr-Commit-Position: refs/heads/master@{#590046}
- Loading branch information