Github user trinakrug commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/559#discussion_r69005276
  
    --- Diff: 
core/sqf/src/seatrans/tm/hbasetmlib2/src/main/java/org/trafodion/dtm/HBaseTxClient.java
 ---
    @@ -364,9 +335,15 @@ public void nodeUp(int nodeID) throws IOException {
                return;
            }
            rt.stopThread();
    -       try {
    -           rt.join();
    -       } catch (Exception e) { LOG.warn("Problem while waiting for the 
recovery thread to stop for node ID: " + nodeID); }
    +       boolean loopBack = false;
    +       do {
    +          try {
    +             rt.join();
    --- End diff --
    
    Should there be a loopBack = false after rt.join in the case where an 
exception occurred but then the operation succeeded? 


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to