Re: [PR] KAFKA-16232: kafka hangs forever in the starting process if the authorizer future is not returned [kafka]

2024-03-27 Thread via GitHub
showuon merged PR #15549: URL: https://github.com/apache/kafka/pull/15549 -- 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:

Re: [PR] KAFKA-16232: kafka hangs forever in the starting process if the authorizer future is not returned [kafka]

2024-03-27 Thread via GitHub
showuon commented on PR #15549: URL: https://github.com/apache/kafka/pull/15549#issuecomment-2024290120 Failed tests are unrelated. -- 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

Re: [PR] KAFKA-16232: kafka hangs forever in the starting process if the authorizer future is not returned [kafka]

2024-03-26 Thread via GitHub
brandboat commented on code in PR #15549: URL: https://github.com/apache/kafka/pull/15549#discussion_r1540406767 ## core/src/main/scala/kafka/server/KafkaServer.scala: ## @@ -632,6 +634,7 @@ class KafkaServer( case t: Throwable => throw new RuntimeException("Received

Re: [PR] KAFKA-16232: kafka hangs forever in the starting process if the authorizer future is not returned [kafka]

2024-03-26 Thread via GitHub
showuon commented on code in PR #15549: URL: https://github.com/apache/kafka/pull/15549#discussion_r1540405566 ## core/src/main/scala/kafka/server/KafkaServer.scala: ## @@ -632,6 +634,7 @@ class KafkaServer( case t: Throwable => throw new RuntimeException("Received a

Re: [PR] KAFKA-16232: kafka hangs forever in the starting process if the authorizer future is not returned [kafka]

2024-03-26 Thread via GitHub
brandboat commented on code in PR #15549: URL: https://github.com/apache/kafka/pull/15549#discussion_r1539388831 ## core/src/main/scala/kafka/server/KafkaServer.scala: ## @@ -632,6 +634,7 @@ class KafkaServer( case t: Throwable => throw new RuntimeException("Received

Re: [PR] KAFKA-16232: kafka hangs forever in the starting process if the authorizer future is not returned [kafka]

2024-03-26 Thread via GitHub
brandboat commented on code in PR #15549: URL: https://github.com/apache/kafka/pull/15549#discussion_r1539388831 ## core/src/main/scala/kafka/server/KafkaServer.scala: ## @@ -632,6 +634,7 @@ class KafkaServer( case t: Throwable => throw new RuntimeException("Received

Re: [PR] KAFKA-16232: kafka hangs forever in the starting process if the authorizer future is not returned [kafka]

2024-03-25 Thread via GitHub
showuon commented on code in PR #15549: URL: https://github.com/apache/kafka/pull/15549#discussion_r1537157667 ## core/src/main/scala/kafka/server/KafkaServer.scala: ## @@ -632,6 +634,7 @@ class KafkaServer( case t: Throwable => throw new RuntimeException("Received a

Re: [PR] KAFKA-16232: kafka hangs forever in the starting process if the authorizer future is not returned [kafka]

2024-03-20 Thread via GitHub
brandboat commented on PR #15549: URL: https://github.com/apache/kafka/pull/15549#issuecomment-2009924617 gentle ping @showuon , would you mind take a look ? Many thanks ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[PR] KAFKA-16232: kafka hangs forever in the starting process if the authorizer future is not returned [kafka]

2024-03-17 Thread via GitHub
brandboat opened a new pull request, #15549: URL: https://github.com/apache/kafka/pull/15549 This is part of [KAFKA-16232](https://issues.apache.org/jira/browse/KAFKA-16232) > 2. add logs before and after future waiting, to allow admin to know we're waiting for the authorizer future.