Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,21 @@ OZONE-SITE.XML_ozone.scm.client.address=scm

OZONE-SITE.XML_hdds.datanode.dir=/data/hdds

# If SCM sends container close commands as part of upgrade finalization while
# datanodes are doing a leader election, all 3 replicas may end up in the
# CLOSING state. The replication manager must be running to later move them to
# a CLOSED state so the datanodes can progress with finalization.
#
# This config sets the amount of time SCM will wait after safemode exit to
# start the replication manager and pipeline scrubber. The default of 5 minutes
# is fine in real clusters to prevent unnecessary over-replication,
# but it is too long for this test.
OZONE-SITE.XML_hdds.scm.wait.time.after.safemode.exit=5s
# If datanodes take too long to close pipelines during finalization, let the
# scrubber force close them to move the test forward.
OZONE-SITE.XML_ozone.scm.pipeline.scrub.interval=1m
OZONE-SITE.XML_ozone.scm.pipeline.allocated.timeout=2m

OZONE-SITE.XML_ozone.recon.db.dir=/data/metadata/recon
OZONE-SITE.XML_ozone.recon.om.snapshot.task.interval.delay=1m

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*** Settings ***
Documentation Finalize Upgrade of OMs and SCM
Resource ../commonlib.robot
Test Timeout 5 minutes
Test Timeout 10 minutes
Test Setup Run Keyword if '${SECURITY_ENABLED}' == 'true' Kinit test user testuser testuser.keytab

*** Test Cases ***
Expand Down