[ 
https://issues.apache.org/jira/browse/HDFS-14537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16867235#comment-16867235
 ] 

Hudson commented on HDFS-14537:
-------------------------------

FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #16787 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/16787/])
HDFS-14537. Journaled Edits Cache is not cleared when formatting the JN. 
(weichiu: rev 48e564f7e2f9223ba8521c36431358adb47d8bf6)
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/qjournal/server/Journal.java


> Journaled Edits Cache is not cleared when formatting the JN
> -----------------------------------------------------------
>
>                 Key: HDFS-14537
>                 URL: https://issues.apache.org/jira/browse/HDFS-14537
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>            Reporter: Ranith Sardar
>            Assignee: Ranith Sardar
>            Priority: Major
>         Attachments: HDFS-14537.001.patch, HDFS-14537.002.patch
>
>
> {code:java}
> private final JournaledEditsCache cache;
> {code}
> When formatting the journal node, not clearing the cache value. 
> {code:java}
> void format(NamespaceInfo nsInfo, boolean force) throws IOException {
>     Preconditions.checkState(nsInfo.getNamespaceID() != 0,
>         "can't format with uninitialized namespace info: %s",
>         nsInfo);
>     LOG.info("Formatting journal id : " + journalId + " with namespace info: 
> " +
>         nsInfo + " and force: " + force);
>     storage.format(nsInfo, force);
>     refreshCachedData();
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to