aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-06-26 23:04:13 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2021-06-26 23:04:13 +0200
commit55c352b818bf2ea0beca3bc7a42ebdaceab6ba22 (patch)
tree0ecf4a6c279cdc46794f3d549c114274cfd7598c
parent2b4569480234c579e7b278414ab1ef06729209c6 (diff)
GC unused 'partition' id.
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/search/SearchNode.java1
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def3
2 files changed, 0 insertions, 4 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/search/SearchNode.java b/config-model/src/main/java/com/yahoo/vespa/model/search/SearchNode.java
index ab8c36ae99d..b77aa25cd43 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/search/SearchNode.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/search/SearchNode.java
@@ -265,7 +265,6 @@ public class SearchNode extends AbstractService implements
builder.
rpcport(getRpcPort()).
httpport(getHttpPort()).
- partition(getNodeSpec().partitionId()).
clustername(getClusterName()).
basedir(getBaseDir()).
tlsspec("tcp/" + getHost().getHostname() + ":" + getTransactionLogServer().getTlsPort()).
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index dd411d7f30f..7dff74c4fdd 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -13,9 +13,6 @@ httpport int default=0 restart
## Cluster name
clustername string default="" restart
-## Partition number
-partition int default=0 restart
-
## Distribution key
distributionkey int default=-1