You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2021/10/09 02:20:38 UTC

[geode] branch develop updated: GEODE-9707: capture hprof files even on OOM (#6965)

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

onichols pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9ddb20d  GEODE-9707: capture hprof files even on OOM (#6965)
9ddb20d is described below

commit 9ddb20d04dfd1b3162816a0aa3604837a4d71295
Author: Owen Nichols <34...@users.noreply.github.com>
AuthorDate: Fri Oct 8 19:19:34 2021 -0700

    GEODE-9707: capture hprof files even on OOM (#6965)
---
 ci/scripts/rsync_code_down.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/scripts/rsync_code_down.sh b/ci/scripts/rsync_code_down.sh
index 6fe2399..ee57fd8 100755
--- a/ci/scripts/rsync_code_down.sh
+++ b/ci/scripts/rsync_code_down.sh
@@ -48,7 +48,7 @@ case $ARTIFACT_SLUG in
     ;;
   *)
     JAVA_BUILD_PATH=/usr/lib/jvm/bellsoft-java${JAVA_BUILD_VERSION}-amd64
-    del="&&"
+    del=";"
     ;;
 esac