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

apache / bookkeeper / 201 / 1
72%
master: 72%

Build:
DEFAULT BRANCH: master
Ran 07 Sep 2018 03:12PM UTC
Files 438
Run time 25s
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

07 Sep 2018 03:12PM UTC coverage: 72.319% (-0.2%) from 72.492%
201.1

push

jenkins

GitHub
BP-35: 128 bits support

Descriptions of the changes in this PR:

### Motivation

BookKeeper coordinates with a metadata store to generate a cluster wide `ledgerId`.
Currently this is a signed `64 bit` number (effectively 63 bits). This method works
great because we have a centralized metadata store for coordinating the id generation.
However this method may not scale as the cluster size and number of ledgers grow.

[Universally unique identifier - Wikipedia](https://en.wikipedia.org/wiki/Globally_unique_identifier)
is a preferred way to generate decentralized globally unique IDs and it takes `128 bits`.
This method can scale well as it doesn't need a centralized coordination.

This BP proposes the changes for increasing ledger id from `63 bits` to `128 bits`.

Master Issue: #603



Author: Sijie Guo <sijie@apache.org>

Reviewers: Andrey Yegorov <None>, Enrico Olivelli <eolivelli@gmail.com>, Jia Zhai <None>, Venkateswararao Jujjuri (JV) <None>

This closes #1611 from sijie/bp_35_128bits

24916 of 34453 relevant lines covered (72.32%)

0.72 hits per line

Source Files on job 201.1
  • Tree
  • List 0
  • Changed 30
  • Source Changed 7
  • Coverage Changed 30
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 201
  • 992db732 on github
  • Prev Job for on master (#200.1)
  • Next Job for on master (#202.1)
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