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

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

Github user prashanth-vasudev commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/768#discussion_r84179508
  
    --- Diff: 
core/sqf/src/seatrans/hbase-trx/src/main/java/org/apache/hadoop/hbase/client/transactional/TransactionManager.java
 ---
    @@ -2354,15 +2446,15 @@ public Integer call() throws IOException {
                     loopExit = true; 
                   } 
                   catch (InterruptedException ie) {}
    -              catch (CommitUnsuccessfulException cue) {
    +              catch (IOException e) {
                      loopExit = true;
    -                 LOG.error("Exception at the time of aborting DDL 
transaction", cue); 
    -                 savedCue = cue;
    +                 LOG.error("Exception at the time of aborting DDL 
transaction", e); 
    --- End diff --
    
    repeating the same comment to include Exception encountered in DML before 
processing DDL.


> Change the errors/warnings messages to be consistent in the transaction 
> manager subsystem
> -----------------------------------------------------------------------------------------
>
>                 Key: TRAFODION-2296
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2296
>             Project: Apache Trafodion
>          Issue Type: Improvement
>          Components: dtm
>    Affects Versions: 2.1-incubating
>            Reporter: Selvaganesan Govindarajan
>            Assignee: Selvaganesan Govindarajan
>
> Error and Warning messages need to provide sufficient information for the 
> failure during commit and rollback transaction



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

Reply via email to