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
logger.warn("Warning invalid kvstore data, will wipe it and continue in collection splunkversioncontrol_rest_restore_status on url=%s, value returned res=\"%s\""% (url, payload))
logger.warn("Found existing entry from %s but time is %s, this is past the limit of current time minus %s (%s)"% (kvstore_start_time, curtime, time_wait, target_time))
225
233
#More than 10 minutes ago, delete the entry and move on
226
-
self.runHttpRequest(url, headers, None, "delete", "wiping kvstore splunkversioncontrol_rest_restore_status due to record %s older than %s time period"% (kvstore_start_time, target_time), sslVerify=sslVerify)
234
+
self.runHttpRequest(url, headers, None, "delete", "wiping kvstore splunkversioncontrol_rest_restore_status due to record %s older than %s time period"% (kvstore_start_time, target_time), sslVerify=False)
227
235
else:
228
236
removal_target=kvstore_start_time+time_wait+1
229
237
logger.warn("Attempted to run but found a running restore instance with time=%s and current_time=%s, will delete and move on after current_time_minus=%s seconds (override_time=%s)"% (kvstore_start_time, curtime, time_wait, removal_target))
self.response.write("Restore has failed to complete successfully in app %s, object of type %s, with name %s, from tag %s, scope %s with restoreAsUser %s and your username of %s. Message is %s"% (app, type, obj_name, tag, scope, restoreAsUser, username, message))
247
255
logger.warn("Restore has failed to complete successfully in app=%s, object of type=%s, with name=%s, from tag=%s, scope=%s with restoreAsUser=%s and requested by username=%s, message=%s"% (app, type, obj_name, tag, scope, restoreAsUser, username, message))
0 commit comments