Skip to content

v3.136.4

Choose a tag to compare

@ydb-platform-bot ydb-platform-bot released this 18 May 12:20
· 58 commits to master since this release
  • Fixed concurrent partition map initialization in topic multiwriter (topicoptions.WithWriteToManyPartitions) so DescribeTopic setup does not race with an early partition-split callback
  • Fixed topic multiwriter (topicoptions.WithWriteToManyPartitions) sequence handling: concurrent writes with automatic sequence numbers serialize assignment with enqueue order, and manual sequence numbers return a client-side ordering error when not strictly increasing for a target partition
  • Fixed topic multiwriter (topicoptions.WithWriteToManyPartitions) error handling and shutdown: writes after close now fail, partition-split errors are propagated, sub-writer init errors are race-free, and idle sub-writers are closed correctly

Full Changelog: v3.136.3...v3.136.4