[jira] [Created] (HADOOP-11322) key based ACL check in KMS always check KeyOpType.MANAGEMENT even actual KeyOpType is not MANAGEMENT

2014-11-19 Thread Dian Fu (JIRA)
Dian Fu created HADOOP-11322: Summary: key based ACL check in KMS always check KeyOpType.MANAGEMENT even actual KeyOpType is not MANAGEMENT Key: HADOOP-11322 URL: https://issues.apache.org/jira/browse/HADOOP-11322

[jira] [Updated] (HADOOP-11322) key based ACL check in KMS always check KeyOpType.MANAGEMENT even actual KeyOpType is not MANAGEMENT

2014-11-19 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11322: - Attachment: HADOOP-11322.patch A quick patch attached. key based ACL check in KMS always check

[jira] [Commented] (HADOOP-11322) key based ACL check in KMS always check KeyOpType.MANAGEMENT even actual KeyOpType is not MANAGEMENT

2014-11-21 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14220731#comment-14220731 ] Dian Fu commented on HADOOP-11322: -- Thanks [~hitliuyi] for review. {quote} And in

[jira] [Updated] (HADOOP-11322) key based ACL check in KMS always check KeyOpType.MANAGEMENT even actual KeyOpType is not MANAGEMENT

2014-11-21 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11322: - Attachment: HADOOP-11322.patch.2 Updated the patch: add some test cases and remove a few unnecessary

[jira] [Created] (HADOOP-11329) should add HADOOP_HOME as part of kms's startup options

2014-11-23 Thread Dian Fu (JIRA)
Dian Fu created HADOOP-11329: Summary: should add HADOOP_HOME as part of kms's startup options Key: HADOOP-11329 URL: https://issues.apache.org/jira/browse/HADOOP-11329 Project: Hadoop Common

[jira] [Updated] (HADOOP-11329) should add HADOOP_HOME as part of kms's startup options

2014-11-23 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11329: - Description: Currently, HADOOP_HOME isn't part of the start up options of KMS. If I add the the

[jira] [Updated] (HADOOP-11329) should add HADOOP_HOME as part of kms's startup options

2014-11-23 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11329: - Description: Currently, HADOOP_HOME isn't part of the start up options of KMS. If I add the the

[jira] [Commented] (HADOOP-11322) key based ACL check in KMS always check KeyOpType.MANAGEMENT even actual KeyOpType is not MANAGEMENT

2014-11-23 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14222709#comment-14222709 ] Dian Fu commented on HADOOP-11322: -- Thanks [~hitliuyi]] for review. key based ACL

[jira] [Commented] (HADOOP-11329) should add HADOOP_HOME as part of kms's startup options

2014-11-23 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14222723#comment-14222723 ] Dian Fu commented on HADOOP-11329: -- Thanks [~aw] for your comments. Yes, agree with

[jira] [Created] (HADOOP-11330) KMSClientProvider should use PseudoDelegationTokenAuthenticator as the Authenticator when security is disabled to improve performance

2014-11-24 Thread Dian Fu (JIRA)
Dian Fu created HADOOP-11330: Summary: KMSClientProvider should use PseudoDelegationTokenAuthenticator as the Authenticator when security is disabled to improve performance Key: HADOOP-11330 URL:

[jira] [Created] (HADOOP-11332) KerberosAuthenticator#doSpnegoSequence should check if kerberos TGT is available in the subject

2014-11-25 Thread Dian Fu (JIRA)
Dian Fu created HADOOP-11332: Summary: KerberosAuthenticator#doSpnegoSequence should check if kerberos TGT is available in the subject Key: HADOOP-11332 URL: https://issues.apache.org/jira/browse/HADOOP-11332

[jira] [Updated] (HADOOP-11332) KerberosAuthenticator#doSpnegoSequence should check if kerberos TGT is available in the subject

2014-11-25 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11332: - Attachment: HADOOP-11332.patch A simple patch attached to solve this issue. Any comments would be

[jira] [Commented] (HADOOP-11332) KerberosAuthenticator#doSpnegoSequence should check if kerberos TGT is available in the subject

2014-11-25 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14224399#comment-14224399 ] Dian Fu commented on HADOOP-11332: -- This patch currently only considered the clients

