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 "Wei-Chiu Chuang (JIRA)" <ji...@apache.org> on 2018/06/08 20:00:00 UTC

[jira] [Created] (HDFS-13667) Typo: Marking all "datandoes" as stale

Wei-Chiu Chuang created HDFS-13667:
--------------------------------------

             Summary: Typo: Marking all "datandoes" as stale
                 Key: HDFS-13667
                 URL: https://issues.apache.org/jira/browse/HDFS-13667
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: namenode
            Reporter: Wei-Chiu Chuang


{code:title=DatanodeManager#markAllDatanodesStale}
  public void markAllDatanodesStale() {
    LOG.info("Marking all datandoes as stale");
    synchronized (this) {
      for (DatanodeDescriptor dn : datanodeMap.values()) {
        for(DatanodeStorageInfo storage : dn.getStorageInfos()) {
          storage.markStaleAfterFailover();
        }
      }
    }
  }

{code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org