You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
desc'delete_by_data_center','Force deletion of documents for a specific data center with timestamps before the passed timestamp in format iso8601 (2014-07-14T21:49:21Z)'
109
120
option:timestamp,required: true
110
121
option:environment,required: true
111
122
option:data_center,required: true
112
123
defdelete_by_data_center
124
+
logger.info("DELETE ALL for data center '#{options[:data_center]}' started")
puts"Deleting #{numfound} documents for #{constraints}"
104
+
logger.info"Deleting #{numfound} documents for #{constraints}"
103
105
solr.delete_by_querydelete_query
104
106
solr.commit
105
107
else
106
-
puts"Failed to delete records older than current harvest start because they exceeded #{DELETE_DOCUMENTS_RATIO} of the total records for this data center."
107
-
puts"\tTotal records: #{all_response_count}"
108
-
puts"\tNon-updated records: #{numfound}"
108
+
logger.info"Failed to delete records older than current harvest start because they exceeded #{DELETE_DOCUMENTS_RATIO} of the total records for this data center."
0 commit comments