You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2023/10/27 00:47:08 UTC

[spark] branch master updated (d948be6c963 -> df0262f2996)

This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


    from d948be6c963 [SPARK-45677] Better error logging for Observation API
     new 0d665fe8c87 Revert "[SPARK-45651][BUILD][FOLLOWUP] Reduce mvn -Xmx option to 2g in publish_snapshot workflow"
     new df0262f2996 Revert "[SPARK-45651][BUILD] Log memory usage of publish snapshot workflow"

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/publish_snapshot.yml | 11 +----------
 dev/create-release/release-build.sh    |  2 +-
 2 files changed, 2 insertions(+), 11 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org


[spark] 02/02: Revert "[SPARK-45651][BUILD] Log memory usage of publish snapshot workflow"

Posted by gu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git

commit df0262f29969fe40f53dee070a150f2bfe98484c
Author: Hyukjin Kwon <gu...@apache.org>
AuthorDate: Fri Oct 27 09:46:51 2023 +0900

    Revert "[SPARK-45651][BUILD] Log memory usage of publish snapshot workflow"
    
    This reverts commit e57a16d7af14d1ce0c14d01dd220c63acb98517d.
---
 .github/workflows/publish_snapshot.yml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/.github/workflows/publish_snapshot.yml b/.github/workflows/publish_snapshot.yml
index 3354ab88a39..6d55f1afed0 100644
--- a/.github/workflows/publish_snapshot.yml
+++ b/.github/workflows/publish_snapshot.yml
@@ -70,12 +70,4 @@ jobs:
         GPG_KEY: "not_used"
         GPG_PASSPHRASE: "not_used"
         GIT_REF: ${{ matrix.branch }}
-      run: |
-        while true
-        do
-          date
-          top -b -n 1 -i
-          sleep 1
-          echo
-        done | sed "s/^/mem: /" &
-        ./dev/create-release/release-build.sh publish-snapshot
+      run: ./dev/create-release/release-build.sh publish-snapshot


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org


[spark] 01/02: Revert "[SPARK-45651][BUILD][FOLLOWUP] Reduce mvn -Xmx option to 2g in publish_snapshot workflow"

Posted by gu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git

commit 0d665fe8c87b037516f21162d2f5545580776af3
Author: Hyukjin Kwon <gu...@apache.org>
AuthorDate: Fri Oct 27 09:46:43 2023 +0900

    Revert "[SPARK-45651][BUILD][FOLLOWUP] Reduce mvn -Xmx option to 2g in publish_snapshot workflow"
    
    This reverts commit 00c638cd4d91d90ed7d8d711b9937622bd308c4c.
---
 .github/workflows/publish_snapshot.yml | 1 -
 dev/create-release/release-build.sh    | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/publish_snapshot.yml b/.github/workflows/publish_snapshot.yml
index 28737bdefc6..3354ab88a39 100644
--- a/.github/workflows/publish_snapshot.yml
+++ b/.github/workflows/publish_snapshot.yml
@@ -70,7 +70,6 @@ jobs:
         GPG_KEY: "not_used"
         GPG_PASSPHRASE: "not_used"
         GIT_REF: ${{ matrix.branch }}
-        MAVEN_MXM_OPT: 2g
       run: |
         while true
         do
diff --git a/dev/create-release/release-build.sh b/dev/create-release/release-build.sh
index 69494dc5107..f3571c4e48c 100755
--- a/dev/create-release/release-build.sh
+++ b/dev/create-release/release-build.sh
@@ -227,7 +227,7 @@ git clean -d -f -x
 rm -f .gitignore
 cd ..
 
-export MAVEN_OPTS="-Xss128m -Xmx${MAVEN_MXM_OPT:-12g} -XX:ReservedCodeCacheSize=1g"
+export MAVEN_OPTS="-Xss128m -Xmx12g -XX:ReservedCodeCacheSize=1g"
 
 if [[ "$1" == "package" ]]; then
   # Source and binary tarballs


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org