summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2020-12-04 12:32:12 +0100
committerGitHub <noreply@github.com>2020-12-04 12:32:12 +0100
commit42ea6785dc38a600153501a463df312ef9dd2721 (patch)
treeb2f1ead4bb69d372104b331a9b4120cfeb007d54 /configdefinitions
parente697f1bed3e4d8467b718d863a514c4a5e0e77f5 (diff)
Revert "Expand config to allow mulitple clusters per reindexer"
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/reindexing.def7
1 files changed, 1 insertions, 6 deletions
diff --git a/configdefinitions/src/vespa/reindexing.def b/configdefinitions/src/vespa/reindexing.def
index e020aec3f65..d577f62b10b 100644
--- a/configdefinitions/src/vespa/reindexing.def
+++ b/configdefinitions/src/vespa/reindexing.def
@@ -6,13 +6,8 @@ namespace=vespa.config.content.reindexing
# Whether reindexing should run at all
enabled bool default=false
-# TODO jonmv: remove after 7.310 is gone
# The name of the content cluster to reindex documents from
-clusterName string default=""
+clusterName string
-# TODO jonmv: remove after 7.310 is gone
# Epoch millis after which latest reprocessing may begin, per document type
status{}.readyAtMillis long
-
-# Epoch millis after which latest reprocessing may begin, per document type, per cluster
-clusters{}.documentTypes{}.readyAtMillis long