[ 
https://issues.apache.org/jira/browse/HDFS-17541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Liangjun He updated HDFS-17541:
-------------------------------
    Description: Currently, msync requests and other client requests share the 
same RPC Server on the Active NameNode. When other requests are blocked in the 
RPC Server queue due to locks, it can also block msync requests, thereby 
affecting the performance of OBNN. Since msync is essentially an empty request, 
it is necessary for us to dedicate a separate RPC Server specifically for 
handling msync requests.

> Support msync requests to a separate RPC Server
> -----------------------------------------------
>
>                 Key: HDFS-17541
>                 URL: https://issues.apache.org/jira/browse/HDFS-17541
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: Liangjun He
>            Assignee: Liangjun He
>            Priority: Major
>
> Currently, msync requests and other client requests share the same RPC Server 
> on the Active NameNode. When other requests are blocked in the RPC Server 
> queue due to locks, it can also block msync requests, thereby affecting the 
> performance of OBNN. Since msync is essentially an empty request, it is 
> necessary for us to dedicate a separate RPC Server specifically for handling 
> msync requests.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to