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

tarantool / tarantool / 14444230049
88%

Build:
DEFAULT BRANCH: master
Ran 14 Apr 2025 11:31AM UTC
Jobs 1
Files 518
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

14 Apr 2025 11:13AM UTC coverage: 87.494% (-0.01%) from 87.508%
14444230049

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.

70320 of 124027 branches covered (56.7%)

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

45 existing lines in 12 files now uncovered.

103475 of 118265 relevant lines covered (87.49%)

2877056.05 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
90.81
-0.66% src/box/box.cc

Uncovered Existing Lines

Lines Coverage ∆ File
1
93.03
0.1% src/lib/core/fiber.c
1
96.55
-1.15% src/lib/core/histogram.c
1
91.68
-0.11% src/lib/swim/swim.c
2
90.98
-0.18% src/box/memtx_engine.cc
2
87.63
-0.07% src/box/vy_run.c
2
84.34
-0.01% src/box/xlog.c
2
94.64
-0.39% src/box/xrow_update_field.c
2
96.95
-0.2% src/lib/msgpuck/msgpuck.h
3
91.7
-0.58% src/box/gc.c
3
22.64
-0.06% src/lib/uri/uri_parser.c
6
95.2
-1.25% src/box/vy_read_iterator.c
20
90.81
-0.66% src/box/box.cc
Jobs
ID Job ID Ran Files Coverage
1 14444230049.1 14 Apr 2025 11:31AM UTC 518
87.49
GitHub Action Run
Source Files on build 14444230049
  • Tree
  • List 518
  • Changed 32
  • Source Changed 0
  • Coverage Changed 32
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • bfeffaa3 on github
  • Prev Build on master (#14420209720)
  • Next Build on master (#14463759377)
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