Uploaded image for project: 'Bookkeeper'
  1. Bookkeeper
  2. BOOKKEEPER-421

ledger ids are long, but they are stored in zk as 10 characters max, which fundamentally limits them at 9 billion

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Won't Fix
    • None
    • None
    • None

    Description

          public static String getZKStringId(long id) {
              return String.format("%010d", id);
          }
      

      Simple to fix, but we need it be backward compatible, which also shouldn't be a problem.

      Attachments

        Activity

          People

            tongyu Tong Yu
            ikelly Ivan Kelly
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: