• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 28510487066
88%

Build:
DEFAULT BRANCH: master
Ran 01 Jul 2026 10:39AM UTC
Jobs 1
Files 525
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

01 Jul 2026 10:19AM UTC coverage: 87.707% (-0.01%) from 87.717%
28510487066

push

github

sergepetrenko
config: add sharding.rebalancer_bucket_send_timeout

Expose vshard's rebalancer_bucket_send_timeout option in the  config
under the sharding section. It is forwarded to vshard like the other
sharding options and is annotated with vshard_since('0.1.41'), so
configuring it with an older vshard is rejected at the configuration
validation stage.

It is a prerequisite for the recovery point manager, whose per-attempt
timeout must exceed the rebalancer bucket send timeout to guarantee that a
recovery point can be created during rebalancing.

@TarantoolBot document
Title: New sharding.rebalancer_bucket_send_timeout configuration option
Since: VShard 0.1.41 and Tarantool 3.8.0

The `sharding.rebalancer_bucket_send_timeout` option sets the timeout
(in seconds) for sending a single bucket during rebalancing. It is
global-scoped. Infinity by default.

Note: Can be used to limit the time, bucket can be unavailable for write
during bucket sending. Can be also used with `router.map_callrw` request
and with `recovery-point-manager` role (which uses the `map_callrw`
under the hood) to guarantee, that the request will succeed. The timeout
for request or role should be > 1.5 * `rebalancer_bucket_send_timeout`.

70867 of 119070 branches covered (59.52%)

106436 of 121354 relevant lines covered (87.71%)

1369278.91 hits per line

Coverage Regressions

Lines Coverage ∆ File
16
90.91
-0.44% src/box/box.cc
4
89.59
-0.3% src/box/applier.cc
4
85.89
-0.17% src/box/xlog.c
3
92.51
-0.09% src/box/vinyl.c
2
96.14
-0.35% src/box/relay.cc
1
89.47
-1.75% src/box/xlog.h
1
96.55
-1.15% src/lib/core/histogram.c
1
98.08
-0.31% src/lib/json/json.c
1
96.95
-0.1% src/lib/msgpuck/msgpuck.h
1
91.68
-0.11% src/lib/swim/swim.c
Jobs
ID Job ID Ran Files Coverage
1 28510487066.1 01 Jul 2026 10:39AM UTC 525
87.71
GitHub Action Run
Source Files on build 28510487066
  • Tree
  • List 525
  • Changed 23
  • Source Changed 0
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 9d892849 on github
  • Prev Build on master (#28510241251)
  • Next Build on master (#28530874247)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc