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 "Anu Engineer (JIRA)" <ji...@apache.org> on 2016/03/15 19:49:33 UTC

[jira] [Created] (HDFS-10170) DiskBalancer: Force rebase diskbalancer branch

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)