Skip to content

v1.15.7

Compare
Choose a tag to compare
@sduchesneau sduchesneau released this 30 May 19:28

Server

  • Tier2 jobs now write mapper outputs "as they progress", preventing memory usage spikes when saving them to disk.
    This should considerably reduce the memory footprint of tier2 instances.
  • Tier2 jobs now limit writing and loading mapper output files to a maximum size of 8GiB by default.
  • AddedSUBSTREAMS_OUTPUT_SIZE_LIMIT_PER_SEGMENT environment variable to control this new limit.
  • Gate the DebugAPI feature on tier2 with the SUBSTREAMS_DEBUG_API_ADDR environment variable (set it to localhost:8081 to keep behavior from v1.15.5)

CLI

  • Removed the 'codegen subgraph' command from the CLI as SpS are being deprecated.
  • Added --skip-package-validation and --extension-configs flags to tools tier2call dev command