[
https://issues.apache.org/jira/browse/TRAFODION-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15590102#comment-15590102
]
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_r84183977
--- Diff:
core/sqf/src/seatrans/hbase-trx/src/main/java/org/apache/hadoop/hbase/client/transactional/TransactionManager.java
---
@@ -365,39 +366,16 @@ public CommitResponse call(TrxRegionService instance)
throws IOException {
}
}
}
- }
- else
- {
+ }
+ else
+ {
LOG.error("doCommitX, received incorrect result size: "
+ result.size() + " txid: "
- + transactionId + " location: " +
location.getRegionInfo().getRegionNameAsString());
- }
- }
- else if(result.size() == 1){
--- End diff --
Look at the else part of this if Condition, it does the same
> 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)