I ran into the same issue when I upgraded to 1.x. The code in the plugin service will scan the plugins every minute. You can either disable the lookup or reduce the logging level (which is what I did).
-- Ivan On May 31, 2014 7:23 AM, "Dan Spinner" <[email protected]> wrote: > Has anyone else ran into this? > > We didn't have this behavior on 90.5. While testing out 1.1.1 it seems > to happen every minute in the logs for both of the plugins we use which are > siteless. If i create an empty _site directory for the plugins then the > log entries immediately stop. I've also confirmed that elasticsearch does > start up properly with the empty _site directory. I couldn't find anything > in the documentation about changes to plugins and the _site directory. > Curious if anyone else has experienced this, and what they did. > > > /var/log/es.log:May 23 00:38:52 localhost ES: DEBUG | > [elasticsearch[Adversary][management][T#3]] | plugins | [Adversary] > [/mnt/es/plugins/valve/_site] directory does not exist. > /var/log/es.log:May 23 00:38:52 localhost ES: DEBUG | > [elasticsearch[Adversary][management][T#3]] | plugins | [Adversary] > [/mnt/es/plugins/jetty/_site] directory does not exist. > /var/log/es.log:May 23 00:39:09 localhost ES: DEBUG | > [elasticsearch[Adversary][management][T#5]] | plugins | [Adversary] > [/mnt/es/plugins/valve/_site] directory does not exist. > /var/log/es.log:May 23 00:39:09 localhost ES: DEBUG | > [elasticsearch[Adversary][management][T#5]] | plugins | [Adversary] > [/mnt/es/plugins/jetty/_site] directory does not exist. > > -- > You received this message because you are subscribed to the Google Groups > "elasticsearch" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/dcae4d4b-3f57-4e86-a18f-6ab021470b97%40googlegroups.com > <https://groups.google.com/d/msgid/elasticsearch/dcae4d4b-3f57-4e86-a18f-6ab021470b97%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQCMt%3DkwfyZG5ty7N4Qme9Lh0UVq8yjzcM31ZyZY9Y971Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
