chia7712 commented on PR #17373:
URL: https://github.com/apache/kafka/pull/17373#issuecomment-2557479743

   There are many tests which are failed quickly. 
   ```
   [DEBUG - 2024-12-18 22:36:58,718 - remoteaccount - _log - lineno:180]: 
ubuntu@worker47: Running ssh command: tail -c +1 
/mnt/kafka/server-start-stdout-stderr.log | grep 'Kafka\s*Server.*started'
   [DEBUG - 2024-12-18 22:36:58,974 - jmx - start_jmx_tool - lineno:56]: 
ubuntu@worker47: Not starting jmx tool because no jmx objects are defined
   [DEBUG - 2024-12-18 22:36:58,974 - remoteaccount - _log - lineno:180]: 
ubuntu@worker47: Running ssh command: ps ax | grep -i kafka.Kafka | grep -v 
grep | awk '{print $1}'
   [INFO  - 2024-12-18 22:36:58,983 - runner_client - log - lineno:459]: 
RunnerClient: 
kafkatest.tests.core.transactions_upgrade_test.TransactionsUpgradeTest.test_transactions_upgrade.from_kafka_version=3.1.2.metadata_quorum=ISOLATED_KRAFT.use_new_coordinator=False.group_protocol=None:
 Tearing down...
   ```
   It can pass the check of `grep 'Kafka\s*Server.*started'` (kraft controller) 
but the check of process id fails. I open a MINOR to add more log 
(https://github.com/apache/kafka/pull/18286) @jolshan Could you please run the 
patch on your infra?


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to