definition-properties-intervals.md 3.7 KB

intervals Type

object (Details)

intervals Properties

Property Type Required Nullable Defined by
saveCacheState integer Required cannot be null Distributor node configuration
checkStorageNodeResponseTimes integer Required cannot be null Distributor node configuration
cacheCleanup integer Required cannot be null Distributor node configuration

saveCacheState

How often, in seconds, will the cache state be saved in directories.state. Independently of the specified interval, the node will always try to save cache state before exiting.

saveCacheState

saveCacheState Type

integer

saveCacheState Constraints

minimum: the value of this number must greater than or equal to: 1

checkStorageNodeResponseTimes

How often, in seconds, will the distributor node attempt to send requests to all current storage node endpoints in order to check how quickly they respond. The node will never make more than 10 such requests concurrently.

checkStorageNodeResponseTimes

checkStorageNodeResponseTimes Type

integer

checkStorageNodeResponseTimes Constraints

minimum: the value of this number must greater than or equal to: 1

cacheCleanup

How often, in seconds, will the distributor node fetch data about all its distribution obligations from the query node and remove all the no-longer assigned data objects from local storage and cache state

cacheCleanup

cacheCleanup Type

integer

cacheCleanup Constraints

minimum: the value of this number must greater than or equal to: 1