Re: [PR] KAFKA-15471 [MINOR]: Fix backward-compatibility bug [kafka]

2023-12-14 Thread via GitHub
rondagostino commented on PR #14996: URL: https://github.com/apache/kafka/pull/14996#issuecomment-1856069674 Merged to 3.7 -- 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. T

Re: [PR] KAFKA-15471 [MINOR]: Fix backward-compatibility bug [kafka]

2023-12-14 Thread via GitHub
rondagostino merged PR #14996: URL: https://github.com/apache/kafka/pull/14996 -- 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.ap

Re: [PR] KAFKA-15471 [MINOR]: Fix backward-compatibility bug [kafka]

2023-12-14 Thread via GitHub
rondagostino commented on PR #14996: URL: https://github.com/apache/kafka/pull/14996#issuecomment-1856038405 > Should we merge this to the 3.7 branch too? @stanislavkozlovski yes, this is a necessary bugfix that impacts trunk and the unreleased 3.7 code. I'll merge it to both. --

Re: [PR] KAFKA-15471 [MINOR]: Fix backward-compatibility bug [kafka]

2023-12-14 Thread via GitHub
stanislavkozlovski commented on PR #14996: URL: https://github.com/apache/kafka/pull/14996#issuecomment-1855378795 Should we merge this to the 3.7 branch too? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] KAFKA-15471 [MINOR]: Fix backward-compatibility bug [kafka]

2023-12-13 Thread via GitHub
rondagostino commented on code in PR #14996: URL: https://github.com/apache/kafka/pull/14996#discussion_r1425899082 ## bin/kafka-server-stop.sh: ## @@ -32,16 +32,6 @@ elif [[ "$OSNAME" == "OS400" ]]; then else PIDS=$(ps ax | grep ' kafka\.Kafka ' | grep java | grep -v grep

Re: [PR] KAFKA-15471 [MINOR]: Fix backward-compatibility bug [kafka]

2023-12-12 Thread via GitHub
hni61223 commented on code in PR #14996: URL: https://github.com/apache/kafka/pull/14996#discussion_r1424548302 ## bin/kafka-server-stop.sh: ## @@ -36,7 +36,7 @@ else declare -a AbsolutePathToConfigArray for ((i = 0; i < ${#RelativePathArray[@]}; i++)); do Abs

Re: [PR] KAFKA-15471 [MINOR]: Fix backward-compatibility bug [kafka]

2023-12-12 Thread via GitHub
rondagostino commented on code in PR #14996: URL: https://github.com/apache/kafka/pull/14996#discussion_r1424547476 ## bin/kafka-server-stop.sh: ## @@ -36,7 +36,7 @@ else declare -a AbsolutePathToConfigArray for ((i = 0; i < ${#RelativePathArray[@]}; i++)); do

Re: [PR] KAFKA-15471 [MINOR]: Fix backward-compatibility bug [kafka]

2023-12-12 Thread via GitHub
hni61223 commented on code in PR #14996: URL: https://github.com/apache/kafka/pull/14996#discussion_r1424547291 ## bin/kafka-server-stop.sh: ## @@ -36,7 +36,7 @@ else declare -a AbsolutePathToConfigArray for ((i = 0; i < ${#RelativePathArray[@]}; i++)); do Abs

Re: [PR] KAFKA-15471 [MINOR]: Fix backward-compatibility bug [kafka]

2023-12-12 Thread via GitHub
rondagostino commented on code in PR #14996: URL: https://github.com/apache/kafka/pull/14996#discussion_r1424545171 ## bin/kafka-server-stop.sh: ## @@ -36,7 +36,7 @@ else declare -a AbsolutePathToConfigArray for ((i = 0; i < ${#RelativePathArray[@]}; i++)); do

[PR] KAFKA-15471 [MINOR]: Fix backward-compatibility bug [kafka]

2023-12-12 Thread via GitHub
hni61223 opened a new pull request, #14996: URL: https://github.com/apache/kafka/pull/14996 *More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* *Summary of testin