-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[Minor][Core][1.6-backport] Fix display wrong free memory size in the log #14043
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
Conversation
|
Just for reference, what PR or JIRA is this backporting? |
|
Test build #61712 has finished for PR 14043 at commit
|
|
Jenkins, retest this please. |
|
Test build #61725 has finished for PR 14043 at commit
|
|
LGTM pending tests. |
|
Test build #3163 has finished for PR 14043 at commit
|
|
Jenkins retest this please |
|
Test build #61793 has finished for PR 14043 at commit
|
|
Looks like there're some problem with build: Maven tarball cannot be downloaded or uncompressed. |
|
Jenkins, retest this please. |
|
Test build #61802 has finished for PR 14043 at commit
|
|
Jenkins, retest this please. |
|
Test build #61831 has finished for PR 14043 at commit
|
|
Looks like this url (https://www.apache.org/dyn/closer.lua?action=download&filename=/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.tar.gz) to download maven is 404 not found. Tried with different urls, only 3.3.9 can be found, there's no 3.3.3 maven binaries. Is it a building issue for branch 1.6? Checked the master branch building log looks like it uses maven 3.3.9 on the Jenkins server. |
|
Thanks @srowen for pointing out this pr, I'm not sure how many changes need to be back-ported into 1.6, can you please file a patch to 1.6 branch to upgrade maven? Seems currently it blocks 1.6 build. Thanks a lot. |
|
Jenkins retest this please |
|
Test build #61847 has finished for PR 14043 at commit
|
|
Jenkins retest this please |
|
Test build #61849 has finished for PR 14043 at commit
|
|
Test build #61848 has finished for PR 14043 at commit
|
|
Merged to 1.6 |
… log ## What changes were proposed in this pull request? Free memory size displayed in the log is wrong (used memory), fix to make it correct. Backported to 1.6. ## How was this patch tested? N/A Author: jerryshao <[email protected]> Closes #14043 from jerryshao/memory-log-fix-1.6-backport.
|
@jerryshao can you close the pull request now it's merged? thanks. |
… log ## What changes were proposed in this pull request? Free memory size displayed in the log is wrong (used memory), fix to make it correct. Backported to 1.6. ## How was this patch tested? N/A Author: jerryshao <[email protected]> Closes apache#14043 from jerryshao/memory-log-fix-1.6-backport. (cherry picked from commit 2588776)
What changes were proposed in this pull request?
Free memory size displayed in the log is wrong (used memory), fix to make it correct. Backported to 1.6.
How was this patch tested?
N/A