chia7712 commented on PR #19162: URL: https://github.com/apache/kafka/pull/19162#issuecomment-2714738423
> Previous attempt at solving this left the metadata.log.dir empty which leads to the following crash log: yes, using "empty string" can cause the error you attached, but in the e2e, the "empty string" will be filtered, so we actually remove the value of `metadata.log.dir` in the e2e. ``` filtered_configs = {k: v for k, v in configs.items() if v not in [None, ""]} ``` > That is very odd; I tested this on confluents infrastructure which is where the failure stems from... Since the same bits of 3.3.2 are being tested, I assumed that the failure was in AK. I will do more testing and then revert this PR once I discover more information. yes, please share more details to us. If we can't run upgrade/downgrade the server with single folder, we have to update our upgrade docs to include the (new) bugs ... -- 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