jon-wei commented on issue #8276: KIS tasks in 0.15.1 RC2 sometimes duplicate rows with the same dimension values URL: https://github.com/apache/incubator-druid/issues/8276#issuecomment-520073904 In the middleManager runtime.properties, does the `druid.indexer.runner.javaOpts` property have the following? `-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager` It will be needed for task logging to work. Additionally, I think you'll need a separate log4j xml for the tasks that uses a Console appender (the separate task logs rely on the tasks logging to console), you can specify that with `-Dlog4j.configurationFile=<conf-file-location>`, this should also go in `druid.indexer.runner.javaOpts` in the MM runtime properties
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
