Uses of Interface
com.yahoo.vespa.model.application.validation.change.ChangeValidator
Packages that use ChangeValidator
Package
Description
-
Uses of ChangeValidator in com.yahoo.vespa.model.application.validation.change
Classes in com.yahoo.vespa.model.application.validation.change that implement ChangeValidatorModifier and TypeClassDescriptionclassCheck that data plane certificates are not removed from a cluster.classCompares the config instances in the current and next Vespa model to determine if some services will require restart.classReturns a restart action for each container that has turned onQrConfig.restartOnDeploy().classChecks that this does not remove a content cluster (or changes its id) as that means losing all data of that cluster.classChecks that this does not remove a data type in a cluster, as that causes deletion of all data of that type.classClass that adds a validation failure if global attribute changes for a document type in a content cluster unless corresponding override is present.classValidates the changes between all current and next indexed search clusters in a vespa model.classReturns any change to the indexing mode of a cluster.classEmits restart change actions for clusters where the node resources are changed in a way which requires a "restart" (container recreation) to take effect.classChecks that resources per document per node is reduced too much in one go.classIf using local LLMs, this validator will make sure that restartOnDeploy is set for configs for this cluster.classIf Onnx models change in a way that requires restart of containers in a container cluster this validator will make sure that restartOnDeploy is set for configs for this cluster.classCompares the startup command for the services in the next model with the ones in the current model.classValidates the changes between all current and next streaming search clusters in a Vespa model. -
Uses of ChangeValidator in com.yahoo.vespa.model.application.validation.first
Classes in com.yahoo.vespa.model.application.validation.first that implement ChangeValidatorModifier and TypeClassDescriptionclassValidates that applications in prod zones do not have redundancy 1 (without a validation override).