aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2020-12-04 23:26:35 +0100
committerGitHub <noreply@github.com>2020-12-04 23:26:35 +0100
commit638b4f6cc2b5c5926c4802ef407c596649e169c8 (patch)
treef794039500efc7990246e96c81668d9baea3d885 /configdefinitions
parenta90709008ec0d108ee9a2e26bda20e39a10424b5 (diff)
Revert "Jonmv/reindexing over multiple clusters"
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