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

Allow to disable ledgers operation throttling

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 4.4.0
    • None
    • None

    Description

      In the bookie client there is a throttling mechanism that is rate-limiting the number of writes/s done on a particular ledger. The default value is 5000 entries/s written on a ledger.

      Trying to write faster will block the calling thread, which may not be desirable in an asynchronous server.

      We should be able to disable the throttling, if the application wants to control the rate with different mechanisms.

      Attachments

        Activity

          People

            mmerli Matteo Merli
            mmerli Matteo Merli
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: