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

    https://github.com/apache/incubator-trafodion/pull/730#discussion_r80742607
  
    --- Diff: 
core/sqf/src/seatrans/hbase-trx/src/main/java/org/apache/hadoop/hbase/client/transactional/TransactionManager.java
 ---
    @@ -3010,12 +3010,12 @@ public RecoveryRequestResponse 
call(TrxRegionService instance) throws IOExceptio
                   rresult = table.coprocessorService(TrxRegionService.class, 
startKey, endKey, callable);
                 }
                 catch (ServiceException se) {
    -                LOG.error("Exception thrown when calling coprocessor: ", 
se);
    -                throw new IOException("Problem with calling coprocessor, 
no regions returned result", se);
    +                LOG.error("Service exception thrown when recoveryRequest: 
", se);
    --- End diff --
    
    Reading the text, I see, "Service exception thrown when recoveryRequest". 
I'm left wondering, "when recoveryRequest what?" Is that information packaged 
inside the se object?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to