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

tarantool / tarantool / 14444743574
88%
master: 88%

Build:
Build:
LAST BUILD BRANCH: i12147-refact
DEFAULT BRANCH: master
Ran 14 Apr 2025 12:01PM UTC
Jobs 1
Files 518
Run time 1min
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

14 Apr 2025 11:13AM UTC coverage: 87.514%. First build
14444743574

push

github

sergepetrenko
box: introduce `txn_synchro_timeout` config option

Fixed a bug when with the new `replication_synchro_timeout` behavior
(`compat.replication_synchro_timeout = 'new'`) a user fiber could hang
indefinitely if for some reason the quorum could not respond with an ACK
to a synchronous transaction.

Closes #10181

@TarantoolBot document
Title: new config option: 'txn_synchro_timeout'
Product: Tarantool

Root document: New page - https://www.tarantool.io/ru/doc/latest/reference/configuration/#txn-synchro-timeout

A new configuration option has been introduced - `txn_synchro_timeout`.
This timeout starts running at the moment when a synchronous transaction
starts to collect a quorum. If the timeout expires but the transaction
still has not reached a quorum, the user fiber is detached from the
transaction - the user got an error in this fiber 'Quorum collection for
a synchronous transaction is timed out. The transaction is detached from
this fiber and continues waiting for quorum'. The transaction is not
rolled back, it will wait as long as it takes to gather a quorum.

Option is only available with new `replication_synchro_timeout` behavior.
If `compat.replication_synchro_timeout = 'old'` user cannot set
non-default value in `txn_synchro_timeout`, they will get an error
"Incorrect value for option 'txn_synchro_timeout': option is disabled if
compat option `replication_synchro_timeout` is set to 'old'"
when trying to do so.

70354 of 124027 branches covered (56.72%)

29 of 33 new or added lines in 4 files covered. (87.88%)

103499 of 118266 relevant lines covered (87.51%)

2969014.71 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
91.47
src/box/box.cc
Jobs
ID Job ID Ran Files Coverage
1 14444743574.1 14 Apr 2025 12:01PM UTC 518
87.51
GitHub Action Run
Source Files on build 14444743574
  • Tree
  • List 518
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • bfeffaa3 on github
  • Next Build on release/3.4 (#14463694352)
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