File tree Expand file tree Collapse file tree 6 files changed +21
-6
lines changed
Expand file tree Collapse file tree 6 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 1414{% endif %}
1515 servers:
1616 config:
17+ gracefulShutdownTimeout: 1m
1718 logging:
1819 enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
1920 roleGroups:
Original file line number Diff line number Diff line change 1414{% endif %}
1515 nameNodes:
1616 config:
17+ gracefulShutdownTimeout: 1m
1718 listenerClass: "cluster-internal"
1819 logging:
1920 enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
2223 replicas: 2
2324 dataNodes:
2425 config:
26+ gracefulShutdownTimeout: 1m
2527 listenerClass: "cluster-internal"
2628 logging:
2729 enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
3032 replicas: 1
3133 journalNodes:
3234 config:
35+ gracefulShutdownTimeout: 1m
3336 logging:
3437 enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
3538 roleGroups:
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ metadata:
1212spec :
1313 template :
1414 spec :
15- terminationGracePeriodSeconds : 1200
15+ terminationGracePeriodSeconds : 60
1616status :
1717 readyReplicas : 2
1818 replicas : 2
@@ -24,7 +24,7 @@ metadata:
2424spec :
2525 template :
2626 spec :
27- terminationGracePeriodSeconds : 3600
27+ terminationGracePeriodSeconds : 120
2828status :
2929 readyReplicas : 2
3030 replicas : 2
@@ -36,7 +36,7 @@ metadata:
3636spec :
3737 template :
3838 spec :
39- terminationGracePeriodSeconds : 300
39+ terminationGracePeriodSeconds : 60
4040status :
4141 readyReplicas : 2
4242 replicas : 2
Original file line number Diff line number Diff line change 2121{% endif %}
2222 masters:
2323 config:
24+ gracefulShutdownTimeout: 1m
2425 logging:
2526 enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
2627 roleGroups:
3233 replicas: 2
3334 regionServers:
3435 config:
36+ gracefulShutdownTimeout: 2m # one minute for the region mover
3537 logging:
3638 enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
3739 regionMover:
4749 replicas: 2
4850 restServers:
4951 config:
52+ gracefulShutdownTimeout: 1m
5053 logging:
5154 enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
5255 roleGroups:
Original file line number Diff line number Diff line change 11---
2+ # This test works as follows:
3+ # - given
4+ # - an HBase cluster with two region servers (0 and 1)
5+ # - create a table + column familiy with 15 regions
6+ # - where region server 0 has some regions assigned to it
7+ # - restart server 0 (the region mover is triggerred by the shutdown)
8+ # - assert that server 1 now hosts all 15 regions
29apiVersion : kuttl.dev/v1beta1
310kind : TestAssert
411metadata :
Original file line number Diff line number Diff line change 22dimensions :
33 - name : hbase
44 values :
5- # - 2.6.0
6- # - 2.4.18
5+ # - 2.6.0
6+ # - 2.4.18
77 # To use a custom image, add a comma and the full name after the product version
8- - 2.6.0,razvan:hbase-2.6.0
8+ - 2.6.0,docker.stackable.tech/razvan/hbase-2.6.0
9+ - 2.4.18,docker.stackable.tech/razvan/hbase-2.4.18
910 # - 2.4.18,docker.stackable.tech/sandbox/hbase:2.4.18-stackable0.0.0-dev
1011 - name : hbase-opa
1112 values :
You can’t perform that action at this time.
0 commit comments