Skip to content

Conversation

dervoeti
Copy link
Member

Description

I forgot to update tests and docs to the latest HBase version in #627

I removed the line with jmx_prometheus_javaagent.jar in the test_construct_jvm_argument_overrides test since the JMX exporter is not needed for HBase 2.6 and the test would fail otherwise.

Definition of Done Checklist

# Author
- [x] Changes are OpenShift compatible
- [x] CRD changes approved
- [x] CRD documentation for all fields, following the [style guide](https://docs.stackable.tech/home/nightly/contributor/docs/style-guide).
- [x] Helm chart can be installed and deployed operator works
- [x] Integration tests passed (for non trivial changes)
- [x] Changes need to be "offline" compatible
# Reviewer
- [ ] Code contains useful comments
- [ ] Code contains useful logging statements
- [ ] (Integration-)Test cases added
- [ ] Documentation added or updated. Follows the [style guide](https://docs.stackable.tech/home/nightly/contributor/docs/style-guide).
- [ ] Changelog updated
- [ ] Cargo.toml only contains references to git tags (not specific commits or branches)
# Acceptance
- [ ] Feature Tracker has been updated
- [ ] Proper release label has been added
- [ ] [Roadmap](https://github.com/orgs/stackabletech/projects/25/views/1) has been updated

Copy link
Member

@razvan razvan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

cluster_version=$(version | jq -r '.Version')

if [ "$cluster_version" == "2.4.18" ]; then
if [ "$cluster_version" == "2.6.1" ]; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is unexpected is this check really. I wonder why it's there.

@dervoeti dervoeti added this pull request to the merge queue Feb 14, 2025
Merged via the queue into main with commit 4058b98 Feb 14, 2025
17 checks passed
@dervoeti dervoeti deleted the chore/add-hbase-2.6.1 branch February 14, 2025 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants