We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f4303 commit 19fed55Copy full SHA for 19fed55
tests/templates/kuttl/shutdown/30-install-hbase.yaml.j2
@@ -27,6 +27,14 @@ spec:
27
roleGroups:
28
default:
29
replicas: 2
30
+ configOverrides:
31
+ hbase-site.xml:
32
+ # Prevent the master from re-assigning the region when the region server is
33
+ # gone. Otherwise, the test case would not fail if the region mover fails. The
34
+ # default retainment wait period is larger than the test step timeout. This
35
+ # works only for HBase 2.6 (https://issues.apache.org/jira/browse/HBASE-27551).
36
+ hbase.master.scp.retain.assignment: "true"
37
+ hbase.master.scp.retain.assignment.force: "true"
38
regionServers:
39
config:
40
gracefulShutdownTimeout: 2m # one minute for the region mover
0 commit comments