[jira] [Updated] (HADOOP-11332) KerberosAuthenticator#doSpnegoSequence should check if kerberos TGT is available in the subject

2014-11-25 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11332: - Assignee: (was: Dian Fu) KerberosAuthenticator#doSpnegoSequence should check if kerberos TGT is

[jira] [Created] (HADOOP-11337) KeyAuthorizationKeyProvider#doAccessCheck should throw exception when metadata for the specified key is null

2014-11-25 Thread Dian Fu (JIRA)
Dian Fu created HADOOP-11337: Summary: KeyAuthorizationKeyProvider#doAccessCheck should throw exception when metadata for the specified key is null Key: HADOOP-11337 URL:

[jira] [Updated] (HADOOP-11337) KeyAuthorizationKeyProvider#doAccessCheck should throw exception if metadata for the specified key is null

2014-11-25 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11337: - Summary: KeyAuthorizationKeyProvider#doAccessCheck should throw exception if metadata for the specified

[jira] [Commented] (HADOOP-11329) should add HADOOP_HOME as part of kms's startup options

2014-11-25 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14225838#comment-14225838 ] Dian Fu commented on HADOOP-11329: -- Hi [~asuresh], a small issue with this patch is

[jira] [Updated] (HADOOP-11337) KeyAuthorizationKeyProvider#doAccessCheck should throw exception if metadata for the specified key is null

2014-11-25 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11337: - Attachment: HADOOP-11337.patch Uploading a patch which adds a {{ReadWriteLock}} in

[jira] [Updated] (HADOOP-11337) KeyAuthorizationKeyProvider#doAccessCheck should throw exception if metadata for the specified key is null

2014-11-26 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11337: - Status: Patch Available (was: Open) KeyAuthorizationKeyProvider#doAccessCheck should throw exception

[jira] [Commented] (HADOOP-11341) Check if user is present in default key ACL if user does not have explicit key ACLS

2014-11-26 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14227176#comment-14227176 ] Dian Fu commented on HADOOP-11341: -- Hi [~asuresh], this patch does can solve the issue

[jira] [Updated] (HADOOP-11337) KeyAuthorizationKeyProvider#getMetadata should be atomic

2014-11-27 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11337: - Summary: KeyAuthorizationKeyProvider#getMetadata should be atomic (was:

[jira] [Updated] (HADOOP-11337) KeyAuthorizationKeyProvider#doAccessCheck should throw exception if metadata for the specified key is null

