Skip to content

Commit

Permalink
HDDS-11601. Intermittent failure in acceptance balancer test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniilchik committed Oct 24, 2024
1 parent 89ba67c commit 5b1e92e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ OZONE-SITE.XML_hdds.datanode.du.refresh.period=20s
OZONE-SITE.XML_hdds.datanode.dir=/data/hdds
OZONE-SITE.XML_hdds.datanode.container.db.dir=/data/metadata
OZONE-SITE.XML_hdds.datanode.volume.min.free.space=100MB
OZONE-SITE.XML_hdds.container.balancer.balancing.iteration.interval=3m
OZONE-SITE.XML_ozone.scm.pipeline.creation.auto.factor.one=false
OZONE-SITE.XML_ozone.datanode.pipeline.limit=1
OZONE-SITE.XML_hdds.scmclient.max.retry.timeout=30s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Datanode Recommission is Finished
Should Not Contain ${result} ENTERING_MAINTENANCE

Run Container Balancer
${result} = Execute ozone admin containerbalancer start -t 0.1 -d 100 -i 1
${result} = Execute ozone admin containerbalancer start -t 0.1 -d 100 -i 2
Should Contain ${result} Container Balancer started successfully.

Wait Finish Of Balancing
Expand Down

0 comments on commit 5b1e92e

Please sign in to comment.