You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by bucaojit <gi...@git.apache.org> on 2015/10/16 22:02:08 UTC

[GitHub] incubator-trafodion pull request: Jira 1531

GitHub user bucaojit opened a pull request:

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

    Jira 1531

    

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

    $ git pull https://github.com/bucaojit/incubator-trafodion jira_1531

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

    https://github.com/apache/incubator-trafodion/pull/130.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 #130
    
----
commit 45d3e496453757995d6cc87153877a90537b530f
Author: Oliver Bucaojit <ol...@esgyn.com>
Date:   2015-10-16T19:18:24Z

    [TRAFODION-1531] Hitting WrongRegionException
    
    This change will help debug the issue and keep the database consistent.
    It adds a checkRow() method on the server-side put and delete to make
    sure the row key belongs in the region at DML time vs commit time.
    
    Also adding a configuration property that would be set in hbase-site.xml
    hbase.transaction.check.row
    default is 'true'
    true  - enable checkRow() code
    false - skips the check

commit c7931fbd8be185f8a88b62276d358fd03102cdff
Author: Oliver Bucaojit <ol...@esgyn.com>
Date:   2015-10-16T19:24:56Z

    Merge branch 'master' of github.com:apache/incubator-trafodion into jira_1531

----


---
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: Jira 1531

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

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


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