domino logo
  • Preview features
  • Domino 5.8.0 (October 2023)
  • Domino 5.7.4 (October 2023)
  • Domino 5.7.3 (October 2023)
  • Domino 5.7.2 (September 2023)
  • Domino 5.7.1 (August 2023)
  • Domino 5.7.0 (August 2023)
  • Domino 5.6.2 (August 2023)
  • Domino 5.6.1 (June 2023)
  • Domino 5.6.0 (May 2023)
  • Domino 5.5.4 (August 2023)
  • Domino 5.5.3 (June 2023)
  • Domino 5.5.2 (April 2023)
  • Domino 5.5.1 (March 2023)
  • Domino 5.5.0 (March 2023)
  • Domino 5.4.1 (February 2023)
  • Domino 5.4.0 (December 2022)
  • Domino 5.3.2 (December 2022)
  • Domino 5.3.1 (October 2022)
  • Domino 5.3.0 (September 2022)
  • Domino 5.2.2 (August 2022)
  • Domino 5.2.1 (July 2022)
  • Domino 5.2.0 (June 2022)
  • Domino 5.1.4 (July 2022)
  • Domino 5.1.3 (May 2022)
  • Domino 5.1.2 (April 2022)
  • Domino 5.1.1 (March 2022)
  • Domino 5.1.0 (March 2022)
  • Domino 5.0.2 (March 2022)
  • Domino 5.0.1 (January 2022)
  • Domino 5.0.0 (December 2021)
  • Domino 4.6.4 (March 2022)
  • Domino 4.6.3 (January 2022)
  • Domino 4.6.2 (November 2021)
  • Domino 4.6.1 (October 2021)
  • Domino 4.6.0 (August 2021)
  • Domino 4.5.2 (August 2021)
  • Domino 4.5.1 (July 2021)
  • Domino 4.5.0 (June 2021)
  • Domino 4.4.2 (May 2021)
  • Domino 4.4.1 (March 2021)
  • Domino 4.4 (February 2021)
  • Domino 4.3.3 (December 2020)
  • Domino 4.3.2 (November 2020)
  • Domino 4.3.1 (October 2020)
  • Domino 4.3 (August 2020)
  • Domino 4.2
  • Domino 4.1
  • Domino 4.0
  • Domino 3.6
domino logo
About Domino
Domino Data LabKnowledge BaseData Science BlogTraining
>
Release Notes
>
Domino 5.7.3 (October 2023)

Domino 5.7.3 (October 2023)

This release provides bug fixes.

See also the fleetcommand-agent Release Notes.

Bug fixes

  • Cloud admins can now manage data source permissions as intended.

  • Various other internal stability improvements.

Known issues

  • S3 buckets must have CORS enabled in order to use "View Latest Raw File" button in the code file browser if the file is > 5 MB (com.cerebro.domino.frontend.defaultMaxFileSizeToRenderInBytes). As a workaround, use the Download button to download larger files and view them on your computer.

  • In Azure Blob Store deployments, projects with many files may fail to sync through the Domino CLI. To work around this issue, do not disable file locking when prompted by Domino.

  • You cannot view the latest raw file. In the navigation pane, go to Files and click a file to view its details. If you click View Latest Raw File, a blank page opens.

  • When uploading a large file to the Azure blob store by syncing a workspace, you may encounter a Java Out of Memory error from Azure if the file/blob already exists. To work around this issue, use the Domino CLI to upload the file to the project.

  • Model Monitoring Data Sources aren’t validated. If you enter an invalid bucket name and attempt to save, the entry will go through. However, you won’t be able to see metrics for that entry because the name points to an invalid bucket.

  • Domino instances that make use of Azure Blob Storage may experience stalled jobs within projects with many large files.

  • If you attach a Git repository to a DFS project that points to a tagged release, the tag won’t be honored when building a model API in that project. The build log will show an error similar to the following, and the model will be built using the default branch of your Git repository instead of the tagged branch:

    Jul 05 2023 14:36:27 -0500 #10 6.481 WARN [d.r.d.GitRepoUpdater] could not parse ref: v1.3.0 checking out default branch correlationId="iA2qWrYSLQ" thread="main"

    To work around this issue, use the branch name when building model APIs instead of the release tag.

  • If an admin resets a user’s password, it invalidates all the user’s authentication tokens, including tokens used for long-running tasks like Jobs, Workspaces, or Apps. The user must create a new password, log back into Domino, and restart all executions. This also applies to CLI authentication; the user must re-login to their Domino CLI.

  • In Domino 5.6, the cost analyzer pod (inactive unless Kubecost is enabled) defaults to a different storageClass compared to Domino 5.7. As a result, the pod won’t run after upgrading to 5.7, breaking Kubecost functionality. However, data will continue to persist in Prometheus (or custom storage if using Kubecost Enterprise).

    To prevent this issue while still in Domino 5.6, override the default storageClass gp2 with the one expected in 5.7, dominodisk, during Kubecost installation by setting release_overrides.cost-analyzer.chart_values.persistentVolume.storageClass to dominodisk in the agent yaml before installing Kubecost.

    If you’ve already installed Kubecost on Domino 5.6, avoid the upgrade error by setting release_overrides.cost-analyzer.chart_values.persistentVolume.storageClass to gp2 in the agent YAML configuration file before upgrading to 5.7.

  • The sample script for making asynchronous Model API requests contains an extra / at the end of the DOMINO_URL variable. As a result, running the script will show an error similar to the following.

    {'requestId': 'key not found: HandlerDef', 'errors': ['java.util.NoSuchElementException: key not found: HandlerDef']}

    To work around this issue, remove the trailing / at the end of the DOMINO_URL variable.

  • Links to Stack Trace and CPU Flame Graph from the Cluster tab in the Ray Cluster UI don’t work due to an upstream issue with Ray not supporting these links when hosted behind a reverse proxy. This issue is isolated to the Cluster tab, and these links work from other tabs in the same dashboard. This issue is tracked with Ray here and will likely be resolved in a future release of Ray.

  • Deleting all R variables from memory using rm(list = ls(al = TRUE)) also deletes variables that Domino uses for internal processes. To safely delete variables, use rm(list = ls(all = TRUE)[!grepl("^.domino", ls(all = TRUE))]) instead."

  • When restarting a Workspace through the 'Update Settings' modal, External Data Volumes are not mounted in the new Workspace. Follow the steps to mount External Data Volumes.

Upgrade notes

  • GKE users that provisioned their infrastructure with Domino’s terraform-gcp-gke module must apply the changes introduced for 5.7.0 as of terraform-gcp-gke v2.5.0 when upgrading to ensure firewall rules work properly.

  • VPN support from within executions was updated to be disabled by default. Support can be enabled by setting the global config value com.cerebro.domino.computegrid.executions.allowVpn = true.

Domino Data Lab
Knowledge Base
Data Science Blog
Training
Copyright © 2023 Domino Data Lab. All rights reserved.