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

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

GitHub user selvaganesang opened a pull request:

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

    [TRAFODION-1918] Remove auto flush concept in Trafodion

    The auto flush is on by default in insertRows method. But insertRows was
    incorrectly called with the wrong parameter. In fixing this issue, it was
    observed that auto flush is deprecated in HBase 1.x. It is also incorrect
    to disable auto flush in Trafodion. Hence removed the code related to
    auto flush, flush table and flush all tables in Trafodion.
    
    All these are dormant code in Trafodion.
    
    Also disabled executor/TEST106 for now because it seems to cause a hang
    at the time of drop table.

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

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

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

    https://github.com/apache/incubator-trafodion/pull/416.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 #416
    
----
commit 8fb334ac59f49e23259956b28db932e909bad59d
Author: selvaganesang <selva.govindara...@esgyn.com>
Date:   2016-04-05T04:51:29Z

    [TRAFODION-1918] Remove auto flush concept in Trafodion
    
    The auto flush is on by default in insertRows method. But insertRows was
    incorrectly called with the wrong parameter. In fixing this issue, it was
    observed that auto flush is deprecated in HBase 1.x. It is also incorrect
    to disable auto flush in Trafodion. Hence removed the code related to
    auto flush, flush table and flush all tables in Trafodion.
    
    All these are dormant code in Trafodion.
    
    Also disabled executor/TEST106 for now because it seems to cause a hang
    at the time of drop table.

----


> Remove AUTO flush concept in Trafodion
> --------------------------------------
>
>                 Key: TRAFODION-1918
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-1918
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: sql-cmp, sql-exe
>    Affects Versions: 2.0-incubating
>            Reporter: Selvaganesan Govindarajan
>            Priority: Critical
>




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

Reply via email to