Skip to content

Conversation

@NickLarsenNZ
Copy link
Member

@NickLarsenNZ NickLarsenNZ commented Jan 7, 2026

Description

Part of #1369.

Definition of Done Checklist

Note

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:

boil build <IMAGE> --image-version <RELEASE_VERSION> --strip-architecture --load
kind load docker-image <MANIFEST_URI> --name=<name-of-your-test-cluster>

See the output of boil to retrieve the image manifest URI for <MANIFEST_URI>.

@NickLarsenNZ NickLarsenNZ self-assigned this Jan 7, 2026
@NickLarsenNZ NickLarsenNZ moved this to Development: Waiting for Review in Stackable Engineering Jan 7, 2026
@NickLarsenNZ
Copy link
Member Author

The image builds, but I haven't tested it yet. Feel free to approve though, and I will merge after testing.

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.

Thanks!

@sbernauer sbernauer moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Jan 8, 2026
@sbernauer sbernauer changed the title Bump vector 26.3.0 1 chore: Bump vector to 0.52.0 for SDP 26.3.0 Jan 8, 2026
@NickLarsenNZ
Copy link
Member Author

NickLarsenNZ commented Jan 8, 2026

Tested with airflow:

--- FAIL: kuttl (1306.64s)
    --- FAIL: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/remote-logging_airflow-latest-3.0.6,oci.stackable.tech_sandbox_nick_airflow_3.0.6-stackable0.0.0-dev_openshift-false_executor-celery (278.05s)
        --- PASS: kuttl/harness/logging_airflow-3.0.6,oci.stackable.tech_sandbox_nick_airflow_3.0.6-stackable0.0.0-dev_openshift-false_executor-celery (273.21s)
        --- FAIL: kuttl/harness/logging_airflow-3.0.6,oci.stackable.tech_sandbox_nick_airflow_3.0.6-stackable0.0.0-dev_openshift-false_executor-kubernetes (511.50s)
        --- PASS: kuttl/harness/remote-logging_airflow-latest-3.0.6,oci.stackable.tech_sandbox_nick_airflow_3.0.6-stackable0.0.0-dev_openshift-false_executor-kubernetes (243.86s)

Rerunning the failed test hangs on namespace deletion (twice). A bunch of stateful sets seem to get stuck. Worth looking at.

@NickLarsenNZ
Copy link
Member Author

The test does pass, but kuttl deletes the namespace, causing the vector-aggregator to shutdown/delete, and then the vector sidecars hang whiel trying to export remaining logs...

vector 2026-01-08T13:16:02.218970Z  WARN sink{component_kind="sink" component_id=aggregator component_type=vector}:request{request_id=3}: vector::sinks::util::retries: Ret
rying after error. error=Request failed: status: Unavailable, message: "error trying to connect: tcp connect error: Connection refused (os error 111)", details: [], metada
ta: MetadataMap { headers: {} }

Something for bbq to resolve ;)
See: stackabletech/issues#810

@NickLarsenNZ
Copy link
Member Author

Looks like it happens before this change too, so I will merge.
YOLO

@NickLarsenNZ NickLarsenNZ added this pull request to the merge queue Jan 8, 2026
Merged via the queue into main with commit 9fb2353 Jan 8, 2026
3 checks passed
@NickLarsenNZ NickLarsenNZ deleted the bump-vector-26.3.0-1 branch January 8, 2026 13:44
@NickLarsenNZ NickLarsenNZ moved this from Development: In Review to Development: Done in Stackable Engineering Jan 8, 2026
@lfrancke lfrancke moved this from Development: Done to Done in Stackable Engineering Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

3 participants