You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/09/15 22:39:20 UTC

[jira] [Created] (HBASE-16640) TimeoutBlockingQueue#remove() should return whether the entry is removed

Ted Yu created HBASE-16640:
------------------------------

             Summary: 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


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)