don't record dump generation calls since that

- is not a change of the index
- happens very often within self-backup strategies from the outside
(i.e. cronjobs)
pull/8/head
Michael Peter Christen 10 years ago
parent 5b59477415
commit 99718dc09a

@ -284,7 +284,7 @@ public class IndexControlURLs_p {
prop.put("indexdump_dumpfile", dump.getAbsolutePath());
dumpFiles = segment.fulltext().dumpFiles();
prop.put("dumprestore_dumpfile", dumpFiles.size() == 0 ? "" : dumpFiles.get(dumpFiles.size() - 1).getAbsolutePath());
sb.tables.recordAPICall(post, "IndexControlURLs_p.html", WorkTables.TABLE_API_TYPE_STEERING, "solr dump generation");
//sb.tables.recordAPICall(post, "IndexControlURLs_p.html", WorkTables.TABLE_API_TYPE_STEERING, "solr dump generation");
}
if (post.containsKey("indexrestore")) {

Loading…
Cancel
Save