You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2017/11/26 09:46:00 UTC

[jira] [Created] (HBASE-19346) Use EventLoopGroup to create AsyncFSOutput

Duo Zhang created HBASE-19346:
---------------------------------

             Summary: Use EventLoopGroup to create AsyncFSOutput
                 Key: HBASE-19346
                 URL: https://issues.apache.org/jira/browse/HBASE-19346
             Project: HBase
          Issue Type: Sub-task
            Reporter: Duo Zhang
            Assignee: Duo Zhang
             Fix For: 2.0.0-beta-1


So that we can use different event loop to manage the connections to different datanodes. And since EventLoop itself is also an EventLoopGroup, we could still use the event loop to create AsyncFSOutput so the logic of AsyncFSWAL will not be broken.

Will open a new issue to modify AsyncFSWAL and finally we can use multiple event loop.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)