Xiao Chen created HADOOP-15023:
----------------------------------

             Summary: ValueQueue should also validate (lowWatermark * 
numValues) > 0 on construction
                 Key: HADOOP-15023
                 URL: https://issues.apache.org/jira/browse/HADOOP-15023
             Project: Hadoop Common
          Issue Type: Improvement
            Reporter: Xiao Chen
            Priority: Minor


ValueQueue has precondition checks for each item independently, but does not 
check {{(int)(lowWatermark * numValues) > 0}}. If the product is low enough, 
casting to int will wrap that to 0, causing problems later when filling / 
getting from the queue.

[code|https://github.com/apache/hadoop/blob/branch-3.0.0-beta1/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/kms/ValueQueue.java#L224]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to