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

NullPointerException is thrown when constructing sourceTable in verifyrep

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.4.0
    • None
    • None
    • Reviewed

    Description

      Branch-1 patch for HBASE-16423 incorrectly constructed sourceTable, leading to the following exception:

      16/10/04 17:00:30 INFO mapreduce.Job: Task Id : attempt_1473183665588_0082_m_000016_1, Status : FAILED 
      Error: java.lang.NullPointerException 
      at org.apache.hadoop.hbase.TableName.valueOf(TableName.java:436) 
      at org.apache.hadoop.hbase.client.HTable.<init>(HTable.java:150) 
      at org.apache.hadoop.hbase.mapreduce.replication.VerifyReplication$Verifier.map(VerifyReplication.java:128) 
      at org.apache.hadoop.hbase.mapreduce.replication.VerifyReplication$Verifier.map(VerifyReplication.java:86) 
      at org.apache.hadoop.mapreduce.Mapper.run(Mapper.java:146) 
      at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:787) 
      

      I checked master patch where there is no such bug

      Attachments

        1. 16762.branch-1.txt
          2 kB
          Ted Yu

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: