Ran
|
Jobs
1
|
Files
514
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
limbo: speed up synchronous transaction queue processing This patch optimizes the process of collecting ACKs from replicas for synchronous transactions. Before this patch, collecting confirmations was slow in some cases. There was a possible situation where it was necessary to go through the entire limbo again every time the next ACK was received from the replica. This was especially noticeable in the case of a large number of parallel synchronous requests. For example, in the 1mops_write bench with parameters --fibers=6000 --ops=1000000 --transaction=1, performance increases by 13-18 times on small clusters of 2-4 nodes and 2 times on large clusters of 31 nodes. Closes #9917 NO_DOC=performance improvement NO_TEST=performance improvement (cherry picked from commit 4a866f64d)
68464 of 121761 branches covered (56.23%)
50 of 50 new or added lines in 1 file covered. (100.0%)
20 existing lines in 11 files now uncovered.101102 of 115872 relevant lines covered (87.25%)
2505254.7 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
87.5 |
-1.59% | src/box/xlog.h |
1 |
96.55 |
-1.15% | src/histogram.c |
1 |
97.41 |
-0.52% | src/lib/vclock/vclock.c |
1 |
92.17 |
0.05% | src/box/vinyl.c |
1 |
91.24 |
-0.09% | src/box/vy_scheduler.c |
1 |
91.45 |
-0.11% | src/lib/swim/swim.c |
1 |
84.53 |
-0.36% | src/lib/core/coio.c |
3 |
95.69 |
0.11% | src/lib/msgpuck/msgpuck.h |
3 |
92.81 |
-2.16% | src/box/vy_point_lookup.c |
3 |
84.16 |
-0.26% | src/box/xlog.c |
4 |
90.32 |
-0.3% | src/box/applier.cc |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11214326355.1 | 514 |
87.25 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|