ivankelly opened a new pull request #1965: Allow ML offload immediately after ledger closed URL: https://github.com/apache/incubator-pulsar/pull/1965 The documentation said that only negative values disabled. If a user wants data to be offloaded as soon as possible, the obvious thing is to set the threshold to 0. Previously this disabled as the check was > 0, rather than >=. This patch changes the ML implementation to accept 0 as a threshold and adds a test to ensure if specified, the ledgers are offloaded as soon as possible. Master Issue: #1511
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
