Size limit for bookkeeper scans ------------------------------- Key: ZOOKEEPER-393 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-393 Project: Zookeeper Issue Type: Improvement Components: contrib-bookkeeper Reporter: Utkarsh Srivastava
Right now a bookkeeper scan can limit the amount of data scanned by specifying the number of entries to be scanned. But in many cases, if the entries are of different sizes, it is not easy to know how many to scan. It is better to be able to specify both a count limit as well as a size limit , with the semantics that the scan should stop if either of those limits is reached. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.