[ 
https://issues.apache.org/jira/browse/HBASE-11446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14052627#comment-14052627
 ] 

Hudson commented on HBASE-11446:
--------------------------------

FAILURE: Integrated in HBase-1.0 #13 (See 
[https://builds.apache.org/job/HBase-1.0/13/])
HBASE-11446 Reduce the frequency of RNG calls in 
SecureWALCellCodec#EncryptedKvEncoder (apurtell: rev 
0b692dfd5ab1cdbcd187551d43d30915665ea57b)
* hbase-common/src/main/java/org/apache/hadoop/hbase/io/crypto/Encryptor.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/SecureWALCellCodec.java
* 
hbase-common/src/main/java/org/apache/hadoop/hbase/io/crypto/aes/AESDecryptor.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/io/crypto/Decryptor.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/io/crypto/aes/AES.java
* 
hbase-common/src/main/java/org/apache/hadoop/hbase/io/crypto/aes/AESEncryptor.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/io/crypto/Encryption.java


> Reduce the frequency of RNG calls in SecureWALCellCodec#EncryptedKvEncoder
> --------------------------------------------------------------------------
>
>                 Key: HBASE-11446
>                 URL: https://issues.apache.org/jira/browse/HBASE-11446
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>             Fix For: 0.99.0, 0.98.4
>
>         Attachments: HBASE-11446.patch, HBASE-11446.patch, HBASE-11446.patch
>
>
> By reducing the frequency of RNG calls in 
> SecureWALCellCodec#EncryptedKvEncoder we can save 37% of on CPU time in that 
> method and 3% of total on CPU time during an ingest test. WAL processing is a 
> critical latency sensitive area.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to