Releases: DIRACGrid/DIRAC
v9.0.15
[integration]
*DIRAC
FIX: (#8421) Fix default InputDataModule path in dirac.cfg
*Core
CHANGE: (#8419) the weekly index for OpenSearch uses also the year as a prefix
FIX: (#8405) rootPath for server installation can be a random string, followed by a timestamp
*RequestManagementSystem
CHANGE: (#8418) just ignore a shifter if we cannot get a matching proxy
*Resources
FIX: (#8417) SLURM getCEStatus last empty line
FIX: (#8412) add further details when time left cannot be obtained
FIX: (#8408) PoolComputingElement: fix: do not set a fictional ram limit, use 0 for no-limit
FIX: (#8406) adding basic RAM capabilities to InProcessCE
CHANGE: (#8404) improve getReplicas performances by sorting LFNs
CHANGE: (#8332) set default time for gfal operations
*WorkloadManagementSystem
NEW: (#8414) added a new table to TaskQueueDB for RAM requirements and matching
NEW: (#8366) InProcessComputingElement takes RAM requirements into consideration for jobs' matching
NEW: (#8366) PoolComputingElement takes RAM requirements into consideration when subdividing the pool
NEW: (#8366) SingularityComputingElement can enforce CG2 RAM limits
*DataManagementSystem
FIX: (#8413) check properly if an FTS error is recoverable
FIX: (#8410) Only submit FTS job with tokens if all hop support tokens
CHANGE: (#8402) batch getReplicas at the FileCatalogClient level instead of at the DM level for speedup
*Interfaces
FIX: (#8409) inputDataPolicy should not change the inputDataModule but set a parameter inside the arguments.
CHANGE: (#8407) Dirac().getInputDataCatalog - allow changing the inputDataPolicy
*TransformationSystem
CHANGE: (#8404) TransformationAgent does not bulk calls to dm.getReplicas
*FrameworkSystem
CHANGE: (#8403) (SystemAdministrator): add the possibility to install non-released software versions
*WorkloadManagement
NEW: (#8399) ability to adjust job wrapper log level
*CSAPI
FIX: (#8398) Have CSAPI return AffiliationEnds if existing
v9.0.14
[integration]
v9.0.13
v9.0.12
v9.0.0a70
[integration]
v9.0.11
v9.0.10
[integration]
*DataManagementSystem
FIX: (#8381) make sure the DataManager knows the VO
*Interfaces
FIX: (#8380) DConfigCache - reset Registry caches after loading the configuration from the local disk cache
*TransformationSystem
CHANGE: (#8373) This contains various speed of for the TS, mostly by using temporary tables for the queries, only requesting what's needed in the DB, and bulking things more efficiently
v9.0.9
v9.0.8
v9.0.7
[integration]
*DataManagementSystem
FIX: (#8367) FTS reports correct accounting for failed transfers
*WorkloadManagementSystem
FIX: (#8365) SiteDirector: siteNames, ceTypes, ces and tags are None by default
*FrameworkSystem
FIX: (#8361) use cachedmethod instead of cached in ProxyDB
*TransformationSystem
FIX: (#8361) use cachedmethod instead of cached in Utilities
*WorkloadManagement
CHANGE: (#8360) use PilotManager to get the pilot output(s) from a job ID in WMSAdministrator service
*ResourceStatusSystem
FIX: (#8357) Avoid negative values in the Space Accounting
*Resources
FIX: (#8355) AREX CE: fix for understanding slightly different formats
*Core
NEW: (#8352) Report errors for every failed attempt in M2SSLTransport initAsClient
FIX: (#8352) Use resolved socket address for SSL connections in M2SSLTransport