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

    https://github.com/apache/incubator-trafodion/pull/6#discussion_r33179792
  
    --- Diff: core/sql/executor/HTableClient.java ---
    @@ -1112,7 +1173,7 @@ public boolean release(boolean cleanJniObject) throws 
IOException {
                   try {
                      future.get(30, TimeUnit.SECONDS);
                   } catch(TimeoutException | InterruptedException e) {
    -             logger.error("Pre-fetch Thread is Cancelled, " + e);
    +             logger.error("Asynchronos Thread is Cancelled, " + e);
    --- End diff --
    
    Will fix it in my next checkin if there is no other critical issue to take 
care of


---
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