From 735950287b2e9f2c61335c4d69f44974bf465274 Mon Sep 17 00:00:00 2001 From: Phil Winder Date: Tue, 27 Oct 2015 14:19:35 +0000 Subject: [PATCH] Added eth0 problem to known issues. --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index fdaa22fb..f4df09ca 100644 --- a/docs/index.md +++ b/docs/index.md @@ -280,6 +280,7 @@ Query Browser allows you to examine data stored on individual Elasticsearch node ### Known issues +- Issue [#388](https://github.com/mesos/elasticsearch/issues/388): When in jars mode, the executor is unable to communicate with the cluster unless the adapter is named eth0. - Issue [#188](https://github.com/mesos/elasticsearch/issues/188): Database data IS NOT persisted to disk. Data storage is wholly reliant on cluster redundancy. This means that the framework is not yet recommended for production use. - Issue [#177](https://github.com/mesos/elasticsearch/issues/177#issuecomment-135367451): Executors keep running if the scheduler is killed unless the DCOS CLI is used. - Issue [#93](https://github.com/mesos/elasticsearch/issues/93): Despite the gui, horizontal scaling is not yet implemented.