You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Wei-Chiu Chuang (JIRA)" <ji...@apache.org> on 2019/02/21 13:35:08 UTC

[jira] [Created] (HADOOP-16130) Support delegation token operations in KMS Benchmark

Wei-Chiu Chuang created HADOOP-16130:
----------------------------------------

             Summary: Support delegation token operations in KMS Benchmark
                 Key: HADOOP-16130
                 URL: https://issues.apache.org/jira/browse/HADOOP-16130
             Project: Hadoop Common
          Issue Type: Improvement
    Affects Versions: 3.3.0
            Reporter: Wei-Chiu Chuang


At the last Hadoop Contributors Meetup, [~daryn] mentioned another KMS throughput bottleneck is ZooKeeper -- KMS uses ZK to store delegation tokens. ZK would be brought to a halt under heavy KMS dt operations. That sounds critical especially given that in most deployments KMS share the same ZK quorum as HDFS, it would cause NameNode failover.

The current KMS benchmark does not support delegation token operations (addDelegationTokens, cancelDelegationToken, renewDelegationToken) so it's hard to understand how bad it is, and hard to quantify the improvement of a fix.

File this jira to support those operations before we move on to the fix for the ZK issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org