Synchronized Metadata Reference

Identify which metadata syncs between Federation members and which settings stay local.

This reference describes the metadata that is synchronized among Federation members and the repository configuration settings that are not synchronized.

Synchronized Metadata

Federation members synchronize the following metadata.

CategoryMetadata
Folderslength (the size of the folder in bytes), properties
Fileschecksum, properties, uploadedBy*, lastFileModified*, deploymentDate*

Metadata introduced in release 7.90.1. Synchronization is controlled by the system property artifactory.federated.mirror.events.upload.info.propagate.enabled. By default, this flag is set to false.

artifactory.federated.mirror.events.upload.info.propagate.enabled=true

Set this flag to true on both the source and target JPDs to synchronize this metadata.

Settings That Aren't Synchronized

The following repository configuration settings are not synchronized among Federation members.

SettingDescription
proxyProxy configuration
maxNumberOfThreadsMaximum number of threads
modificationDateRepository modification date
blackedOutBlacked-out status
repoLayoutRepository layout
keyRepository key
primaryKeyPairDescriptorPrimary key pair descriptor
secondaryKeyPairDescriptorSecondary key pair descriptor
xrayConfigXray configuration (see the xrayConfig exception)
cdnRedirectConfigCDN redirect configuration
propertySetsProperty sets
cdnRedirectRepoCDN redirect repository
downloadRedirectDownload redirect configuration

For more information about these settings, see Repository Configuration JSON.

xrayConfig exception

xrayConfig is synchronized once, at the moment a member is added to the Federation. This copies the Xray configuration, including Enable Indexing in Xray, from the JPD where the add-member operation is performed to the new member. Xray configuration changes made afterward on an existing member are not propagated to other members. See Synchronization and Conflict Resolution for details.

Related Topics


Did this page help you?