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.


---
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