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/08/30 18:21:42 UTC

[GitHub] [kafka] dtwitty opened a new pull request, #12572: [LI-HOTFIX] Downgrade FETCH_SESSION_ID_NOT_FOUND logging from info to debug

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

   TICKET = LIKAFKA-44865
   LI_DESCRIPTION =
   Whenever the fetch session has a cache miss on the broker, the client logs FETCH_SESSION_ID_NOT_FOUND at the `info` level. This message isn't actionable to clients, and does not actually indicate an error. More accurately, it possibly indicates that the broker is sub-optimally configured. This change improves client-side logging by making this a `debug` log, and also improves the log message for this specific situation.
   
   EXIT_CRITERIA = N/A
   
   This change does not affect behavior or control flow, only logging. Therefore, no additional testing is needed.
   


-- 
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] dtwitty commented on pull request #12572: [LI-HOTFIX] Downgrade FETCH_SESSION_ID_NOT_FOUND logging from info to debug

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

   Clearly something has gone screwy with this PR. Closing to fix 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] dtwitty closed pull request #12572: [LI-HOTFIX] Downgrade FETCH_SESSION_ID_NOT_FOUND logging from info to debug

Posted by GitBox <gi...@apache.org>.
dtwitty closed pull request #12572: [LI-HOTFIX] Downgrade FETCH_SESSION_ID_NOT_FOUND logging from info to debug
URL: https://github.com/apache/kafka/pull/12572


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