-
Notifications
You must be signed in to change notification settings - Fork 406
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
[Bug report] Docker network Pool overlaps with other one on this address space
#925
Milestone
Comments
xunliu
added a commit
to xunliu/gravitino
that referenced
this issue
Dec 19, 2023
jerryshao
pushed a commit
that referenced
this issue
Dec 21, 2023
…ess space (#1211) ### What changes were proposed in this pull request? 1. Added Docker network overlap detection 2. Reduced IP allocation ranges for lower conflict probability, Modified to `10.20.30.0/28` only allocate IP ranger `10.20.30.1` ~ `10.20.30.14` 3. Docker network only created on MacOS and default Docker server environment ### Why are the changes needed? Fix: #879, #925 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? CI
github-actions bot
pushed a commit
that referenced
this issue
Dec 21, 2023
…ess space (#1211) ### What changes were proposed in this pull request? 1. Added Docker network overlap detection 2. Reduced IP allocation ranges for lower conflict probability, Modified to `10.20.30.0/28` only allocate IP ranger `10.20.30.1` ~ `10.20.30.14` 3. Docker network only created on MacOS and default Docker server environment ### Why are the changes needed? Fix: #879, #925 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? CI
jerryshao
pushed a commit
that referenced
this issue
Dec 21, 2023
…ess space (#1234) ### What changes were proposed in this pull request? 1. Added Docker network overlap detection 2. Reduced IP allocation ranges for lower conflict probability, Modified to `10.20.30.0/28` only allocate IP ranger `10.20.30.1` ~ `10.20.30.14` 3. Docker network only created on MacOS and default Docker server environment ### Why are the changes needed? Fix: #879, #925 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? CI Co-authored-by: Xun Liu <[email protected]>
Fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe what's wrong
When we execute
./gradlew test
command, sometimes the following errors are reported. #879We through executing
docker network prune
command fixed this issue in the CentOS.Error message and/or stacktrace
How to reproduce
No response
Additional context
Here's a discussion of this related issue: https://github.com/maxking/docker-mailman/issues/85a
The text was updated successfully, but these errors were encountered: