[
https://issues.apache.org/jira/browse/BOOKKEEPER-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Kelly resolved BOOKKEEPER-421.
-----------------------------------
Resolution: Won't Fix
This is resolved for HierarchicalLedgerManager, which is the one you should be
using if you have a lot of ledgers, so closing this now as won't fix.
> ledger ids are long, but they are stored in zk as 10 characters max, which
> fundamentally limits them at 9 billion
> -----------------------------------------------------------------------------------------------------------------
>
> Key: BOOKKEEPER-421
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-421
> Project: Bookkeeper
> Issue Type: Bug
> Components: bookkeeper-client, bookkeeper-server
> Reporter: Ivan Kelly
> Assignee: Tong Yu
> Priority: Critical
>
> {code}
> public static String getZKStringId(long id) {
> return String.format("%010d", id);
> }
> {code}
> Simple to fix, but we need it be backward compatible, which also shouldn't be
> a problem.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)