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 2021/11/05 11:55:07 UTC

[GitHub] [kafka] chia7712 opened a new pull request #11469: MINOR: disable zookeeper.sasl.client to avoid false error

chia7712 opened a new pull request #11469:
URL: https://github.com/apache/kafka/pull/11469


   Zookeeper connection always does SASL checks currently. That behavior produces false warnings to kafka log. For example:
   
   ### using PLAINTEXT
   ```
   [2021-11-05 11:39:33,738] INFO Opening socket connection to server caijiapngdeiMac/192.168.50.178:19516. Will not attempt to authenticate using SASL (unknown error) (org.apache.zookeeper.ClientCnxn)
   ```
   
   ### using SASL_PLAINTEXT with `java.security.auth.login.config`
   ```
   [2021-11-05 11:52:37,130] ERROR [ZooKeeperClient Kafka server] Auth failed. (kafka.zookeeper.ZooKeeperClient)
   ```
   
   ### 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] chia7712 commented on pull request #11469: MINOR: disable zookeeper.sasl.client to avoid false error

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


   ```
   Build / JDK 11 and Scala 2.13 / kafka.api.PlaintextAdminIntegrationTest.testReplicaCanFetchFromLogStartOffsetAfterDeleteRecords()
   ```
   ```
   Build / JDK 8 and Scala 2.12 / kafka.api.PlaintextAdminIntegrationTest.testReplicaCanFetchFromLogStartOffsetAfterDeleteRecords()
   ```
   
   unrelated error. Will merge it.


-- 
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] chia7712 merged pull request #11469: MINOR: disable zookeeper.sasl.client to avoid false error

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


   


-- 
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] chia7712 commented on pull request #11469: MINOR: disable zookeeper.sasl.client to avoid false error

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


   > Any reason why this wasn't merged?
   
   will merge it if QA pass :)


-- 
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] ijuma commented on pull request #11469: MINOR: disable zookeeper.sasl.client to avoid false error

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


   Any reason why this wasn't merged?


-- 
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