Skip to content
chaen edited this page Aug 8, 2016 · 9 revisions

DIRAC v6r16 release

The main new feature in v6r15 release

  • MQ connection client
  • ElasticSearchDB connection
  • ElasticSearch/RabbitMQ based monitoring of the job history
  • Dynamic Component Monitoring

##DMS

Important change: The values for registration and third party protocols have to be moved from Resources to Operation, and new lists are needed :

DataManagement/RegistrationProtocols # Comes from Resources/FileCatalogs
DataManagement/ThirdPartyProtocols # Comes from Resources/FileCatalogs
DataManagement/AccessProtocols
DataManagement/WriteProtocols

For the extensions, the Resource Helpers getRegistrationProtocols and getThirdPartyProtocols are replaced with methods (same name) in the DMSHelpers class

These lists can be overwritten at the level of a StorageElement, and they should be if it is a special case. For example, for LHCb, the OnlineRunDB storageElements needs to have "http" as WriteProtocols

Clone this wiki locally