Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.3.0
Description
Remove unnecessary LevelDb write call in LeveldbConfigurationStore#confirmMutation.
public void confirmMutation(boolean isValid) throws IOException { WriteBatch updateBatch = db.createWriteBatch(); if (isValid) { ....... } db.write(updateBatch); }
Attachments
Attachments
Issue Links
- links to