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

more message with DoNotRetryIOException in client

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.94.0
    • 0.94.2
    • Client
    • None
    • Reviewed

    Description

      when write a row with wrong or unexist family into a table , we will get message below

      org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 2000 actions: DoNotRetryIOException: 2000 times, servers with issues: dw82.kgb.sqa.cm4:64020, at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.processBatchCallback(HConnectionManager.java:1591)
      at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.processBatch(HConnectionManager.java:1367)
      at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:945)
      at org.apache.hadoop.hbase.client.HTable.doPut(HTable.java:801)
      at org.apache.hadoop.hbase.client.HTable.put(HTable.java:784)
      at zookeeper.WriteMultiThread.doInsert(WriteToTable.java:101)
      at zookeeper.WriteMultiThread.run(WriteToTable.java:80)

      it not friendly to the client. Need to show the client more details about the exception.

      Attachments

        1. HBASE-6641.patch
          0.8 kB
          Zhou wenjian

        Activity

          People

            zhou wen jian Zhou wenjian
            zhou wen jian Zhou wenjian
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: