Releases: zuston/riffle
Releases · zuston/riffle
v0.19.0-rc1
Full Changelog: v0.18.0...v0.19.0-rc1
v0.18.0
What's Changed
- feat(hdfs): Always show the app's hdfs root by @zuston in #516
- fix: Remove unused proto fields for
ReportShuffleResultRequestby @zuston in #520 - feat: Add support of partition_stats management by @zuston in #521
- fix: Implement
displayforPurgeReasonto show more infos by @zuston in #522 - fix: Potential duplicate
partition_statsreport bound by the same task_attempt_id by @zuston in #524 - chore: Bump version to 0.18.0 by @zuston in #525
- feat(ci): activate amd64 + anolisos release by @zuston in #526
Full Changelog: v0.17.0-rc1...v0.18.0
v0.18.0-rc2
What's Changed
Full Changelog: v0.18.0-rc1...v0.18.0-rc2
v0.18.0-rc1
Full Changelog: v0.17.0-rc1...v0.18.0-rc1
v0.17.0-rc1
Full Changelog: v0.16.0...v0.17.0-rc1
v0.16.0
What's Changed
- chore: Bump version to 0.16.0 by @zuston in #473
- fix(read-ahead): Make sequential param as false by default by @zuston in #474
- fix(read-ahead): Hang on holding load task by @zuston in #476
- fix: Incorrect log when conf key updating by @zuston in #468
- fix: Noisy log when deleting in read ahead io layer by @zuston in #472
- feat(io-layer): Await-tree log with read/writer options by @zuston in #477
- feat(await-tree): Mark partial logs with long-running tag by @zuston in #479
- feat(read-ahead): Introduce seperated options to control ahead batch number/size for client by @zuston in #481
- feat(read-ahead): Correct hit metric and introduce 2 metrics to indicate latency by @zuston in #484
- feat(read-ahead): followup #481 to respect options setting by client for read-ahead batch number/size by @zuston in #485
- feat(read-ahead): Accept read plan and then to prefetch to adapt AQE skew optimization by @zuston in #488
- fix(read-ahead): Missing task_id for read plan by @zuston in #491
- feat: Add metric to observe small range read latency by @zuston in #497
- feat(read-ahead)(read-plan): Add hit/miss metrics by @zuston in #493
- feat(read-ahead)(read-plan): Use dedicated thread pool for read-plan processor by @zuston in #494
- feat(read-ahead): Distinguish metrics based on read-ahead being disabled by @zuston in #495
- feat: Purge apps when accepting force-kill signal by @zuston in #499
- feat: Normalize app_id output by @zuston in #500
- feat: Add root into the read-ahead processor await-tree log by @zuston in #501
- fix(ci): Disable fail fast and anolisos8 on release workflow by @zuston in #502
- chore: Bump version to 0.17.0 by @zuston in #503
- chore: Add default runtime config test by @zuston in #504
- feat(urpc): Only log active urpc request in await-tree by @zuston in #506
- chore: Always use Bytesize crate to remove
readable_sizeby @zuston in #505
Full Changelog: v0.15.1...v0.16.0
v0.16.0-rc2
Full Changelog: v0.16.0-rc1...v0.16.0-rc2
v0.16.0-rc1
Full Changelog: v0.15.1...v0.16.0-rc1
v0.15.1
Full Changelog: v0.15.0...v0.15.1
v0.15.0
What's Changed
- feat: Simplify pre-check logic for hdfs by @zuston in #455
- chore: Bump version to 0.15.0 by @zuston in #457
- feat(read-ahead)(2/N): Infer localfile sequential read to activate read ahead by @zuston in #456
- feat(read-ahead)(3/N): Complete read-ahead configuration options by @zuston in #458
- refactor: Use
mut selffor builder-style chaining forReadingViewContextby @zuston in #459 - fix(followup): Always print normalized app_id in logs by @zuston in #460
- fix(ci): Upload centos7 binaries by @zuston in #462
- feat(read-ahead)(4/N): Add more metrics by @zuston in #461
- fix(read-ahead)(5/N): Only record data file reading latency by @zuston in #463
- feat: Introduce optional huge_partition_spill var to disable flushing to HDFS by @zuston in #467
Full Changelog: v0.14.1...v0.15.0