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
#13534 crash_loop_limit now defaults to 5. If a broker uncleanly shutdowns for 5 times back to back, it is considered to be in a crash loop mode and Redpanda refuses to start up and may need a manual intervention. This enforcement is disabled in developer mode and rpk's dev-container mode. by @bharathv in #13686
Bug Fixes
Topic manifests now serialize size values as unsigned instead of signed. Previously negative values could result in the failure to recreate the topic as a recovery topic. by @andrwng in #13868
#13541 rpk: prevent panic when using a directory instead of a filename in rpk redpanda tune --output-script by @r-vasquez in #13546
#13639 Fixes a case when a control batch is the last user batch in a segment and the log and is being compacted away. This gave a perception of consumption hang from a client POV but in reality there is nothing to consume after that point. Not discarding such batches lets the consumer offset make progress and reach LSO. by @bharathv in #13687
#13667#12677#13054 fixed rare but possible deadlock that might lead to Redpanda crash when moving partitions back and forth between nodes. by @mmaslankaprv in #13705
#13831 fixes a use_after_free due to interaction with iterators and suspension points. by @andijcr in #13963
#13846 Fixes an issue where autocreated topics would not reflect cluster-level cloud storage config by @oleiman in #13852
#13956 Schema Registry: GET /subjects no longer returns a subject that has no versions or only deleted versions (unless ?deleted=true) by @BenPope in #13957
Improvements
#13435 The broker now logs errored Kafka API responses at the DEBUG level. by @NyaliaLui in #13436
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Features
Bug Fixes
rpk redpanda tune --output-script
by @r-vasquez in #13546GET /subjects
no longer returns a subject that has no versions or only deleted versions (unless?deleted=true
) by @BenPope in #13957Improvements
schema_registry_client
,pandaproxy_client
) by @BenPope in #14074Full Changelog: v23.1.18...v23.1.19
This discussion was created from the release v23.1.19.
Beta Was this translation helpful? Give feedback.
All reactions