Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIGTOP-4018. Upgrade Alluxio to 2.9.3. #1189

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Conversation

sekikn
Copy link
Contributor

@sekikn sekikn commented Oct 15, 2023

Description of PR

This PR upgrades Alluxio version to 2.9.3.

How was this patch tested?

Ran the following commands on Rocky 8 (x86_64).

$ ./gradlew allclean alluxio-pkg repo -Dbuildwithdeps=true
$ cd provisioner/docker
$ ./docker-hadoop.sh -d -dcp -C config_rockylinux-8.yaml -L -k hdfs,alluxio -s alluxio -c 1

...

> Task :bigtop-tests:smoke-tests:alluxio:test
Finished generating test XML results (0.013 secs) into: /bigtop-home/bigtop-tests/smoke-tests/alluxio/build/test-results/test
Generating HTML test report...
Finished generating test html results (0.027 secs) into: /bigtop-home/bigtop-tests/smoke-tests/alluxio/build/reports/tests/test
Now testing...
:bigtop-tests:smoke-tests:alluxio:test (Thread[Daemon worker,5,main]) completed. Took 21.952 secs.

BUILD SUCCESSFUL in 1m 24s
31 actionable tasks: 5 executed, 26 up-to-date

For code changes:

  • Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'BIGTOP-3638. Your PR title ...')?
  • Make sure that newly added files do not have any licensing issues. When in doubt refer to https://www.apache.org/licenses/

@guyuqi
Copy link
Member

guyuqi commented Oct 16, 2023

Thanks for working on it, @sekikn
I'd like to verify your series of PRs on the Debian system(Ubuntu-22.04 Arm64).

@guyuqi
Copy link
Member

guyuqi commented Oct 17, 2023

The PR was verified in Arm64 Ubuntu-22.04.
But it failed to run the smoke tests in Arm64 Fedora-36:

Need to upgrade Fedora:
Error: Could not update: Execution of '/usr/bin/dnf -d 0 -e 1 -y install alluxio' returned 1: Error:
 Problem: conflicting requests
  - nothing provides libc.so.6(GLIBC_2.2.5)(64bit) needed by alluxio-2.9.3-1.fc36.aarch64
  - nothing provides libpthread.so.0(GLIBC_2.2.5)(64bit) needed by alluxio-2.9.3-1.fc36.aarch64
  - nothing provides libc.so.6(GLIBC_2.2.5)(64bit) needed by alluxio-2.8.0-2.fc36.aarch64
  - nothing provides libpthread.so.0(GLIBC_2.2.5)(64bit) needed by alluxio-2.8.0-2.fc36.aarch64

The issue is related to GLIBC confliction, not caused by this PR.
Our 3.2.1 release jenkins also reported this issue:
https://ci.bigtop.apache.org/view/Test/job/Bigtop-3.2.1-smoke-tests/COMPONENTS=hdfs.alluxio@alluxio,OS=fedora-36-aarch64-deploy/lastBuild/consoleText

I'd like to upgrade Fedora to version 38 to fix this issue in the other thread.

+1 for this PR.
Thanks.

@guyuqi guyuqi merged commit 404da8d into apache:master Oct 17, 2023
@sekikn sekikn deleted the BIGTOP-4018 branch October 17, 2023 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants