From 99718dc09a86f322a6cf6f936c8cde8d92d22320 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Thu, 23 Apr 2015 18:17:28 +0200 Subject: [PATCH] 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) --- htroot/IndexControlURLs_p.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/IndexControlURLs_p.java b/htroot/IndexControlURLs_p.java index 40e3f26ab..d0ed3cda9 100644 --- a/htroot/IndexControlURLs_p.java +++ b/htroot/IndexControlURLs_p.java @@ -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")) {