Skip to content

Releases: FairRootGroup/ODC

0.86.0

10 Jun 10:50
@rbx rbx
Compare
Choose a tag to compare
  • Produce fatal error for topology generation failures (when generated topo is empty), including line by line output of the generation script.

0.85.0

06 Jun 10:58
@rbx rbx
Compare
Choose a tag to compare
  • Add --agent-wait-timeout setting to servers. If provided, it overrides server's timeout value for the agent waiting step during submit. Can be either in seconds or percentage, e.g.: '10s' or '10%'. When percentage is given, it is calculated from the request timeout or global timeout (depending on which one is active).

0.84.4

06 Jun 10:53
@rbx rbx
Compare
Choose a tag to compare
  • Include collection details in the state reply.

0.84.3

28 Mar 10:57
@rbx rbx
Compare
Choose a tag to compare
  • Build: Update protobuf detection to work for newer versions.

0.84.2

21 Mar 08:10
@rbx rbx
Compare
Choose a tag to compare
  • Bug fix: Extend error handling to account for inability to create directories during session creation.

0.84.1

19 Mar 13:02
@rbx rbx
Compare
Choose a tag to compare
  • Bug fix: add missing sync for partitions.

0.84.0

18 Mar 09:10
@rbx rbx
Compare
Choose a tag to compare
  • Require DDS 3.12 for the new submit features.
  • Add expendable & RMSJobIDs infos to logs and gRPC replies.
  • Reenable minAgents setting during submit.
  • Handle number of submitted agents info returned by DDS during submit.
    • In case of Slurm, if the agent submit request returns with a number of hosts lower than requested but higher than nMin, the number of expected agents will be updated and ODC will wait only for the corresponding number of slots to be active.

0.83.3

23 Oct 09:53
@rbx rbx
Compare
Choose a tag to compare
  • Fix bug with current collection count going into negative when multiple devices from a single collection fail.

0.83.2

12 Sep 09:42
@rbx rbx
Compare
Choose a tag to compare
  • Temporarily disable nMin during DDS agent submission - this avoids setting minnodes in sbatch.

0.83.1

04 Sep 07:35
@rbx rbx
Compare
Choose a tag to compare
  • Potential workaround for hanging DDS Agent Info request: Make getAgentInfo use async DDS calls.
  • Potential workaround for hanging DDS Agent Info request: Unsubscribe from DDS request events on timeout.
  • Bugfix: avoid race condition in wait for async calls