I meant the output of the cluster state 
<http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-state.html#cluster-state>
command:

curl -XGET 'http://localhost:9200/_cluster/state'

It might be large and will contain information about your cluster that you 
might not want to share publicly (index mappings). If this is the case, 
please feel free to send it to me by email.

Igor


On Saturday, May 24, 2014 2:18:14 PM UTC-4, Andrew Vos wrote:
>
> 1.0.0. What do you mean by state exactly?
>
>
> On Sat, May 24, 2014 at 6:33 PM, Igor Motov <[email protected]> wrote:
>
>> Which version of elsticsearch are you using? Can you send me the current 
>> cluster state?
>>
>> On Saturday, May 24, 2014 10:17:43 AM UTC-4, Andrew Vos wrote:
>>>
>>> A few days ago I started a snapshot, but instead of using a shared 
>>> network I used the local filesystem. Because my root partition only had 8gb 
>>> (and this is where I stored the snapshots) the partition got filled up and 
>>> three of my seven elasticsearch boxes crashed almost instantly.
>>>
>>> I've since created a new cluster and let the data replicate over. The 
>>> problem now is, I can't seem to cancel this snapshot!
>>>
>>> Looking at the snapshot:
>>> *curl -XGET "localhost:9999/_snapshot/production_backup/_snapshot1"*
>>> *{"error":"RemoteTransportException[[Smuggler][inet[/172.17.0.2 
>>> <http://172.17.0.2>:9300]][cluster/snapshot/get]]; nested: 
>>> SnapshotMissingException[[production_backup:_snapshot1] is missing]; 
>>> nested: FileNotFoundException[/ebs/snapshot-backup/snapshot-_snapshot1 (No 
>>> such file or directory)]; ","status":404}%   *
>>>
>>> Starting a new snapshot:
>>> *curl -XPUT 
>>> "localhost:9999/_snapshot/production_backup/snapshot_1?wait_for_completion=false"*
>>> *{"error":"RemoteTransportException[[Smuggler][inet[/172.17.0.2 
>>> <http://172.17.0.2>:9300]][cluster/snapshot/create]]; nested: 
>>> ConcurrentSnapshotExecutionException[[production_backup:snapshot_1] a 
>>> snapshot is already running]; ","status":503}% *
>>>
>>> This just never completes:
>>>
>>> curl -XDELETE "localhost:9999/_snapshot/production_backup/snapshot_1"
>>>
>>>
>>> Any idea how I can solve this?
>>>
>>  -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "elasticsearch" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/elasticsearch/rtffJxkKyzg/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> [email protected].
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/elasticsearch/41136f07-3afd-4452-87e4-a54f983db539%40googlegroups.com<https://groups.google.com/d/msgid/elasticsearch/41136f07-3afd-4452-87e4-a54f983db539%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/e292c3d2-b0bf-438a-986b-e32db3f2dd7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to