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

Fix NPE in the retry of logroller

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.4.10
    • 2.5.0, 3.0.0-alpha-3, 2.4.11
    • wal
    • None

    Description

      LOG.warn("Retry to roll log, nAttempts={}, waiting time={}ms, sleeping 1s to retry,"
      + " last excepiton= {}", nAttempts, waitingTime,
      ioe.getCause().getClass().getSimpleName()); 

      ioe.getCause() maybe null.

      Attachments

        Issue Links

          Activity

            People

              Xiaolin Ha Xiaolin Ha
              Xiaolin Ha Xiaolin Ha
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: