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
Branch
nonatomicflush
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1723
Build 1723: arc lint + arc unit

Event Timeline

Herald added a reviewer: Restricted Project. · View Herald Transcript
schancel added a subscriber: schancel.
schancel added inline comments.
src/txdb.cpp
122

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

Agreed.

This revision was automatically updated to reflect the committed changes.