[ 
https://issues.apache.org/jira/browse/TRAFODION-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15410489#comment-15410489
 ] 

ASF GitHub Bot commented on TRAFODION-2129:
-------------------------------------------

GitHub user selvaganesang opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/645

    [TRAFODION-2129] Trafodion to avoid use of deprecated HBase APIs/Classes

    The PR 629 for the above JIRA exposed the following issues.
    
    1) A transaction remained in HUNGABORTED state when a table is created and
    dropped in the same transaction. core/TEST116 exhibited one such hung 
aborted
    transaction.
    
    2) The retry logic was not throwing any exception when the allowed number
    of retry attempts are exhausted.
    
    3) When a UnknownTransactionException is encountered in the response to 
co-processor
    request, the commit was get into endless loop. privs1/TEST133 was returning 
error 97
    on commit transaction.
    
    All the above issues have been fixed.
    
    [TRAFODION-1988] Better java exception handling in the java/JNI layer of TM
    
    Cleaned up the exception logging in TM further and allowing more events to
    be logged via Common Logger facility.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/selvaganesang/incubator-trafodion 
trafodion-2129_1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/645.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #645
    
----
commit 98a0daa7cfc68aef62014d88377eb2e3b4f957f3
Author: selvaganesang <[email protected]>
Date:   2016-08-06T04:43:12Z

    [TRAFODION-2129] Trafodion to avoid use of deprecated HBase APIs/Classes
    
    The PR 629 for the above JIRA exposed the following issues.
    
    1) A transaction remained in HUNGABORTED state when a table is created and
    dropped in the same transaction. core/TEST116 exhibited one such hung 
aborted
    transaction.
    
    2) The retry logic was not throwing any exception when the allowed number
    of retry attempts are exhausted.
    
    3) When a UnknownTransactionException is encountered in the response to 
co-processor
    request, the commit was get into endless loop. privs1/TEST133 was returning 
error 97
    on commit transaction.
    
    All the above issues have been fixed.
    
    [TRAFODION-1988] Better java exception handling in the java/JNI layer of TM
    
    Cleaned up the exception logging in TM further and allowing more events to
    be logged via Common Logger facility.

----


> Trafodion to avoid use of deprecated HBase APIs/Classes
> -------------------------------------------------------
>
>                 Key: TRAFODION-2129
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2129
>             Project: Apache Trafodion
>          Issue Type: Improvement
>          Components: dtm, sql-exe
>    Affects Versions: 2.0-incubating
>            Reporter: Selvaganesan Govindarajan
>            Assignee: Selvaganesan Govindarajan
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Avoid the use of HConnection, HConnectionManager and, HBaseAdmin in Trafodion 
> and use Connection, ConnectionFactory and Admin respectively. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to