ijuma commented on a change in pull request #10872: URL: https://github.com/apache/kafka/pull/10872#discussion_r650636358
########## File path: core/src/main/scala/kafka/server/KafkaServer.scala ########## @@ -480,7 +480,8 @@ class KafkaServer( endpoint ) - val jmxPort = System.getProperty("com.sun.management.jmxremote.port", "-1").toInt + val jmxPort = System.getProperty("com.sun.management.jmxremote.port", " + ").toInt Review comment: Yeah, this was an unintentional change in the last commit. I'll fix it along with the test issues. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org