Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-14553

[0.98] Per column family DFS Replication doesn't work against hadoop-1

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.98.14
    • 0.98.16
    • None
    • None
    • Reviewed

    Description

      TestAdmin1#testHFileReplication has been failing against hadoop-1 since (at least) this build:
      https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/1082/testReport/org.apache.hadoop.hbase.client/TestAdmin1/testHFileReplication/

      The cause is that the following method is absent in hadoop-1 (in FSUtils#create()):

                return (FSDataOutputStream) (DistributedFileSystem.class.getDeclaredMethod("create",
                  Path.class, FsPermission.class, boolean.class, int.class, short.class, long.class,
                  Progressable.class, InetSocketAddress[].class).invoke(backingFs, path, perm, true,
      

      The following fallback doesn't take replication parameter:

          return create(fs, path, perm, true);
      

      leading to DFS replication being 3 for the column family which should have DFS replication of 1

      Attachments

        1. 14553-0.98-v1.txt
          3 kB
          Ted Yu

        Activity

          People

            yuzhihong@gmail.com Ted Yu
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: