You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2021/10/08 21:54:43 UTC

[GitHub] [samza] cameronlee314 opened a new pull request #1544: SAMZA-2700: StaticResourceJobCoordinator does not set config for LoggingContextHolder

cameronlee314 opened a new pull request #1544:
URL: https://github.com/apache/samza/pull/1544


   Symptom: If using `StaticResourceJobCoordinator`, any logging appenders which need `Config` from `LoggingContextHolder` will not be able to access it, so they won't be able to work properly.
   Cause: `LoggingContextHolder.setConfig` is not called in `StaticResourceJobCoordinator`.
   Changes: Set the `Config` in `LoggingContextHolder` in `StaticResourceJobCoordinator`.
   Tests: `./gradlew build`
   API changes: N/A


-- 
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: commits-unsubscribe@samza.apache.org

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



[GitHub] [samza] cameronlee314 merged pull request #1544: SAMZA-2700: StaticResourceJobCoordinator does not set config for LoggingContextHolder

Posted by GitBox <gi...@apache.org>.
cameronlee314 merged pull request #1544:
URL: https://github.com/apache/samza/pull/1544


   


-- 
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: commits-unsubscribe@samza.apache.org

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