-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
HIVE-28629: Upgrade dind in precommit #5546
base: master
Are you sure you want to change the base?
Conversation
https://ci.hive.apache.org/job/hive-precommit/job/PR-5546/1/console
|
there is a port mismatch in the first revision, taking care of that: 2376 vs 2375 from dind:
from hive-dev-box:
|
1bbfb42
to
6cfdbb3
Compare
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
to move forward, we need to figure out a way to test this locally, so somehow, in a k8s environment, instantiate the hive testing pod with containers defined here: Lines 131 to 144 in 88e2175
cc: @KiranVelumuri |
I ran this locally on my laptop, but facing issue due to cgroup(control groups) version mismatch. The docker image is expecting cgroup v1, while the docker VM is using cgroup v2. I tried to alter the cgroup version locally but to no avail. I would update here in case of any progress. |
@abstractdog @zabetak Could you please help here? This would help me to unblock dependent MySQL upgrade needed for another issue. Thank you! |
|
What changes were proposed in this pull request?
Upgrade dind version.
Why are the changes needed?
Due to incompatibility issues.
Does this PR introduce any user-facing change?
No.
Is the change a dependency upgrade?
No.
How was this patch tested?
Precommit picks up the new Jenkinsfile, so this is tested.