[
https://issues.apache.org/jira/browse/TRAFODION-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15798350#comment-15798350
]
ASF GitHub Bot commented on TRAFODION-2414:
-------------------------------------------
Github user sbroeder commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/885#discussion_r94527876
--- Diff:
core/sqf/src/seatrans/hbase-trx/src/main/java/org/apache/hadoop/hbase/client/transactional/TransactionManager.java
---
@@ -643,13 +644,18 @@ public CommitRequestResponse call(TrxRegionService
instance) throws IOException
retry = true;
}
else if(result.size() == 1){
+ LOG.info("doPrepareX(MVCC), received result size: " +
result.size() + " for transaction "
--- End diff --
An info comment here would result in 1 message per prepare. This should
probably be a debug message or trace. and should also have the preceding if
test to see if that level is enabled.
> 8616 error to display transaction conflict details.
> -----------------------------------------------------
>
> Key: TRAFODION-2414
> URL: https://issues.apache.org/jira/browse/TRAFODION-2414
> Project: Apache Trafodion
> Issue Type: Improvement
> Components: dtm, sql-exe
> Affects Versions: any
> Reporter: Prashanth Vasudev
> Assignee: Prashanth Vasudev
> Fix For: 2.1-incubating
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)