v26.1.12
Added 1
- Add stuck raft0 escape hatches
Changed 1
- Make the schema walk keyword-aware in JSON
Fixed 5
- Fix a bug in which a generate_report() request to the transform system could result in a nullptr dereference at startup
- Fix a bug in which a stale read in the l0 write scheduler could result in a division by zero (raising SIGFPE)
- Fix a reactor stall seen when there are a large number of pending files in the Iceberg Topics coordinator
- Fix deleted namespace race for REST_HADOOP catalog in datalake
- Surface worker crashes as descriptive errors in dt/kgo
Bug Fixes
- Fixes a bug in which a
generate_report()request to thetransformsystem could result in anullptrdereference at startup by @WillemKauf in #30910 - Fixes a bug in which a stale read in the l0 write scheduler could result in a division by zero (raising SIGFPE). by @WillemKauf in #30920
- Fixes a reactor stall seen when there are a large number of pending files in the Iceberg Topics coordinator. by @andrwng in #30880
- PR #30929 [v26.1.x] datalake: Fix deleted namespace race for REST_HADOOP catalog by @wdberkeley
- PR #30944 [v26.1.x] dt/kgo: surface worker crashes as descriptive errors by @nvartolomei
Improvements
- adds stuck raft0 escape hatches by @vbotbuildovich in #30945
- PR #30922 [v26.1.x] [CORE-16282] json: make the schema walk keyword-aware by @mnajda-redpanda
Full Changelog: https://github.com/redpanda-data/redpanda/compare/v26.1.11...v26.1.12