• Julien Muchembled's avatar
    importer: fix possible data loss on writeback · e387ad59
    Julien Muchembled authored
    If the source DB is lost during the import and then restored from a backup,
    all new transactions have to written back again on resume. It is the most
    common case for which the writeback hits the maximum number of transactions
    per partition to process at each iteration; the previous code was buggy in
    that it could skip transactions.
    e387ad59
testImporter.py 10.6 KB