You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by selvaganesang <gi...@git.apache.org> on 2016/04/05 07:03:29 UTC

[GitHub] incubator-trafodion pull request: [TRAFODION-1918] Remove auto flu...

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 <se...@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.

----


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

[GitHub] incubator-trafodion pull request: [TRAFODION-1918] Remove disablin...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


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