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

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


The following commit(s) were added to refs/heads/master by this push:
     new 67ccbad12a HDDS-9875. Create stack dump if cannot remove docker 
network (#5747)
67ccbad12a is described below

commit 67ccbad12a90bcd7b73564399c08fccb34ec88a7
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Dec 9 07:04:50 2023 +0100

    HDDS-9875. Create stack dump if cannot remove docker network (#5747)
---
 hadoop-ozone/dist/src/main/compose/testlib.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hadoop-ozone/dist/src/main/compose/testlib.sh 
b/hadoop-ozone/dist/src/main/compose/testlib.sh
index 11884de160..860c4f5164 100755
--- a/hadoop-ozone/dist/src/main/compose/testlib.sh
+++ b/hadoop-ozone/dist/src/main/compose/testlib.sh
@@ -348,6 +348,9 @@ stop_docker_env(){
       if docker-compose --ansi never down; then
         return
       fi
+      if [[ ${i} -eq 1 ]]; then
+        create_stack_dumps
+      fi
       sleep 5
     done
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to