Package com.yahoo.vespa.config.server.session
package com.yahoo.vespa.config.server.session
-
ClassDescriptionA LocalSession is a session that has been created locally on this configserver.Parameters for preparing an application.A RemoteSession represents a session created on another config server.A session represents an instance of an application that can be edited, prepared and activated.The status of this session.A SessionPreparer is responsible for preparing a session given an application package.Session repository for a tenant.Watches session state for a session (/config/v2/tenants/<tenantName>/sessions/<n>/sessionState in ZooKeeper) The session must be in the session repo.Zookeeper client for a specific session.The purpose of this is to mute the log messages from model and application building in
RemoteSession
that is triggered bySessionStateWatcher
, since those messages already have been emitted by the prepare handler, for the same prepare operation.