You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the migration to remote cluster state the corresponding S3 bucket contains data not only under the specified base_path prefix, but also under the root.
Related component
Storage:Remote
To Reproduce
Setup an empty S3 bucket for a remote state
Configure the remote state for a cluster:
# Enable Remote cluster state cluster settings:
cluster.remote_store.state.enabled: true
# Remote cluster state repository settings
node.attr.remote_store.state.repository: state
node.attr.remote_store.repository.state.type: s3
node.attr.remote_store.repository.state.settings.bucket: my-remote-store
node.attr.remote_store.repository.state.settings.base_path: state
node.attr.remote_store.repository.state.settings.region: us-east-1
Describe the bug
After the migration to remote cluster state the corresponding S3 bucket contains data not only under the specified base_path prefix, but also under the root.
Related component
Storage:Remote
To Reproduce
In total, there is
The amount of extra folders keeps growing over time.
Expected behavior
Remote state data is stored fully under the
state/
base_path
Additional Details
No response
The text was updated successfully, but these errors were encountered: