GitHub user paul-rogers opened a pull request:

    https://github.com/apache/drill/pull/665

    DRILL-5056: UserException does not write full message to log

    A case occurred in which the External Sort failed during spilling. All
    that was written to the log was:
    
    2016-11-18 ... INFO  o.a.d.e.p.i.xsort.ExternalSortBatch - User Error
    Occurred
    
    Modified the logging code to provide more information to aid tracking
    down problems that occur in the field.
    
    Also cleaned up some warnings found while tracking down this issue.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/paul-rogers/drill DRILL-5056

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/665.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #665
    
----
commit dfebfa59c35abbbc54ea0719d5c8c2b5923c0c7a
Author: Paul Rogers <prog...@maprtech.com>
Date:   2016-11-21T18:19:15Z

    DRILL-5056: UserException does not write full message to log
    
    A case occurred in which the External Sort failed during spilling. All
    that was written to the log was:
    
    2016-11-18 ... INFO  o.a.d.e.p.i.xsort.ExternalSortBatch - User Error
    Occurred
    
    Modified the logging code to provide more information to aid tracking
    down problems that occur in the field.
    
    Also cleaned up some warnings found while tracking down this issue.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to