Skip to main content

VAST v1.1.1

· One min read
Dominik Lohmann

Dear community, we are excited to announce VAST v1.1.1.

This release contains some important bug fixes on top of everything included in the VAST v1.1 release.

  • The disk monitor now correctly continues deleting until below the low water mark after a partition failed to delete.
  • We fixed a rarely occurring race condition that caused query workers to become stuck after delivering all results until the corresponding client process terminated.
  • Queries that timed out or were externally terminated while in the query backlog that had more unhandled candidate than taste partitions no longer permanently get stuck. This critical bug caused VAST to idle permanently on the export path once all workers were stuck.

Thanks to @norg for reporting the issues.