Describe the feature: Elasticsearch cant start with a .gitkeep file in plugins directory
Elasticsearch version: 5.5.0
Plugins installed: []
JVM version (java -version): 1.8.0_131
OS version (uname -a if on a Unix-like system): your Docker image version 5.5.0
Description of the problem including expected versus actual behavior:
using docke-compose to start Elastic Stack , i use volume to mount plugins directory.
To keep my own directory on my git project , use .gitkeep file in this directory.
When i start services, Elasticsearch try to acces all items in plugins directory like a plugin , and not ignore hidden files.
Steps to reproduce:
Please include a minimal but complete recreation of the problem, including
(e.g.) index creation, mappings, settings, query etc. The easier you make for
us to reproduce it, the more likely that somebody will take the time to look at it.
create a .gitkeep file in plugins directory of elasticsearch
run the service
Provide logs (if relevant):
[2017-07-07T09:30:23,932][WARN ][o.e.b.ElasticsearchUncaughtExceptionHandler] [] uncaught exception in thread [main]
elasticsearch_1 | org.elasticsearch.bootstrap.StartupException: org.elasticsearch.bootstrap.BootstrapException: java.nio.file.FileSystemException: /usr/share/elasticsearch/plugins/.gitkeep/plugin-descriptor.properties: Not a directory
Describe the feature: Elasticsearch cant start with a .gitkeep file in plugins directory
Elasticsearch version: 5.5.0
Plugins installed: []
JVM version (
java -version
): 1.8.0_131OS version (
uname -a
if on a Unix-like system): your Docker image version 5.5.0Description of the problem including expected versus actual behavior: using docke-compose to start Elastic Stack , i use volume to mount plugins directory. To keep my own directory on my git project , use .gitkeep file in this directory.
When i start services, Elasticsearch try to acces all items in plugins directory like a plugin , and not ignore hidden files.
Steps to reproduce:
Please include a minimal but complete recreation of the problem, including (e.g.) index creation, mappings, settings, query etc. The easier you make for us to reproduce it, the more likely that somebody will take the time to look at it.
Provide logs (if relevant): [2017-07-07T09:30:23,932][WARN ][o.e.b.ElasticsearchUncaughtExceptionHandler] [] uncaught exception in thread [main] elasticsearch_1 | org.elasticsearch.bootstrap.StartupException: org.elasticsearch.bootstrap.BootstrapException: java.nio.file.FileSystemException: /usr/share/elasticsearch/plugins/.gitkeep/plugin-descriptor.properties: Not a directory