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.
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.
Each time you start a node, may it be a (transport) client node or a server
node, all plugins are checked/loaded at initialization.
Each plugin, also jvm plugins on the classpath, is by default examined if a
directory named "_site" can be accessed. The purpose is to classify a
plugin as site plugin. A method in FIleSystemUtils logs if the directory
has problems. So the log message is completely harmless, especially for jvm
plugins without a _site.
Note, if you see this every minute, you should research if there is
something running in your ES that initiates a (client) node at that
frequency. In most cases, this is not required.
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.
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).
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.
Thanks for the tip. Found that our Sensu monitoring is doing some api
calls for monitoring cluster health that are triggering the log entry.
Mystery solved. Thank you.
On Saturday, May 31, 2014 11:23:14 AM UTC-4, David Pilato wrote:
Are you using Marvel or any other monitoring tool?
Something which call nodes info API for example???
--
David
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
Le 31 mai 2014 à 16:23, Dan Spinner <dan.s...@sonian.net <javascript:>> a
écrit :
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.
Thanks for the tip. Found that our Sensu monitoring is doing some api calls for monitoring cluster health that are triggering the log entry. Mystery solved. Thank you.
On Saturday, May 31, 2014 11:23:14 AM UTC-4, David Pilato wrote:
Are you using Marvel or any other monitoring tool?
Something which call nodes info API for example???
--
David
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
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.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.