niket-goel commented on pull request #11070:
URL: https://github.com/apache/kafka/pull/11070#issuecomment-882782314


   This PR ends up failing a bunch of existing unit tests. Taking a look at the 
failures. Will update the PR.
   
   List of failed tests
   ```
       ConnectionQuotasTest. 
testListenerConnectionRateLimitWhenActualRateAboveLimit()
       SocketServerTest. 
testClientDisconnectionWithOutstandingReceivesProcessedUntilFailedSend()
       ControllerApisTest. testCreatePartitionsRequest()
       ControllerApisTest. testCreateTopics()
       ControllerApisTest. testDeleteTopicsById()
       ControllerApisTest. testDeleteTopicsByName()
       ControllerApisTest. testDeleteTopicsDisabled()
       ControllerApisTest. testFetchSentToKRaft()
       ControllerApisTest. testFetchSnapshotSentToKRaft()
       ControllerApisTest. testHandleLegacyAlterConfigsErrors()
       ControllerApisTest. testInvalidDeleteTopicsRequest()
       ControllerApisTest. testInvalidIncrementalAlterConfigsResources()
       ControllerApisTest. testNotAuthorizedToDeleteWithTopicExisting()
       ControllerApisTest. testNotAuthorizedToDeleteWithTopicNotExisting()
       ControllerApisTest. testNotControllerErrorPreventsDeletingTopics()
       ControllerApisTest. testUnauthorizedBeginQuorumEpoch()
       ControllerApisTest. testUnauthorizedBrokerRegistration()
       ControllerApisTest. testUnauthorizedDescribeQuorum()
       ControllerApisTest. testUnauthorizedEndQuorumEpoch()
       ControllerApisTest. testUnauthorizedFetch()
       ControllerApisTest. testUnauthorizedFetchSnapshot()
       ControllerApisTest. testUnauthorizedHandleAllocateProducerIds()
       ControllerApisTest. testUnauthorizedHandleAlterClientQuotas()
       ControllerApisTest. testUnauthorizedHandleAlterIsrRequest()
       ControllerApisTest. testUnauthorizedHandleAlterPartitionReassignments()
       ControllerApisTest. testUnauthorizedHandleBrokerHeartBeatRequest()
       ControllerApisTest. testUnauthorizedHandleIncrementalAlterConfigs()
       ControllerApisTest. testUnauthorizedHandleListPartitionReassignments()
       ControllerApisTest. testUnauthorizedHandleUnregisterBroker()
       ControllerApisTest. testUnauthorizedVote()
       KafkaRaftServerTest. testLoadMetaPropertiesWithInconsistentNodeId()
       KafkaRaftServerTest. testSuccessfulLoadMetaProperties()
       StorageToolTest. testConfigToLogDirectories()
       StorageToolTest. testConfigToLogDirectoriesWithMetaLogDir()
       StorageToolTest. testFormatWithInvalidClusterId()
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to