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/06/06 05:21:26 UTC

[GitHub] [kafka] ableegoldman opened a new pull request, #12255: MINOR: adjust logging levels in Stream tests

ableegoldman opened a new pull request, #12255:
URL: https://github.com/apache/kafka/pull/12255

   Now that we've turned off logging in the brokers/zookeeper/config classes we can finally see at least some of the logs where Streams is actually doing something when trying to debug tests from a failed PR build. But I've noticed we still have some flooding of warnings from the `NetworkClient` and info-level junk from `Metadata`, so to maximize the visible useful logs we should filter out everything bu the producer/consumer client themselves (in addition to Streams) fine-grained logging 


-- 
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] ableegoldman merged pull request #12255: MINOR: adjust logging levels in Stream tests

Posted by GitBox <gi...@apache.org>.
ableegoldman merged PR #12255:
URL: https://github.com/apache/kafka/pull/12255


-- 
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] ableegoldman commented on pull request #12255: MINOR: adjust logging levels in Stream tests

Posted by GitBox <gi...@apache.org>.
ableegoldman commented on PR #12255:
URL: https://github.com/apache/kafka/pull/12255#issuecomment-1149647075

   Just some unrelated failures in core kafka:
   
   ```
   testBecomeFollowerWhileOldClientFetchInPurgatory() – kafka.server.ReplicaManagerTest
   testDeltaToFollowerCompletesProduce() – kafka.server.ReplicaManagerTest
   testDisableAdminEndpoint – org.apache.kafka.connect.runtime.rest.RestServerTest
   testCreateClusterAndPerformReassignment() – kafka.server.KRaftClusterTest
   testFailureToFenceEpoch(String).quorum=kraft – kafka.api.TransactionsTest
   ```


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