Skip to content

chore: build boost libs from source#1475

Open
razvan wants to merge 5 commits intomainfrom
chore/boost-from-source
Open

chore: build boost libs from source#1475
razvan wants to merge 5 commits intomainfrom
chore/boost-from-source

Conversation

@razvan
Copy link
Copy Markdown
Member

@razvan razvan commented Apr 21, 2026

Description

Warning

Do not merge yet until there is a resolution for stackabletech/issues#845

Part of #1349

Build the boost libraries from source instead of installing them as package from EPEL.

🟡 : Image build https://github.com/stackabletech/docker-images/actions/runs/24739778518 is fine. One failure unrelated to this PR.

🟢 Tests (one failed for unrelated reasons):

--- FAIL: kuttl (3453.07s)
    --- FAIL: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/smoke_hadoop-3.4.2,oci.stackable.tech_sdp_hadoop_3.4.2-stackable0.0.0-boost_zookeeper-3.9.4_zookeeper-latest-3.9.4_number-of-datanodes-1_datanode-pvcs-2hdd-1ssd_listener-class-external-unstable_openshift-false (190.48s)
        --- PASS: kuttl/harness/profiling_hadoop-3.4.2,oci.stackable.tech_sdp_hadoop_3.4.2-stackable0.0.0-boost_zookeeper-latest-3.9.4_openshift-false (193.75s)
        --- PASS: kuttl/harness/cluster-operation_hadoop-latest-3.4.2,oci.stackable.tech_sdp_hadoop_3.4.2-stackable0.0.0-boost_zookeeper-latest-3.9.4_openshift-false (233.13s)
        --- PASS: kuttl/harness/smoke_hadoop-3.4.2,oci.stackable.tech_sdp_hadoop_3.4.2-stackable0.0.0-boost_zookeeper-3.9.4_zookeeper-latest-3.9.4_number-of-datanodes-2_datanode-pvcs-2hdd-1ssd_listener-class-external-unstable_openshift-false (194.18s)
        --- PASS: kuttl/harness/logging_hadoop-3.4.2,oci.stackable.tech_sdp_hadoop_3.4.2-stackable0.0.0-boost_zookeeper-latest-3.9.4_openshift-false (565.09s)
        --- PASS: kuttl/harness/smoke_hadoop-3.4.2,oci.stackable.tech_sdp_hadoop_3.4.2-stackable0.0.0-boost_zookeeper-3.9.4_zookeeper-latest-3.9.4_number-of-datanodes-2_datanode-pvcs-default_listener-class-external-unstable_openshift-false (205.07s)
        --- PASS: kuttl/harness/smoke_hadoop-3.4.2,oci.stackable.tech_sdp_hadoop_3.4.2-stackable0.0.0-boost_zookeeper-3.9.4_zookeeper-latest-3.9.4_number-of-datanodes-1_datanode-pvcs-default_listener-class-external-unstable_openshift-false (178.70s)
        --- FAIL: kuttl/harness/orphaned-resources_hadoop-latest-3.4.2,oci.stackable.tech_sdp_hadoop_3.4.2-stackable0.0.0-boost_zookeeper-latest-3.9.4_openshift-false (483.20s)
        --- PASS: kuttl/harness/topology-provider_hadoop-latest-3.4.2,oci.stackable.tech_sdp_hadoop_3.4.2-stackable0.0.0-boost_zookeeper-latest-3.9.4_krb5-1.21.1_kerberos-backend-mit_openshift-false (343.40s)
        --- PASS: kuttl/harness/smoke_hadoop-3.4.2,oci.stackable.tech_sdp_hadoop_3.4.2-stackable0.0.0-boost_zookeeper-3.9.4_zookeeper-latest-3.9.4_number-of-datanodes-1_datanode-pvcs-2hdd-1ssd_listener-class-cluster-internal_openshift-false (191.02s)
        --- PASS: kuttl/harness/kerberos_hadoop-3.4.2,oci.stackable.tech_sdp_hadoop_3.4.2-stackable0.0.0-boost_zookeeper-latest-3.9.4_krb5-1.21.1_opa-1.12.3_kerberos-realm-PROD.MYCORP_kerberos-backend-mit_openshift-false (1366.23s)
        --- PASS: kuttl/harness/smoke_hadoop-3.4.2,oci.stackable.tech_sdp_hadoop_3.4.2-stackable0.0.0-boost_zookeeper-3.9.4_zookeeper-latest-3.9.4_number-of-datanodes-1_datanode-pvcs-default_listener-class-cluster-internal_openshift-false (174.42s)
        --- PASS: kuttl/harness/smoke_hadoop-3.4.2,oci.stackable.tech_sdp_hadoop_3.4.2-stackable0.0.0-boost_zookeeper-3.9.4_zookeeper-latest-3.9.4_number-of-datanodes-2_datanode-pvcs-2hdd-1ssd_listener-class-cluster-internal_openshift-false (976.60s)
        --- PASS: kuttl/harness/smoke_hadoop-3.4.2,oci.stackable.tech_sdp_hadoop_3.4.2-stackable0.0.0-boost_zookeeper-3.9.4_zookeeper-latest-3.9.4_number-of-datanodes-2_datanode-pvcs-default_listener-class-cluster-internal_openshift-false (224.92s)
        --- PASS: kuttl/harness/kerberos_hadoop-3.4.2,oci.stackable.tech_sdp_hadoop_3.4.2-stackable0.0.0-boost_zookeeper-latest-3.9.4_krb5-1.21.1_opa-1.12.3_kerberos-realm-CLUSTER.LOCAL_kerberos-backend-mit_openshift-false (1330.80s)
FAIL
ERROR:root:kuttl failed

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>.

@razvan razvan self-assigned this Apr 21, 2026
@razvan razvan moved this to Development: In Progress in Stackable Engineering Apr 21, 2026
@razvan razvan marked this pull request as ready for review April 22, 2026 09:49
@razvan razvan moved this from Development: In Progress to Development: Waiting for Review in Stackable Engineering Apr 22, 2026
@razvan razvan requested a review from a team April 22, 2026 10:50
@adwk67 adwk67 requested review from adwk67 and removed request for a team April 22, 2026 15:19
@adwk67 adwk67 moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Apr 22, 2026
adwk67
adwk67 previously approved these changes Apr 23, 2026
Copy link
Copy Markdown
Member

@adwk67 adwk67 left a comment

Choose a reason for hiding this comment

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

LGTM (just two doc nits)

Comment thread hadoop/boost/Dockerfile Outdated
Comment thread .scripts/upload_new_boost_version.sh Outdated
Co-authored-by: Andrew Kenworthy <1712947+adwk67@users.noreply.github.com>
@razvan razvan moved this from Development: In Review to Development: Track in Stackable Engineering Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Development: Track

Development

Successfully merging this pull request may close these issues.

2 participants