Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23448 )
Change subject: IMPALA-14449, IMPALA-14269: Fix Red Hat / Rocky 9 builds, ORC buffer overflow ...................................................................... IMPALA-14449, IMPALA-14269: Fix Red Hat / Rocky 9 builds, ORC buffer overflow Downstream error reports pointed out that the toolchain version picked up for IMPALA-14139 contains toolchain binaries for Red Hat 9 (and compatibles) that require at least the 9.5 minor version because of OpenSSL library requirements. This was caused by the toolchain binary build process not using package repo pinning for the redhat9 build container definition, which caused the container process to install "latest" packages, in this case packages released in Rocky / Red Hat 9.5. This patch bumps the toolchain ID to a version in which the redhat9 binaries were produced in a build container "moved back in time" to the 9.2 release by pinning the package repos to the Rocky Linux 9.2 state, using the Rocky Vault. The patch also picks up a buffer overflow mitigation for the ORC library. Change-Id: I5c6921afdc69a4a6644b619de6b8d4e4cc69e601 Reviewed-on: http://gerrit.cloudera.org:8080/23448 Reviewed-by: Riza Suminto <riza.sumi...@cloudera.com> Reviewed-by: Michael Smith <michael.sm...@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com> --- M bin/impala-config.sh 1 file changed, 4 insertions(+), 4 deletions(-) Approvals: Riza Suminto: Looks good to me, but someone else must approve Michael Smith: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/23448 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I5c6921afdc69a4a6644b619de6b8d4e4cc69e601 Gerrit-Change-Number: 23448 Gerrit-PatchSet: 2 Gerrit-Owner: Laszlo Gaal <laszlo.g...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Michael Smith <michael.sm...@cloudera.com> Gerrit-Reviewer: Riza Suminto <riza.sumi...@cloudera.com>