2014-11-27 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11337: - Description: In {{KeyAuthorizationKeyProvider#getMetadata}}, if firstly call

[jira] [Commented] (HADOOP-11341) Check if user is present in default key ACL if user does not have explicit key ACLS

2014-11-27 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14227588#comment-14227588 ] Dian Fu commented on HADOOP-11341: -- Hi [~asuresh], just thought of another point: It

[jira] [Created] (HADOOP-11342) KMS key ACL should ignore ALL operation of default key ACL

2014-11-27 Thread Dian Fu (JIRA)
Dian Fu created HADOOP-11342: Summary: KMS key ACL should ignore ALL operation of default key ACL Key: HADOOP-11342 URL: https://issues.apache.org/jira/browse/HADOOP-11342 Project: Hadoop Common

[jira] [Updated] (HADOOP-11342) KMS key ACL should ignore ALL operation of default key ACL

2014-11-27 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11342: - Status: Patch Available (was: Open) KMS key ACL should ignore ALL operation of default key ACL

[jira] [Updated] (HADOOP-11342) KMS key ACL should ignore ALL operation of default key ACL

2014-11-27 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11342: - Attachment: HADOOP-11342.patch Upload a quick patch to fix this issue. KMS key ACL should ignore ALL

[jira] [Commented] (HADOOP-11341) Add support for root key KMS ACLs

2014-11-27 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14228052#comment-14228052 ] Dian Fu commented on HADOOP-11341: -- Hi, [~asuresh], agree that root key ACL is a good

[jira] [Updated] (HADOOP-11342) KMS key ACL should ignore ALL operation of default key ACL

2014-11-30 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11342: - Attachment: HADOOP-11342.2.patch Upload a patch based on HADOOP-11341 as root key acl also have this

[jira] [Commented] (HADOOP-11341) Add support for root key KMS ACLs

2014-11-30 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14229335#comment-14229335 ] Dian Fu commented on HADOOP-11341: -- Hi [~asuresh], this patch looks good to me. Thanks

[jira] [Commented] (HADOOP-11337) KeyAuthorizationKeyProvider access checks need to be done atomically

2014-12-01 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14231037#comment-14231037 ] Dian Fu commented on HADOOP-11337: -- Hi [~andrew.wang], thanks a lot for review and

[jira] [Updated] (HADOOP-11342) KMS key ACL should ignore ALL operation of default key ACL

2014-12-01 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11342: - Attachment: HADOOP-11342.3.patch Correct typos in comments from root key acl to whitelist key acl.

[jira] [Updated] (HADOOP-11342) KMS key ACL should ignore ALL operation for default key ACL and whitelist key ACL

2014-12-02 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11342: - Summary: KMS key ACL should ignore ALL operation for default key ACL and whitelist key ACL (was: KMS

[jira] [Updated] (HADOOP-11342) KMS key ACL should ignore ALL operation for default key ACL and whitelist key ACL

2014-12-02 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11342: - Description: KMS key ACL should ignore ALL operation for default key ACL and whitelist key ACL, while

[jira] [Updated] (HADOOP-11342) KMS key ACL should ignore ALL operation for default key ACL and whitelist key ACL

2014-12-02 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11342: - Attachment: HADOOP-11342.4.patch KMS key ACL should ignore ALL operation for default key ACL and

[jira] [Commented] (HADOOP-11342) KMS key ACL should ignore ALL operation for default key ACL and whitelist key ACL

2014-12-02 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14232476#comment-14232476 ] Dian Fu commented on HADOOP-11342: -- Hi [~andrew.wang], thanks for your review and

[jira] [Created] (HADOOP-11348) ERROR message for finding openssl should not print CUSTOM_OPENSSL_INCLUDE_DIR

2014-12-02 Thread Dian Fu (JIRA)
Dian Fu created HADOOP-11348: Summary: ERROR message for finding openssl should not print CUSTOM_OPENSSL_INCLUDE_DIR Key: HADOOP-11348 URL: https://issues.apache.org/jira/browse/HADOOP-11348 Project:

[jira] [Updated] (HADOOP-11348) ERROR message for finding openssl should not print CUSTOM_OPENSSL_INCLUDE_DIR

2014-12-02 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11348: - Priority: Minor (was: Major) ERROR message for finding openssl should not print

[jira] [Updated] (HADOOP-11348) ERROR message for finding openssl should not print CUSTOM_OPENSSL_INCLUDE_DIR

2014-12-02 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11348: - Attachment: HADOOP-11348.patch Upload a simple patch to fix this issue. ERROR message for finding

[jira] [Updated] (HADOOP-11348) ERROR message for finding openssl should not print CUSTOM_OPENSSL_INCLUDE_DIR

2014-12-02 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11348: - Status: Patch Available (was: Open) ERROR message for finding openssl should not print

[jira] [Commented] (HADOOP-11332) KerberosAuthenticator#doSpnegoSequence should check if kerberos TGT is available in the subject

2014-12-03 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14233869#comment-14233869 ] Dian Fu commented on HADOOP-11332: -- Hi [~atm], thanks for review and commit. This JIRA

[jira] [Commented] (HADOOP-11348) ERROR message for finding openssl should not print CUSTOM_OPENSSL_INCLUDE_DIR

2014-12-03 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14233873#comment-14233873 ] Dian Fu commented on HADOOP-11348: -- Thanks [~cmccabe] for review and comments. ERROR

[jira] [Commented] (HADOOP-11348) Remove unused variable from CMake error message for finding openssl

2014-12-04 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14234879#comment-14234879 ] Dian Fu commented on HADOOP-11348: -- Thanks [~andrew.wang] for commits. Thanks very

[jira] [Commented] (HADOOP-11348) Remove unused variable from CMake error message for finding openssl

2014-12-04 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14234885#comment-14234885 ] Dian Fu commented on HADOOP-11348: -- Thanks [~cmccabe] for review and commits, thanks

[jira] [Commented] (HADOOP-11332) KerberosAuthenticator#doSpnegoSequence should check if kerberos TGT is available in the subject

2014-12-05 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14235472#comment-14235472 ] Dian Fu commented on HADOOP-11332: -- Hi [~atm], thanks for review and commit. Agree that

[jira] [Assigned] (HADOOP-11335) KMS ACL in meta data or database

2014-12-16 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu reassigned HADOOP-11335: Assignee: Dian Fu (was: Jerry Chen) KMS ACL in meta data or database

[jira] [Assigned] (HADOOP-11336) Native support of KMS High Availability and Scalability

2014-12-16 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu reassigned HADOOP-11336: Assignee: Dian Fu (was: Jerry Chen) Native support of KMS High Availability and Scalability

[jira] [Created] (HADOOP-11434) Correct the comment of ByteBufferReadable#read

2014-12-19 Thread Dian Fu (JIRA)
Dian Fu created HADOOP-11434: Summary: Correct the comment of ByteBufferReadable#read Key: HADOOP-11434 URL: https://issues.apache.org/jira/browse/HADOOP-11434 Project: Hadoop Common Issue Type:

[jira] [Updated] (HADOOP-11434) Correct the comment of ByteBufferReadable#read

2014-12-19 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11434: - Status: Patch Available (was: Open) Correct the comment of ByteBufferReadable#read

[jira] [Updated] (HADOOP-11434) Correct the comment of ByteBufferReadable#read

2014-12-19 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11434: - Attachment: HADOOP-11434.001.patch Upload a small patch to correct the comments. Correct the comment

[jira] [Commented] (HADOOP-11434) Correct the comment of ByteBufferReadable#read

2014-12-21 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14255104#comment-14255104 ] Dian Fu commented on HADOOP-11434: -- Thanks [~hitliuyi] for comment. Yes, this is indeed

[jira] [Updated] (HADOOP-11335) KMS ACL in meta data or database

2015-01-17 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11335: - Attachment: HADOOP-11335.003.patch KMS ACL in meta data or database

[jira] [Commented] (HADOOP-11335) KMS ACL in meta data or database

2015-01-17 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14281352#comment-14281352 ] Dian Fu commented on HADOOP-11335: -- Hi [~asuresh], thanks a lot for your review and

[jira] [Commented] (HADOOP-11335) KMS ACL in meta data or database

2015-01-17 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14281666#comment-14281666 ] Dian Fu commented on HADOOP-11335: -- The test failure is unrelated to this patch. I have

[jira] [Updated] (HADOOP-11469) KMS should skip default.key.acl and whitelist.key.acl when loading key acl

2015-01-15 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11469: - Attachment: HADOOP-11469.003.patch KMS should skip default.key.acl and whitelist.key.acl when loading

[jira] [Updated] (HADOOP-11469) KMS should skip default.key.acl and whitelist.key.acl when loading key acl

2015-01-14 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11469: - Attachment: HADOOP-11469.002.patch KMS should skip default.key.acl and whitelist.key.acl when loading

[jira] [Commented] (HADOOP-11469) KMS should skip default.key.acl and whitelist.key.acl when loading key acl

2015-01-14 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14278075#comment-14278075 ] Dian Fu commented on HADOOP-11469: -- Hi [~clamb], thanks a lot for review and comments.

[jira] [Updated] (HADOOP-11335) KMS ACL in meta data or database

2015-01-14 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11335: - Attachment: HADOOP-11335.002.patch Update the patch to fix compile warnings and findbug warnings. KMS

[jira] [Commented] (HADOOP-11335) KMS ACL in meta data or database

2015-01-14 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14278390#comment-14278390 ] Dian Fu commented on HADOOP-11335: -- The test failure seems unrelated to this patch.

[jira] [Commented] (HADOOP-11469) KMS should skip default.key.acl and whitelist.key.acl when loading key acl

2015-01-15 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14279666#comment-14279666 ] Dian Fu commented on HADOOP-11469: -- Hi [~clamb], Nice advice, thanks very much. Have

[jira] [Commented] (HADOOP-11335) KMS ACL in meta data or database

2015-02-18 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14326254#comment-14326254 ] Dian Fu commented on HADOOP-11335: -- {quote}my opinion is that for the Metadata based

[jira] [Commented] (HADOOP-11469) KMS should skip default.key.acl and whitelist.key.acl when loading key acl

2015-01-26 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14292992#comment-14292992 ] Dian Fu commented on HADOOP-11469: -- Thanks [~hitliuyi]] for review and comments. Have

[jira] [Updated] (HADOOP-11469) KMS should skip default.key.acl and whitelist.key.acl when loading key acl

2015-01-26 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11469: - Attachment: HADOOP-11469.004.patch KMS should skip default.key.acl and whitelist.key.acl when loading

[jira] [Commented] (HADOOP-11469) KMS should skip default.key.acl and whitelist.key.acl when loading key acl

2015-01-26 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14293100#comment-14293100 ] Dian Fu commented on HADOOP-11469: -- Thanks [~hitliuyi] for the comments. Agree with you

[jira] [Updated] (HADOOP-11469) KMS should skip default.key.acl and whitelist.key.acl when loading key acl

2015-01-26 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11469: - Attachment: HADOOP-11469.005.patch KMS should skip default.key.acl and whitelist.key.acl when loading

[jira] [Updated] (HADOOP-11335) KMS ACL in meta data or database

2015-01-26 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11335: - Attachment: HADOOP-11335.004.patch KMS ACL in meta data or database

[jira] [Updated] (HADOOP-11469) KMS should skip default.key.acl and whitelist.key.acl when loading key acl

2015-01-26 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11469: - Attachment: HADOOP-11469.006.patch Updated the patch to remove unnecessary imports. KMS should skip

[jira] [Commented] (HADOOP-11335) KMS ACL in meta data or database

2015-01-26 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14293114#comment-14293114 ] Dian Fu commented on HADOOP-11335: -- Major changes in this patch: Remove class

[jira] [Updated] (HADOOP-11335) KMS ACL in meta data or database

2015-01-27 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11335: - Attachment: HADOOP-11335.005.patch Update the patch to fix the unit test failure. KMS ACL in meta

[jira] [Updated] (HADOOP-11335) KMS ACL in meta data or database

2015-01-05 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11335: - Attachment: KMS ACL in metadata or database.pdf A design doc has been attached. Any comments will be

[jira] [Updated] (HADOOP-11469) KMS should skip default.key.acl and whiltelist.key.acl when loading key acl

2015-01-14 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11469: - Status: Patch Available (was: Open) KMS should skip default.key.acl and whiltelist.key.acl when

[jira] [Commented] (HADOOP-11469) KMS should skip default.key.acl and whiltelist.key.acl when loading key acl

2015-01-14 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14276721#comment-14276721 ] Dian Fu commented on HADOOP-11469: -- Any comments? This is obviously an issue although

[jira] [Updated] (HADOOP-11335) KMS ACL in meta data or database

2015-01-14 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11335: - Status: Patch Available (was: Open) KMS ACL in meta data or database

[jira] [Commented] (HADOOP-11335) KMS ACL in meta data or database

2015-02-13 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14321017#comment-14321017 ] Dian Fu commented on HADOOP-11335: -- Hi [~asuresh], really sorry for late reply. Most

[jira] [Created] (HADOOP-11469) KMS should skip default.key.acl and whiltelist.key.acl when loading key acl

2015-01-08 Thread Dian Fu (JIRA)
Dian Fu created HADOOP-11469: Summary: KMS should skip default.key.acl and whiltelist.key.acl when loading key acl Key: HADOOP-11469 URL: https://issues.apache.org/jira/browse/HADOOP-11469 Project:

[jira] [Updated] (HADOOP-11469) KMS should skip default.key.acl and whiltelist.key.acl when loading key acl

2015-01-08 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11469: - Attachment: HADOOP-11469.001.patch Uploaded a simple patch to fix this issue. KMS should skip

[jira] [Commented] (HADOOP-11335) KMS ACL in meta data or database

2015-03-10 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14356171#comment-14356171 ] Dian Fu commented on HADOOP-11335: -- Thanks a lot for review and comments [~asuresh].

[jira] [Commented] (HADOOP-11335) KMS ACL in meta data or database

2015-03-10 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14356288#comment-14356288 ] Dian Fu commented on HADOOP-11335: -- Got your points. That's a good idea. Will update

[jira] [Updated] (HADOOP-11335) KMS ACL in meta data or database

2015-03-02 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11335: - Attachment: HADOOP-11335.006.patch KMS ACL in meta data or database

[jira] [Commented] (HADOOP-11335) KMS ACL in meta data or database

2015-03-02 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1434#comment-1434 ] Dian Fu commented on HADOOP-11335: -- Hi [~asuresh], have updated the patch according to

[jira] [Commented] (HADOOP-11335) KMS ACL in meta data or database

2015-03-02 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14344686#comment-14344686 ] Dian Fu commented on HADOOP-11335: -- Seems the test failures are unrelated to this

[jira] [Commented] (HADOOP-11469) KMS should skip default.key.acl and whitelist.key.acl when loading key acl

2015-01-25 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14291370#comment-14291370 ] Dian Fu commented on HADOOP-11469: -- Thanks [~clamb] for review. Could you help to

[jira] [Updated] (HADOOP-11335) KMS ACL in meta data or database

2015-04-27 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11335: - Attachment: HADOOP-11335.007.patch KMS ACL in meta data or database

[jira] [Commented] (HADOOP-11335) KMS ACL in meta data or database

2015-04-27 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14516267#comment-14516267 ] Dian Fu commented on HADOOP-11335: -- Hi [~asuresh], really sorry for late update of this

[jira] [Updated] (HADOOP-11335) KMS ACL in meta data or database

2015-06-04 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-11335: - Attachment: HADOOP-11335.008.patch KMS ACL in meta data or database

[jira] [Commented] (HADOOP-11335) KMS ACL in meta data or database

2015-06-04 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14572540#comment-14572540 ] Dian Fu commented on HADOOP-11335: -- Hi [~asuresh], As discussed offline, I have

[jira] [Commented] (HADOOP-11335) KMS ACL in meta data or database

2015-06-26 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14603865#comment-14603865 ] Dian Fu commented on HADOOP-11335: -- Hi [~sross], That's a good question. In the

[jira] [Assigned] (HADOOP-10768) Optimize Hadoop RPC encryption performance

2016-04-12 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu reassigned HADOOP-10768: Assignee: Dian Fu (was: Yi Liu) > Optimize Hadoop RPC encryption performance >

[jira] [Updated] (HADOOP-10768) Optimize Hadoop RPC encryption performance

2016-04-12 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-10768: - Attachment: HADOOP-10768.001.patch As discussed with [~hitliuyi] offline, I'd like to pick up this

[jira] [Updated] (HADOOP-10768) Optimize Hadoop RPC encryption performance

2016-04-12 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-10768: - Status: Patch Available (was: In Progress) > Optimize Hadoop RPC encryption performance >

[jira] [Commented] (HADOOP-10768) Optimize Hadoop RPC encryption performance

2016-04-14 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15240732#comment-15240732 ] Dian Fu commented on HADOOP-10768: -- Updated the patch to fix the checkstyle issues. The test failures

[jira] [Updated] (HADOOP-10768) Optimize Hadoop RPC encryption performance

2016-04-14 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-10768: - Attachment: HADOOP-10768.002.patch > Optimize Hadoop RPC encryption performance >

[jira] [Commented] (HADOOP-12994) Specify PositionedReadable, add contract tests, fix problems

2016-04-14 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15240725#comment-15240725 ] Dian Fu commented on HADOOP-12994: -- Test TestShortCircuitLocalRead fails after this patch is in: {code}

[jira] [Updated] (HADOOP-10768) Optimize Hadoop RPC encryption performance

2016-04-15 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HADOOP-10768: - Attachment: Optimize Hadoop RPC encryption performance.pdf > Optimize Hadoop RPC encryption performance

[jira] [Commented] (HADOOP-10768) Optimize Hadoop RPC encryption performance

2016-04-15 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15242567#comment-15242567 ] Dian Fu commented on HADOOP-10768: -- Hi [~drankye], Thanks a lot for your comments. Have attached the

[jira] [Commented] (HADOOP-10768) Optimize Hadoop RPC encryption performance

2017-10-29 Thread Dian Fu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16224316#comment-16224316 ] Dian Fu commented on HADOOP-10768: -- Hi, [~daryn], [~atm], very sorry for the late response. I'm afraid