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)

Reply via email to