Anu Engineer created HDFS-10170: ----------------------------------- Summary: DiskBalancer: Force rebase diskbalancer branch Key: HDFS-10170 URL: https://issues.apache.org/jira/browse/HDFS-10170 Project: Hadoop HDFS Issue Type: Sub-task Components: balancer & mover Affects Versions: HDFS-1312 Reporter: Anu Engineer Assignee: Anu Engineer Priority: Minor Fix For: HDFS-1312
In one of patches we renamed – DiskbalancerException.java to DiskBalancerException.java. The only change was the small b ==> B, This causes issues on a Mac where the file system may not be case sensitive. So when you clone the repo, git ends up creating DiskbalanceException.java with a small letter ‘b’ and tries to rename it to big letter. However on a Mac it fails and we get java files where the class name is different from the file name. We can fix this issue by re-writing the git history. -- This message was sent by Atlassian JIRA (v6.3.4#6332)