Skip to content

feat(hbase): version 2.6.0 #701

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 64 commits into from
Jul 12, 2024
Merged

feat(hbase): version 2.6.0 #701

merged 64 commits into from
Jul 12, 2024

Conversation

razvan
Copy link
Member

@razvan razvan commented Jun 4, 2024

Description

Fixes stackabletech/issues#589

Part of: stackabletech/hbase-operator#488

A first image without Phoenix and hbase-operator-tools was built with bake --product hbase=2.6.0 --organization sandbox and is available here

Definition of Done Checklist

  • Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
  • Please make sure all these things are done and tick the boxes
- [ ] Changes are OpenShift compatible
- [ ] All added packages (via microdnf or otherwise) have a comment on why they are added
- [ ] Things not downloaded from Red Hat repositories should be mirrored in the Stackable repository and downloaded from there
- [ ] All packages should have (if available) signatures/hashes verified
- [ ] Add an entry to the CHANGELOG.md file
- [ ] Integration tests ran successfully
TIP: Running integration tests with a new product image

The image can be built and uploaded to the kind cluster with the following commands:

bake --product <product> --image-version <stackable-image-version>
kind load docker-image <image-tagged-with-the-major-version> --name=<name-of-your-test-cluster>

See the output of bake to retrieve the image tag for <image-tagged-with-the-major-version>.

@razvan razvan marked this pull request as ready for review June 14, 2024 10:28
@razvan razvan requested a review from a team June 14, 2024 10:29
@sbernauer sbernauer self-requested a review June 14, 2024 12:16
Copy link
Member

@sbernauer sbernauer left a comment

Choose a reason for hiding this comment

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

I ran the current smoke test (from main) on this image 3 times, the /stackable/phoenix/bin/psql.py /stackable/phoenix/examples/WEB_STAT.sql /stackable/phoenix/examples/WEB_STAT.csv /stackable/phoenix/examples/WEB_STAT_QUERIES.sql did hang up every time.
This is the same issue we had with HBase 2.5 :(

@lfrancke lfrancke mentioned this pull request Jul 10, 2024
@lfrancke lfrancke changed the title feat(hbase): version 2.6.0 & 2.4.18 feat(hbase): version 2.6.0 Jul 10, 2024
@razvan razvan enabled auto-merge July 12, 2024 10:22
lfrancke added 5 commits July 12, 2024 12:23
The snapshot builds needed for HBase 2.6 caused issues as the directory names for the source wouldn't correspond to the target directory that is being built
@lfrancke lfrancke dismissed sbernauer’s stale review July 12, 2024 21:30

On vacation and all comments have been addressed

@razvan razvan added this pull request to the merge queue Jul 12, 2024
Merged via the queue into main with commit 71868da Jul 12, 2024
14 checks passed
@razvan razvan deleted the feat/hbase-2.6 branch July 12, 2024 21:31
@lfrancke lfrancke added release/24.7.0 release-note Denotes a PR that will be considered when it comes time to generate release notes. labels Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release/24.7.0 release-note Denotes a PR that will be considered when it comes time to generate release notes.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Update HBase 2.6 dependents
5 participants