Comment 2 for bug 1414588

Revision history for this message
Alistair Coles (alistair-coles) wrote : Re: db replicator - object count not found

Gil - I'm not hugely familiar with that piece of the code but 'object_count' was not a new column with storage policies so OperationalError: no such column: object_count suggests maybe a db corruption? You can use swift-container-info to exercise the same code path (get_info in db.py) e.g.

$ swift-container-info /srv/4/node/sdb4/containers/544/3e5/8811f9249de0f711d6f652ab48aba3e5/8811f9249de0f711d6f652ab48aba3e5.db

an repeat on each replica of the db to verify if it is just one bad replica.