sodonnel commented on code in PR #11074:
URL: https://github.com/apache/ozone/pull/11074#discussion_r3861578215


##########
hadoop-ozone/dist/src/main/compose/testlib.sh:
##########
@@ -303,7 +303,7 @@ reorder_om_nodes() {
 ## @description Create stack dump of each java process in each container
 create_stack_dumps() {
   local c pid procname
-  for c in $(docker-compose ps | cut -f1 -d' ' | grep -e datanode -e om -e 
recon -e s3g -e scm | grep -v -e prometheus); do
+  for c in $(docker-compose ps | cut -f1 -d' ' | grep -e datanode -e om -e 
recon -e s3g -e scm | grep -v -e prometheus -e s3g-haproxy); do

Review Comment:
   Did this fix it because the script was crashing due to trying to take a java 
thread dump from a ha-proxy process and so adding this exclusion stopped the 
crash and hence allowed the bundle to be captured?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to