Bug Fixes
- An issue is fixed where shutdown or internal housekeeping operations could fail to progress on a node that had been out of contact with peers for some time, when partitions are also not being written to. by @jcsp in #8274
- Clamp max compacted segment size to 1.5GiB to avoid compaction index size overflow that could lead to hangs when trying to compact large segments. by @ztlpn in #8735
- Files left over from aborted compactions will now be cleaned up more robustly. by @andrwng in #8166
- Fix hang during shutdown when tiered storage is actively used by @Lazin in #8712
- Fixed an incorrect log message indicating the success or failure of archival metadata updates. by @andrwng in #8710
- Schema Registry: Improve protobuf support for recursive imports by @BenPope in #8834
- #8133 rpk:
--offset
option parses duration properly, e.g.--offset @2022-02-14:1h
by @daisukebe in #8134 - #8476 rpk: avoid treating the string "YYYY-MM-DD" as a full timestamp when using
rpk cluster config edit/import
by @r-vasquez in #8477 - #8605 Fixes an issue where nodes would properly reconnect to brokers in
kafka/client
. Would result in a500: Internal Server Error
when attempting to access the schema registry. by @michael-redpanda in #8606 - #8838 Removed env from logs in redpanda launcher by @twmb
- #8807 Removed && operator from ducktape-deps script by @gousteris
Improvements
- Consumer group related errors are now logged at a higher level (info) by @dlex in #8761
Full Changelog: v22.2.9...v22.2.10