Skip to content

Releases: DIRACGrid/DIRAC

v9.0.15

12 Jan 21:11
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[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

09 Dec 09:50
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[integration]

v9.0.13

08 Dec 14:01
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[integration]

*DataManagementSystem

FIX: (#8396) submit unmanaged token for FTS3 replication

*Resources

NEW: (#8382) Attempt to set the xrd checksum attribute when copying files localy

v9.0.12

08 Dec 09:57
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[integration]

*Resources

FIX: (#8393) make client_id and secret optional to avoid KeyError exceptions.

*ConfigurationSystem

NEW: (#8392) handle adding user AffiliationEnds section in the CS when modifying the user from CSAPI

*MonitoringSystem

FIX: (#8391) Addapt webApp to new getTransformations API

v9.0.0a70

08 Dec 14:30
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v9.0.0a70 Pre-release
Pre-release

[integration]

v9.0.11

01 Dec 07:59
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[integration]

*WorkloadManagement

FIX: (#8389) Use ObjectLoader for DB instantiation in WMS components
FIX: (#8389) Reuse DB objects when killing/deleting jobs

*Resources

CHANGE: (#8362) SSHCE export inputs/import outputs as a JSON file instead of using the stdout/stderr

v9.0.10

24 Nov 14:47
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[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

19 Nov 19:06
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[integration]

CHANGE: (#8359) Subprocess: use psutil for killing processes

v9.0.8

19 Nov 16:24
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[integration]

*DataManagementSystem

NEW: (#8263) add scitag to FTS transfers

v9.0.7

18 Nov 10:44
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[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