ccding commented on pull request #11293: URL: https://github.com/apache/kafka/pull/11293#issuecomment-914613398
It failed here https://github.com/apache/kafka/blob/9d107c174bfb23e5ce0daca9a59796f018f627c6/core[…]t/scala/integration/kafka/api/SaslSslAdminIntegrationTest.scala ``` Expected :HashSet(message.timestamp.difference.max.ms, follower.replication.throttled.replicas, file.delete.delay.ms, compression.type, unclean.leader.election.enable, flush.messages, delete.retention.ms, max.message.bytes, segment.index.bytes, segment.jitter.ms, min.cleanable.dirty.ratio, retention.bytes, message.downconversion.enable, max.compaction.lag.ms, min.compaction.lag.ms, flush.ms, cleanup.policy, message.timestamp.type, retention.ms, min.insync.replicas, message.format.version, leader.replication.throttled.replicas, preallocate, index.interval.bytes, segment.bytes, segment.ms) Actual :HashSet(message.timestamp.difference.max.ms, follower.replication.throttled.replicas, file.delete.delay.ms, compression.type, unclean.leader.election.enable, flush.messages, delete.retention.ms, local.retention.ms, max.message.bytes, segment.index.bytes, segment.jitter.ms, min.cleanable.dirty.ratio, retention.bytes, message.downconversion.enable, max.compaction.lag.ms, min.compaction.lag.ms, remote.storage.enable, flush.ms, cleanup.policy, message.timestamp.type, retention.ms, min.insync.replicas, message.format.version, leader.replication.throttled.replicas, local.retention.bytes, preallocate, index.interval.bytes, segment.bytes, segment.ms) ``` the diff between Expected and Actual is the three defineInternal configs. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org