ranryl commented on issue #27266: URL: https://github.com/apache/doris/issues/27266#issuecomment-1820359785
> +1 > > to reproduce, I think this is what happened > > 1. I created a resource for remote GCS bucket for cold-hot separation > 2. Data was tiered to the remote bucket > 3. Accidently deleted the folder in remote GCS bucket > > ``` > CREATE RESOURCE "remote_gcs" > PROPERTIES > ( > "type" = "s3", > "s3.endpoint" = "storage.googleapis.com", > "s3.region" = "asia-south1", > "s3.bucket" = "<gcs bucket name>", > "s3.root.path" = "doris_dump", > "s3.access_key" = "", > "s3.secret_key" = "", > "s3.connection.maximum" = "50", > "s3.connection.request.timeout" = "3000", > "s3.connection.timeout" = "1000" > ); > ``` > > I accidently deleted the `doris_dump` folder created at GCS bucket Now getting the following error > > ``` > [IO_ERROR]failed to delete objects: (endpoint: http://storage.googleapis.com, bucket: <gcs bucket name>, key:doris_dump/data/10120/02000000000000586b4e7843288f3e9b437318c552cc4dbc_0.dat, NotImplemented), Unable to parse ExceptionName: NotImplemented Message: A header or query you provided requested a function that is not implemented. > ``` > > ``` > failed to delete remote rowset. err=[IO_ERROR]failed to delete objects: (endpoint: http://storage.googleapis.com, bucket: <gcs bucket name>, key:doris_dump/data/10120/02000000000000586b4e7843288f3e9b437318c552cc4dbc_0.dat, NotImplemented), Unable to parse ExceptionName: NotImplemented Message: A header or query you provided requested a function that is not implemented. > ``` > > I ran the below commands to clear everything but still getting these errors in log > > ``` > DROP table table1; > DROP STORAGE POLICY test_policy; > DROP RESOURCE 'remote_gcs'; > > select * from information_schema.rowsets where ROWSET_ID = "02000000000000556b4e7843288f3e9b437318c552cc4dbc"; > > <this command shows 0 rows> > ``` I think try restart be -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org