You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2019/02/02 07:05:00 UTC

[jira] [Created] (HBASE-21829) Use FutureUtils.addListener instead of calling whenComplete directly

Duo Zhang created HBASE-21829:
---------------------------------

             Summary: Use FutureUtils.addListener instead of calling whenComplete directly
                 Key: HBASE-21829
                 URL: https://issues.apache.org/jira/browse/HBASE-21829
             Project: HBase
          Issue Type: Sub-task
            Reporter: Duo Zhang


This can eliminate the FutureReturnValueIgnored  warnings, and also we can do the CompletionFuture unwrap in the addListener method to avoid doing it everywhere.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)