Laszlo Gaal has uploaded this change for review. ( 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 --- M bin/impala-config.sh 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/48/23448/1 -- 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: newchange Gerrit-Change-Id: I5c6921afdc69a4a6644b619de6b8d4e4cc69e601 Gerrit-Change-Number: 23448 Gerrit-PatchSet: 1 Gerrit-Owner: Laszlo Gaal <[email protected]>
