Skip to content

Conversation

razvan
Copy link
Member

@razvan razvan commented Oct 2, 2024

Description

part of: #508

requires: stackabletech/docker-images#898

Implementation for "approach B" in https://github.com/stackabletech/decisions/issues/30

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
# Author
- [ ] Changes are OpenShift compatible
- [ ] CRD changes approved
- [ ] CRD documentation for all fields, following the [style guide](https://docs.stackable.tech/home/nightly/contributor/docs/style-guide).
- [ ] Helm chart can be installed and deployed operator works
- [ ] Integration tests passed (for non trivial changes)
- [ ] Changes need to be "offline" compatible
# Reviewer
- [x] Code contains useful comments
- [x] Code contains useful logging statements
- [x] (Integration-)Test cases added
- [x] Documentation added or updated. Follows the [style guide](https://docs.stackable.tech/home/nightly/contributor/docs/style-guide).
- [x] Changelog updated
- [x] 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

@razvan razvan marked this pull request as ready for review October 14, 2024 16:24
@razvan razvan requested a review from a team October 14, 2024 16:24
@razvan razvan self-assigned this Oct 15, 2024
@razvan razvan marked this pull request as draft October 15, 2024 15:53
Copy link
Member

@NickLarsenNZ NickLarsenNZ left a comment

Choose a reason for hiding this comment

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

Partial review

siegfriedweber
siegfriedweber previously approved these changes Oct 31, 2024
Copy link
Member

@siegfriedweber siegfriedweber left a comment

Choose a reason for hiding this comment

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

LGTM

@razvan
Copy link
Member Author

razvan commented Jan 17, 2025

Updated and it now requires stackabletech/docker-images#974

@razvan razvan requested a review from siegfriedweber February 5, 2025 17:48
Copy link
Member

@siegfriedweber siegfriedweber left a comment

Choose a reason for hiding this comment

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

LGTM

@razvan razvan added this pull request to the merge queue Feb 6, 2025
@razvan
Copy link
Member Author

razvan commented Feb 6, 2025

LGTM

Thanks!

Merged via the queue into main with commit 6e3eef5 Feb 6, 2025
17 checks passed
@razvan razvan deleted the feat/region-mover branch February 6, 2025 08:45
Comment on lines +691 to +693
hbaseOpts:
nullable: true
type: string
Copy link
Member

Choose a reason for hiding this comment

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

I think this should not be added again (applies to all roles).
#620 removed it, can you please remove it again?


/// JVM arguments that specifically for the role (server), so will *not* be used e.g. by CLI tools
fn construct_role_specific_jvm_args(
/// Arguments that go into `HBASE_OPTS`, so *not* the heap settings (which go into `HBASE_HEAPSIZE`).
Copy link
Member

Choose a reason for hiding this comment

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

Actually they are role specific, so they do not go into HBASE_OPTS.
Instead they go into HBASE_MASTER_OPTS and others

Maybe something like

/// JVM arguments that are specifically for the role (server), so will *not* be used e.g. by CLI tools.
/// Heap settings are excluded, as they go into `HBASE_HEAPSIZE`.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

5 participants