Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-137

test instantiation of StoreFunc in LOStore swallows (cause) exceptions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.2.0
    • impl
    • None

    Description

      The current handling

      IOException ioe = new IOException(e.getMessage());
      ioe.setStackTrace(e.getStackTrace());
      throw ioe;
      

      passes the exception message and the stacktrace of the exception, but not the stacktraces of the exceptions wich caused the exception.

      Attachments

        1. PIG-137-633746.patch
          1 kB
          Johannes Zillmann

        Activity

          People

            oae Johannes Zillmann
            oae Johannes Zillmann
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: