Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG][Remote Store] Repository base_path is ignored while uploading segments to remote segment store #4283

Closed
sachinpkale opened this issue Aug 23, 2022 · 0 comments
Labels
bug Something isn't working distributed framework

Comments

@sachinpkale
Copy link
Member

Describe the bug
Once we create repository:

curl -X PUT "localhost:9200/_snapshot/cluster_uuid" -H 'Content-Type: application/json' -d'{"type": "s3","settings": {"bucket": "my-repo","base_path": "test-upload"}}'

And the index is created with remote_store.enabled = true, the segments are uploaded to my-repo/my-index-1/0/segments/data path.

The path should be test-upload/my-repo/my-index-1/0/segments/data path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working distributed framework
Projects
None yet
Development

No branches or pull requests

2 participants