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

MemstoreFlusher error message doesnt include exception!

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.90.2, 0.92.0
    • None
    • None

    Description

      The log message in MemstoreFlusher doesn't contain the excception which caused it (ARGH).

      Patch is like:
      @@ -239,7 +239,7 @@ class MemStoreFlusher extends Thread implements FlushRequester {
      } catch (ConcurrentModificationException ex)

      { continue; }

      catch (Exception ex) {

      • LOG.error("Cache flusher failed for entry " + fqe);
        + LOG.error("Cache flusher failed for entry " + fqe, ex);
        if (!server.checkFileSystem()) { break; }

      Attachments

        Activity

          People

            ryanobjc ryan rawson
            ryanobjc ryan rawson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: