[
https://issues.apache.org/jira/browse/TRAFODION-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15590160#comment-15590160
]
ASF GitHub Bot commented on TRAFODION-2296:
-------------------------------------------
Github user selvaganesang commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/768#discussion_r84186982
--- Diff:
core/sqf/src/seatrans/hbase-trx/src/main/java/org/apache/hadoop/hbase/client/transactional/TransactionManager.java
---
@@ -2149,6 +2236,11 @@ public Integer call() throws
CommitUnsuccessfulException, IOException {
loopExit = true;
}
catch (InterruptedException ie) {}
+ catch (IOException e) {
+ loopExit = true;
+ LOG.error("Exception at the time of committing DDL
transaction", e);
--- End diff --
Done
> 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)