-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>bug
Description
Elasticsearch version: tested with 2.4.0-SNAPSHOT
Description of the problem including expected versus actual behavior:
When you create your azure repository, you get a message The specified blob does not exist
Steps to reproduce:
bin/plugin install cloud-azure- modify
config/elasticsearch.ymlto setcloud.azure.storage.my_account.account: xxxandcloud.azure.storage.my_account.key: yyy bin/elasticsearch- Run the following script:
# Clean existing repo if any
curl -XDELETE localhost:9200/_snapshot/my_backup1?pretty
# Create azure repo
# This call gives in log: The specified blob does not exist
curl -XPUT localhost:9200/_snapshot/my_backup1?pretty -d '{
"type": "azure"
}'Provide logs (if relevant):
[2016-05-18 11:03:24,914][WARN ][org.elasticsearch.cloud.azure.blobstore] [azure] can not remove [tests-ilmRPJ8URU-sh18yj38O6g/] in container {elasticsearch-snapshots}: The specified blob does not exist.
Note that there is a trailing / at the end which might explain the issue.
Metadata
Metadata
Assignees
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>bug