summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/main/java/com')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/content/DistributorCluster.java1
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/content/engines/PersistenceEngine.java8
2 files changed, 0 insertions, 9 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/content/DistributorCluster.java b/config-model/src/main/java/com/yahoo/vespa/model/content/DistributorCluster.java
index 2be65a946b4..465e2397d00 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/content/DistributorCluster.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/content/DistributorCluster.java
@@ -127,7 +127,6 @@ public class DistributorCluster extends TreeConfigProducer<Distributor> implemen
.selectiontoremove("not (" + gc.selection + ")")
.interval(gc.interval));
}
- builder.enable_revert(parent.getPersistence().supportRevert());
builder.disable_bucket_activation(!hasIndexedDocumentType);
builder.max_activation_inhibited_out_of_sync_groups(maxActivationInhibitedOutOfSyncGroups);
builder.enable_condition_probing(true);
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/content/engines/PersistenceEngine.java b/config-model/src/main/java/com/yahoo/vespa/model/content/engines/PersistenceEngine.java
index fb075c500cf..e80577184be 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/content/engines/PersistenceEngine.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/content/engines/PersistenceEngine.java
@@ -24,14 +24,6 @@ public abstract class PersistenceEngine extends TreeConfigProducer<AnyConfigProd
PersistenceEngine create(DeployState deployState, StorageNode storageNode, StorageGroup parentGroup, ModelElement storageNodeElement);
/**
- * If a write request succeeds on some nodes and fails on others, causing request to
- * fail to client, the content layer will revert the operation where it succeeded if
- * reverts are supported. (Typically require backend to keep multiple entries of the
- * same document identifier persisted at the same time)
- */
- boolean supportRevert();
-
- /**
* Multi level splitting can increase split performance a lot where documents have been
* co-localized, for backends where retrieving document identifiers contained in bucket
* is cheap. Backends where split is cheaper than fetching document identifiers will