apache / druid

Apache Druid: a high performance real-time analytics database.
https://druid.apache.org/
Apache License 2.0
13.44k stars 3.69k forks source link

Logging emitter is active when noop is set #3053

Closed l15k4 closed 8 years ago

l15k4 commented 8 years ago

Hey,

if I set druid.emitter to nopp I can still see logging emitter logs :

com.metamx.emitter.core.LoggingEmitter ...
~/imply-1.2.1# cat conf/druid/_common/common.runtime.properties | grep emitter
druid.emitter=noop
druid.emitter.logging.logLevel=warn
druid.emitter.graphite.hostname=?????
druid.emitter.graphite.port=2004
druid.emitter.graphite.alertEmitters=["noop"]
druid.emitter.graphite.eventConverter={"type":"whiteList", "namespacePrefix": "druid", "ignoreHostname":false, "ignoreServiceName":false, "mapPath": "dist/druid/extensions/graphite-emitter/defaultWhiteListMap.json"}
druid.extensions.loadList=["druid-histogram", "druid-datasketches", "druid-s3-extensions", "graphite-emitter"]

I'm using the 1.2.1 implydata distribution. I use graphite in production but I want to disable emitter for testing and development ...

drcrallen commented 8 years ago

What service are you seeing the emitter logs on, and what version of druid is your imply distribution running?

fjy commented 8 years ago

0.9.0

fjy commented 8 years ago

Cany ou post your full common.runtime.properties? FWIW this post should be in the user groups https://groups.google.com/forum/#!forum/druid-user until we confirm it is an actual Druid issue

gianm commented 8 years ago

@l15k4 You might be running against the quickstart config in conf-quickstart rather than the clustered config in conf, could you double-check that?

l15k4 commented 8 years ago

Ou my, sorry guys. After triple checking everything, it turns out that I really supplied quickstart conf instead of the modified one, sorry !!!