Skip to content

Commit

Permalink
Followup to soft-deletion: zebraqueue was not being marked done after…
Browse files Browse the repository at this point in the history
… deleted records were indexed.
  • Loading branch information
Ryan Higgins committed Mar 23, 2010
1 parent 9d719aa commit 2627df0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/migration_tools/rebuild_zebra.pl
Expand Up @@ -241,6 +241,7 @@ sub index_records {
}
if ($num_records_exported){
do_indexing($record_type, 'update', "$directory/upd_$record_type", $reset, $noshadow, $record_fmt, $zebraidx_log_opt);
mark_zebraqueue_batch_done($soft_deleted_entries);
mark_zebraqueue_batch_done($updated_entries);
}
} else {
Expand Down

0 comments on commit 2627df0

Please sign in to comment.