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

hyperledger / fabric-x-committer / 21865351505
89%
main: 90%

Build:
Build:
LAST BUILD BRANCH: test-coverage-improve
DEFAULT BRANCH: main
Ran 10 Feb 2026 12:49PM UTC
Jobs 2
Files 116
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

10 Feb 2026 12:36PM UTC coverage: 88.748% (+0.03%) from 88.717%
21865351505

Pull #311

github

cendhu
[vc] split tables into predefined number of tablets

When a new table is created, YugabyteDB starts with a single
tablet that handles ALL initial writes. Auto-splitting only kicks in after
the tablet reaches a size threshold (~1 GB by default), meaning the first
N transactions all funnel through one tablet on one tserver — creating a
severe bottleneck during the critical warm-up phase.

By pre-splitting tables at CREATE TABLE time (e.g., SPLIT INTO 3 TABLETS
for a 3-node cluster), data is hash-distributed across all tservers from
the very first write. This converts cold-start throughput from
single-tserver-bound to cluster-wide from block 1.

This applies to all three table types: metadata, tx_status, and
per-namespace state tables (ns_*). The setting auto-detects the DB backend
and is silently ignored on PostgreSQL, which has no tablet concept.

Signed-off-by: Senthilnathan <cendhu@gmail.com>
Pull Request #311: [vc] split tables into predefined number of tablets

31 of 37 new or added lines in 2 files covered. (83.78%)

5 existing lines in 2 files now uncovered.

9086 of 10238 relevant lines covered (88.75%)

1.29 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
6
85.48
0.26% service/vc/database.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
89.52
-0.95% loadgen/adapters/common.go
4
95.74
-4.26% service/verifier/verifier_server.go
Jobs
ID Job ID Ran Files Coverage
1 db-test - 21865351505.1 10 Feb 2026 01:13PM UTC 116
83.8
GitHub Action Run
2 unit-test - 21865351505.2 10 Feb 2026 12:49PM UTC 72
64.95
GitHub Action Run
Source Files on build 21865351505
  • Tree
  • List 116
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #311
  • PR Base - main (#21863706156)
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