He Xiaoqiao created HDFS-10782: ---------------------------------- Summary: Decrease memory frequent exchange of Centralized Cache Management when run balancer Key: HDFS-10782 URL: https://issues.apache.org/jira/browse/HDFS-10782 Project: Hadoop HDFS Issue Type: Improvement Components: balancer & mover, caching Affects Versions: 2.7.1 Reporter: He Xiaoqiao
CachedBlocks currently are transparent for Balancer when active feature of centralized cache management. This makes DataNode exchange memory frequently, because Balancer does not Distinguish CachedBlock from blocks, so it may trigger mount of cached/uncached ops. I think namenode should avoid return CacheBlocks as much as possible when Balanacer#getblocks. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org