[ 
https://issues.apache.org/jira/browse/YARN-9874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prabhu Joseph updated YARN-9874:
--------------------------------
    Affects Version/s: 3.3.0

> Remove unnecessary LevelDb write call in 
> LeveldbConfigurationStore#confirmMutation
> ----------------------------------------------------------------------------------
>
>                 Key: YARN-9874
>                 URL: https://issues.apache.org/jira/browse/YARN-9874
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>    Affects Versions: 3.3.0
>            Reporter: Prabhu Joseph
>            Assignee: Prabhu Joseph
>            Priority: Minor
>
> Remove unnecessary LevelDb write call in 
> LeveldbConfigurationStore#confirmMutation.
> {code}
>  public void confirmMutation(boolean isValid) throws IOException {
>     WriteBatch updateBatch = db.createWriteBatch();
>     if (isValid) {
>      .......
>     }
>     db.write(updateBatch);
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to