[
https://issues.apache.org/jira/browse/HBASE-19614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16379558#comment-16379558
]
Hudson commented on HBASE-19614:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4661 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/4661/])
HBASE-19614 Use ArrayDeque as Queue instead of LinkedList in (appy: rev
f01c90bc0e3b44fbc2c500a631cd49202d2cb975)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CompoundBloomFilterWriter.java
> Use ArrayDeque as Queue instead of LinkedList in CompoundBloomFilterWriter
> --------------------------------------------------------------------------
>
> Key: HBASE-19614
> URL: https://issues.apache.org/jira/browse/HBASE-19614
> Project: HBase
> Issue Type: Improvement
> Components: hbase
> Affects Versions: 3.0.0
> Reporter: BELUGA BEHR
> Assignee: BELUGA BEHR
> Priority: Trivial
> Fix For: 3.0.0
>
> Attachments: HBASE-19614.1.patch
>
>
> {quote}
> ArrayDeque:
> Resizable-array implementation of the Deque interface. Array deques have no
> capacity restrictions; they grow as necessary to support usage. They are not
> thread-safe; in the absence of external synchronization, they do not support
> concurrent access by multiple threads. Null elements are prohibited. *This
> class is likely to be faster than* Stack when used as a stack, and faster
> than *LinkedList when used as a queue.*
> {quote}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)