[ 
https://issues.apache.org/jira/browse/HDFS-17541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17930627#comment-17930627
 ] 

ASF GitHub Bot commented on HDFS-17541:
---------------------------------------

whbing commented on PR #6899:
URL: https://github.com/apache/hadoop/pull/6899#issuecomment-2684443361

   @2005hithlj Hi, do you have plans to continue pushing this PR forward ?




> 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
>              Labels: pull-request-available
>
> 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: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to