errose28 commented on code in PR #11074:
URL: https://github.com/apache/ozone/pull/11074#discussion_r3864312718
##########
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:
Yes. I didn't document it here since it was just to collect logs for this
change. I'm planning to revert it and commit it in #11039 where it belongs.
Once this CI is green on my fork we will need another run on the PR anyways, so
I'll revert it then.
--
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]