summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2020-12-04 13:55:11 +0100
committerJon Marius Venstad <venstad@gmail.com>2020-12-04 13:55:11 +0100
commitabccb89f36406b31542cc534128abe75bc643fd3 (patch)
tree79afe7ec5a50d3d986028b1d5965cb86e9f2a217 /configdefinitions
parent28ea00bcf2f4e4935a0f9da4f42072b26bd00a67 (diff)
Revert "Revert "Expand config to allow mulitple clusters per reindexer""
This reverts commit 42ea6785dc38a600153501a463df312ef9dd2721.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/reindexing.def7
1 files changed, 6 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/reindexing.def b/configdefinitions/src/vespa/reindexing.def
index d577f62b10b..e020aec3f65 100644
--- a/configdefinitions/src/vespa/reindexing.def
+++ b/configdefinitions/src/vespa/reindexing.def
@@ -6,8 +6,13 @@ 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
+clusterName string default=""
+# 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