[MCOL-4338] Advice on removal of bucket purge from columnstore init procedure Created: 2020-10-07  Updated: 2021-02-19  Resolved: 2021-02-19

Status: Closed
Project: MariaDB ColumnStore
Component/s: Docker
Affects Version/s: None
Fix Version/s: 5.5.1

Type: Task Priority: Major
Reporter: Jens Röwekamp (Inactive) Assignee: Todd Stoffel (Inactive)
Resolution: Fixed Votes: 0
Labels: skysql


 Description   

Hi,

I found some code [1] in the columnstore-init script that is commented with "TO BE REMOVED":

    # Clean Out Bucket From Previous Tests (TO BE REMOVED)
    if [[ $(hostname -s) == "$PM1" ]]; then
        gsutil -m rm gs://$S3_BUCKET/* > /dev/null 2>&1
    fi

It is responsible for purging the S3 bucket before initialization.

Could you please comment if this code snippet is still needed or should be removed in the ColumnStore image?

[1] https://github.com/mariadb-corporation/columnstore-docker-cluster/blob/master/scripts/columnstore-init#L81-L84


Generated at Thu Feb 08 02:49:36 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.