[ 
https://issues.apache.org/jira/browse/TRAFODION-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15685252#comment-15685252
 ] 

ASF GitHub Bot commented on TRAFODION-2231:
-------------------------------------------

Github user DaveBirdsall commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/725#discussion_r89021458
  
    --- Diff: core/sqf/src/seatrans/tm/hbasetmlib2/hbasetm.cpp ---
    @@ -913,6 +920,9 @@ int CHbaseTM::alterTable(int64 pv_transid,
                         jba_tblname,
                         j_tblopts);
        if (getExceptionDetails(NULL)) {
    +      errstrlen = ((int)_tlp_error_msg->length() < errstrlen) ? 
(int)_tlp_error_msg->length() : errstrlen;
    +      strncpy(errstr, _tlp_error_msg->c_str(), errstrlen);
    +      errstr[errstrlen -1] = '\0';
    --- End diff --
    
    Similar remark to above.


> DDL create/drop detailed error string is not propagated
> -------------------------------------------------------
>
>                 Key: TRAFODION-2231
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2231
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: dtm
>            Reporter: Prashanth Vasudev
>            Assignee: Prashanth Vasudev
>             Fix For: 2.1-incubating
>
>
> TRAFODION-2148 takes care of reporting error code in failure scenario, 
> however the cause/error string or stack trace is missing for additional info.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to