You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/01/10 17:18:34 UTC

[GitHub] [kafka] rondagostino opened a new pull request #11664: KAFKA-13582: TestVerifiableProducer.test_multiple_kraft_security_prot…

rondagostino opened a new pull request #11664:
URL: https://github.com/apache/kafka/pull/11664


   …ocols fails
   
   KRaft brokers always use the first controller listener, so if there is not also a colocated KRaft controller on the node be sure to only publish one controller listener in `controller.listener.names` even when the inter-controller listener name differs.  System tests were failing due to unnecessarily publishing a second entry in `controller.listener.names` for a broker-only config and not also publishing a mapping for it in `listener.security.protocol.map`.  Removing the unnecessary entry in `controller.listener.names` solves the problem.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] rondagostino commented on pull request #11664: KAFKA-13582: TestVerifiableProducer.test_multiple_kraft_security_prot…

Posted by GitBox <gi...@apache.org>.
rondagostino commented on pull request #11664:
URL: https://github.com/apache/kafka/pull/11664#issuecomment-1009152871


   Ran the failing tests (plus 1 more) locally, and they all passed.
   
   ```
   ================================================================================
   SESSION REPORT (ALL TESTS)
   ducktape version: 0.8.1
   session_id:       2022-01-10--006
   run time:         5 minutes 42.016 seconds
   tests run:        5
   passed:           5
   failed:           0
   ignored:          0
   ================================================================================
   test_id:    kafkatest.sanity_checks.test_verifiable_producer.TestVerifiableProducer.test_multiple_kraft_sasl_mechanisms.metadata_quorum=REMOTE_KRAFT
   status:     PASS
   run time:   59.243 seconds
   --------------------------------------------------------------------------------
   test_id:    kafkatest.sanity_checks.test_verifiable_producer.TestVerifiableProducer.test_multiple_kraft_security_protocols.inter_broker_security_protocol=PLAINTEXT.metadata_quorum=REMOTE_KRAFT
   status:     PASS
   run time:   1 minute 3.756 seconds
   --------------------------------------------------------------------------------
   test_id:    kafkatest.sanity_checks.test_verifiable_producer.TestVerifiableProducer.test_multiple_kraft_security_protocols.inter_broker_security_protocol=SASL_SSL.inter_broker_sasl_mechanism=GSSAPI.metadata_quorum=REMOTE_KRAFT
   status:     PASS
   run time:   1 minute 2.391 seconds
   --------------------------------------------------------------------------------
   test_id:    kafkatest.sanity_checks.test_verifiable_producer.TestVerifiableProducer.test_multiple_kraft_security_protocols.inter_broker_security_protocol=SASL_SSL.inter_broker_sasl_mechanism=PLAIN.metadata_quorum=REMOTE_KRAFT
   status:     PASS
   run time:   1 minute 10.592 seconds
   --------------------------------------------------------------------------------
   test_id:    kafkatest.sanity_checks.test_verifiable_producer.TestVerifiableProducer.test_multiple_kraft_security_protocols.inter_broker_security_protocol=SSL.metadata_quorum=REMOTE_KRAFT
   status:     PASS
   run time:   1 minute 25.311 seconds
   --------------------------------------------------------------------------------
   ```


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] dajac commented on pull request #11664: KAFKA-13582: TestVerifiableProducer.test_multiple_kraft_security_prot…

Posted by GitBox <gi...@apache.org>.
dajac commented on pull request #11664:
URL: https://github.com/apache/kafka/pull/11664#issuecomment-1009289935


   Merged to trunk and 3.1.


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] dajac merged pull request #11664: KAFKA-13582: TestVerifiableProducer.test_multiple_kraft_security_prot…

Posted by GitBox <gi...@apache.org>.
dajac merged pull request #11664:
URL: https://github.com/apache/kafka/pull/11664


   


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org