GitHub user robertamarton opened a pull request:

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

    TRAFODION-1595 Privilege manager tables missing from HBase

    

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

    $ git pull https://github.com/robertamarton/incubator-trafodion priv-fixes

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

    https://github.com/apache/incubator-trafodion/pull/290.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 #290
    
----
commit 0aae33174833e4c79306241d9b6c9436fe611b37
Author: Roberta Marton <[email protected]>
Date:   2016-01-28T17:02:39Z

    Privilege fixes for TRAFODION-1595
    
    TRAFODION-1595 Privilege manager tables missing from HBase
    
    If initialize authorization fails for any reason, some remnants of the 
operation
    remain around. Once DDL_TRANSACTIONS have been enabled, then this issue goes
    away.
    
    Code changes have been made as follows:
    
    - If the initialize operation fails and DDL_TRANSACTIONS is not enabled, go
      ahead and cleanup all remnants of the operation.
    
    - Added new option to cleanup after a failed authorization attempt:
        INITIALIZE AUTHORIZATION, CLEANUP.
      The CLEANUP option can be used to clean up after a failed initialize 
attempt
      when the DROP option fails.
    
    - Added logging into the initialize, drop, and cleanup authorization 
requests.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to