[
https://issues.apache.org/jira/browse/HBASE-16640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated HBASE-16640:
---------------------------
Attachment: 16640.v2.txt
> TimeoutBlockingQueue#remove() should return whether the entry is removed
> ------------------------------------------------------------------------
>
> Key: HBASE-16640
> URL: https://issues.apache.org/jira/browse/HBASE-16640
> Project: HBase
> Issue Type: Improvement
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Minor
> Attachments: 16640.v1.txt, 16640.v2.txt
>
>
> Currently return type of TimeoutBlockingQueue#remove() is void.
> The caller has no way of knowing whether the entry is really removed.
> This issue changes the return type to boolean. True is returned when entry is
> removed, false is returned otherwise.
> The change was proposed first in HBASE-16639.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)