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

apache / bookkeeper / 201
72%

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

pending completion
201

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

Jobs
ID Job ID Ran Files Coverage
1 201.1 07 Sep 2018 03:12PM UTC 0
72.32
Source Files on build 201
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #201
  • 992db732 on github
  • Prev Build on master (#200)
  • Next Build on master (#202)
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