Uploaded image for project: 'Apache Gora'
  1. Apache Gora
  2. GORA-230

Change logging behavior in AccumuloStore to pass exception object to LOG.error method.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.3
    • 0.4
    • gora-accumulo
    • None

    Description

      Around line 287, instead of calling e.getMessage() and e.getStackTrace().toString(), the code can use LOG.error(e.getMessage(), e); so the stack trace is exposed.

      Attachments

        1. GORA-230.patch
          5 kB
          David Medinets

        Activity

          People

            Unassigned Unassigned
            medined David Medinets
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: