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

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

Build:
Build:
LAST BUILD BRANCH: test-coverage-improve
DEFAULT BRANCH: main
Ran 10 Feb 2026 02:56PM 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 02:51PM UTC coverage: 88.777% (+0.06%) from 88.717%
21869758251

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%)

4 existing lines in 3 files now uncovered.

9089 of 10238 relevant lines covered (88.78%)

1.29 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
6
86.02
0.79% service/vc/database.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
89.52
-0.95% loadgen/adapters/common.go
1
94.44
-0.79% mock/coordinator.go
2
97.87
-2.13% service/verifier/verifier_server.go
Jobs
ID Job ID Ran Files Coverage
1 db-test - 21869758251.1 10 Feb 2026 02:56PM UTC 116
83.84
GitHub Action Run
2 unit-test - 21869758251.2 10 Feb 2026 02:58PM UTC 72
64.95
GitHub Action Run
Source Files on build 21869758251
  • Tree
  • List 116
  • Changed 11
  • Source Changed 0
  • Coverage Changed 11
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