David Mollitor created ZOOKEEPER-3675:
-----------------------------------------
Summary: Clean Up committedLog Interaction in ZKDatabase
Key: ZOOKEEPER-3675
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3675
Project: ZooKeeper
Issue Type: Improvement
Reporter: David Mollitor
Assignee: David Mollitor
* To be proper, minCommittedLog/maxCommittedLog should only be modified in a
lock.
* maxCommittedLog is potentially set twice (to the same value) for each call
to the method
* Streamline code in addCommittedProposal
* Pre-initialize committedLog data structure to the full size
* Remove unused commitLogBuffer
* Remove synchronization of method getCommittedLog(), it is protected with lock
* Unify grabbing locks outside of try block
--
This message was sent by Atlassian Jira
(v8.3.4#803005)