Skip to content

v1.5.3

Compare
Choose a tag to compare
@sduchesneau sduchesneau released this 11 Apr 10:30

Performance, memory leak and bug fixes

Server

  • fix memory leak on substreams execution (by bumping wazero dependency)
  • prevent substreams-tier1 stopping if blocktype auto-detection times out
  • allow specifying blocktype directly in Tier1 config to skip auto-detection
  • fix missing error handling when writing output data to files. This could result in tier1 request just "hanging" waiting for the file never produced by tier2.
  • fix handling of dstore error in tier1 'execout walker' causing stalling issues on S3 or on unexpected storage errors
  • increase number of retries on storage when writing states or execouts (5 -> 10)
  • prevent slow squashing when loading each segment from full KV store (can happen when a stage contains multiple stores)

Gui

  • prevent 'gui' command from crashing on 'incomplete' spkgs without moduledocs (when using --skip-package-validation)