Page MenuHomePhabricator

Use non-atomic flushing with block replay
ClosedPublic

Authored by deadalnix on Jan 22 2018, 19:00.

Details

Summary

Backport core's PR10148

Test Plan
make check
./test/functional/test_runner.py --extended

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Herald added a reviewer: Restricted Project. · View Herald Transcript
schancel added a subscriber: schancel.
schancel added inline comments.
src/txdb.cpp
122 ↗(On Diff #2678)

I'm not at all a fan of this being included here. I'd much rather the test framework kill -9'd the process repeatedly and take longer to run.

This revision is now accepted and ready to land.Jan 25 2018, 03:58
src/txdb.cpp
122 ↗(On Diff #2678)

Agreed.

This revision was automatically updated to reflect the committed changes.