stackabletech / stackabletech/hbase-operator

Operator fails "silently" to update HBase Cluster's resource

Open
#358 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

customer-request type/bug
Dominant language
Rust
Stars
21
Forks
6
Avg merge
1d 19h
Merged PRs (30d)
9

Description

Affected version

No response

Current and expected behavior

I could recreate the problem when changing the "data" storage size.Changing CPU or Memory resources seems to work (results in a Pod restart).

Possible solution

In order to capture this we either need webhooks or track the resources in the status of the custom resource and delete and recreate the statefulset (PVCs should be resized automatically?).

Additional context

No response

Environment

No response

Would you like to work on fixing this bug?

None

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue while changing the HBase cluster's data storage size, then trace the operator's reconciliation of the StatefulSet and PVCs. Compare this with CPU or memory changes, which reportedly restart the Pod. Done means data storage changes are detected and applied without losing the existing PVC data.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes, rust
Domain
database, infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.