You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "ChenXi (Jira)" <ji...@apache.org> on 2023/11/29 05:09:00 UTC

[jira] (HDDS-9784) Datanode Write performance degradation

    [ https://issues.apache.org/jira/browse/HDDS-9784 ]


    ChenXi deleted comment on HDDS-9784:
    ------------------------------

was (Author: JIRAUSER294158):
[~szetszwo] This is a test which uses the volume of vol1. The performance almost same as the volume s3v

!image-2023-11-29-11-00-42-782.png|width=812,height=447!

> Datanode Write performance degradation
> --------------------------------------
>
>                 Key: HDDS-9784
>                 URL: https://issues.apache.org/jira/browse/HDDS-9784
>             Project: Apache Ozone
>          Issue Type: Bug
>          Components: Ozone Datanode
>            Reporter: ChenXi
>            Priority: Blocker
>         Attachments: image-2023-11-28-15-12-49-200.png, image-2023-11-28-15-13-39-193.png, image-2023-11-28-15-14-12-518.png, image-2023-11-28-15-17-47-458.png, image-2023-11-28-15-18-12-206.png, image-2023-11-28-15-21-49-301.png, image-2023-11-29-11-00-42-782.png, image-2023-11-29-11-05-49-209.png, image-2023-11-29-11-06-30-963.png, image-2023-11-29-11-07-01-321.png
>
>
> h2. Summary
> Default value of hdds.ratis.raft.server.log.appender.wait-time.min 1ms causes write new energy to degrade.
>  
> h2. Testing commands
> Datanode Write performance degradation:
> command
> ozone freon ommg --operation CREATE_KEY -n 10000000 --volume=s3v --bucket=bucket-object -t 50 --size 4k
> h2. Bad Performance 
>     <property>
>       <name>hdds.ratis.raft.server.log.appender.wait-time.min</name>
>       <value>1ms</value>
>     </property>
> !image-2023-11-28-15-14-12-518.png!
>  
> h2. Normal Performance
>     <property>
>       <name>hdds.ratis.raft.server.log.appender.wait-time.min</name>
>       <value>0</value>
>     </property>
> !image-2023-11-28-15-13-39-193.png!
>  
> h2. Other testing data can be referred to.
> 0 size performance, about 8000 QPS, this represents the highest write performance of any OM.
> the `hdds.ratis.raft.server.log.appender.wait-time.min` of om had been set to 0ms by default.
> !image-2023-11-28-15-18-12-206.png!
>  
> This represents the performance limit of the DN, about 6000 QPS, which can indicate that the cluster itself has normal read/write performance.
> !image-2023-11-28-15-21-49-301.png!
>  
> h2. Cluster info
>  * Number of Datanodes 6
>  * 12disks per Datanode
>  * HA mode for both OM and SCM
>  * Ozone version: ozone.git -r 60bb0604217fbd44dbc6b115b59fc26a297fcaba



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org