[GitHub] [kafka] chia7712 commented on a change in pull request #10080: MINOR: KafkaBroker.brokerState should be volatile instead of AtomicReference

2021-02-09 Thread GitBox
chia7712 commented on a change in pull request #10080: URL: https://github.com/apache/kafka/pull/10080#discussion_r573418590 ## File path: core/src/main/scala/kafka/server/KafkaBroker.scala ## @@ -90,7 +92,7 @@ trait KafkaBroker extends KafkaMetricsGroup {

[GitHub] [kafka] chia7712 commented on a change in pull request #10080: MINOR: KafkaBroker.brokerState should be volatile instead of AtomicReference

2021-02-07 Thread GitBox
chia7712 commented on a change in pull request #10080: URL: https://github.com/apache/kafka/pull/10080#discussion_r57179 ## File path: core/src/main/scala/kafka/server/KafkaBroker.scala ## @@ -71,8 +70,11 @@ object KafkaBroker { } trait KafkaBroker extends