You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sa...@apache.org on 2017/01/23 17:19:19 UTC

[2/3] incubator-trafodion git commit: fix feedback comments.

fix feedback comments.


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/0ab8ac4b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/0ab8ac4b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/0ab8ac4b

Branch: refs/heads/master
Commit: 0ab8ac4b905b5ff94498eefc9051923e9bfc9e98
Parents: 30c8a83
Author: Prashant Vasudev <pr...@esgyn.com>
Authored: Thu Jan 19 21:06:59 2017 +0000
Committer: Prashant Vasudev <pr...@esgyn.com>
Committed: Thu Jan 19 21:06:59 2017 +0000

----------------------------------------------------------------------
 .../src/main/java/org/trafodion/dtm/HBaseTxClient.java           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/0ab8ac4b/core/sqf/src/seatrans/tm/hbasetmlib2/src/main/java/org/trafodion/dtm/HBaseTxClient.java
----------------------------------------------------------------------
diff --git a/core/sqf/src/seatrans/tm/hbasetmlib2/src/main/java/org/trafodion/dtm/HBaseTxClient.java b/core/sqf/src/seatrans/tm/hbasetmlib2/src/main/java/org/trafodion/dtm/HBaseTxClient.java
index 0435175..dd6bffe 100644
--- a/core/sqf/src/seatrans/tm/hbasetmlib2/src/main/java/org/trafodion/dtm/HBaseTxClient.java
+++ b/core/sqf/src/seatrans/tm/hbasetmlib2/src/main/java/org/trafodion/dtm/HBaseTxClient.java
@@ -1123,8 +1123,8 @@ public class HBaseTxClient {
                                   }
                                   if (LOG.isInfoEnabled()) 
                                   LOG.info("TRAF RCOV THREAD: TID " + txID
-                                            + " still has ts object in TM memory with state "
-                                            + hbtx.mapTransactionStates.get(txID).getStatus().toString() 
+                                            + " still has TS object in TM memory. TS details: "
+                                            + hbtx.mapTransactionStates.get(txID).toString() 
                                             + " transactionAlive: " + isTransactionStillAlive);
                                   if(isTransactionStillAlive == 1)
                                     continue; //for loop