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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
