Skip to content

Topic multi-partition writer (write-by-key) - #864

Open
vgvoleg wants to merge 16 commits into
mainfrom
topic-multiwriter
Open

vgvoleg wants to merge 16 commits into
mainfrom
topic-multiwriter

Disable retry attempt metrics for topic SLO

80fef0f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 14, 2026 in 1s

83.66% (+1.07%) compared to 5425815

View this Pull Request on Codecov

83.66% (+1.07%) compared to 5425815

Details

Codecov Report

❌ Patch coverage is 97.55530% with 21 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.66%. Comparing base (5425815) to head (80fef0f).

Files with missing lines Patch % Lines
ydb/_topic_writer/topic_writer_multi_asyncio.py 96.59% 11 Missing and 10 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #864      +/-   ##
==========================================
+ Coverage   82.59%   83.66%   +1.07%     
==========================================
  Files          99      102       +3     
  Lines       12921    13778     +857     
  Branches     1267     1413     +146     
==========================================
+ Hits        10672    11528     +856     
+ Misses       1798     1788      -10     
- Partials      451      462      +11     
Files with missing lines Coverage Δ
ydb/_grpc/grpcwrapper/ydb_topic.py 87.96% <100.00%> (+1.63%) ⬆️
ydb/_grpc/grpcwrapper/ydb_topic_public_types.py 100.00% <100.00%> (ø)
ydb/_topic_writer/topic_writer.py 87.62% <100.00%> (+0.88%) ⬆️
ydb/_topic_writer/topic_writer_asyncio.py 88.98% <100.00%> (+0.07%) ⬆️
ydb/_topic_writer/topic_writer_multi_sync.py 100.00% <100.00%> (ø)
...db/_topic_writer/topic_writer_partition_chooser.py 100.00% <100.00%> (ø)
ydb/topic.py 89.88% <100.00%> (+3.86%) ⬆️
ydb/_topic_writer/topic_writer_multi_asyncio.py 96.59% <96.59%> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.