londiste.table_copy/merge: don't restart failed DDL restore
authorMarko Kreen <markokr@gmail.com>
Mon, 22 Aug 2011 14:45:23 +0000 (17:45 +0300)
committerMarko Kreen <markokr@gmail.com>
Mon, 22 Aug 2011 14:48:59 +0000 (17:48 +0300)
commit4f58daa272d731ac64afe7b391ef1a93dfe5ced1
tree6dc2689af3b3e16015de974be0331c2ad80fc5ba
parent528f15105d181c61ff2b5257f747c5eccf3afa64
londiste.table_copy/merge: don't restart failed DDL restore

it will start truncate/copy again, which will be unnoticeable
to other partitions.

Proper fix would be to restart DDL-only, but currently
there is no way to detect the situation.
python/londiste/table_copy.py