You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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