You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Yi Liu (JIRA)" <ji...@apache.org> on 2014/07/30 12:11:40 UTC

[jira] [Created] (HDFS-6783) Fix not really wait for rescan in HDFS CacheReplicationModitor

Yi Liu created HDFS-6783:
----------------------------

             Summary: Fix not really wait for rescan in HDFS CacheReplicationModitor
                 Key: HDFS-6783
                 URL: https://issues.apache.org/jira/browse/HDFS-6783
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: caching
    Affects Versions: 3.0.0
            Reporter: Yi Liu
            Assignee: Yi Liu


In monitor thread, needsRescan is set to false before real scan starts, so 
for {{waitForRescanIfNeeded}} will return for the first condition:
{code}
if (!needsRescan) {
  return;
}
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)