TSFenwick commented on PR #14131:
URL: https://github.com/apache/druid/pull/14131#issuecomment-1588468002
# Incorrect Access Key
```{
"id":
"api-issued_kill_wikipedia_3_gokfnfge_1000-01-01T00:00:00.000Z_2023-06-12T00:00:00.000Z_2023-06-13T03:20:19.252Z",
"groupId":
"api-issued_kill_wikipedia_3_gokfnfge_1000-01-01T00:00:00.000Z_2023-06-12T00:00:00.000Z_2023-06-13T03:20:19.252Z",
"type": "kill",
"createdTime": "2023-06-13T03:20:19.303Z",
"queueInsertionTime": "1970-01-01T00:00:00.000Z",
"statusCode": "FAILED",
"status": "FAILED",
"runnerStatusCode": "WAITING",
"duration": 6799,
"location": {
"host": "localhost",
"port": 8100,
"tlsPort": -1
},
"dataSource": "wikipedia_3",
"errorMsg": "org.apache.druid.segment.loading.SegmentLoadingException:
Unable to delete from bucket [tomfenwick-t..."
}
```
[403_error_delete.txt](https://github.com/apache/druid/files/11730294/403_error_delete.txt)
# Successful no errors
```
{
"id":
"api-issued_kill_testPerms1_lkdbjnmf_1000-01-01T00:00:00.000Z_2023-06-12T00:00:00.000Z_2023-06-13T02:51:14.744Z",
"groupId":
"api-issued_kill_testPerms1_lkdbjnmf_1000-01-01T00:00:00.000Z_2023-06-12T00:00:00.000Z_2023-06-13T02:51:14.744Z",
"type": "kill",
"createdTime": "2023-06-13T02:51:14.756Z",
"queueInsertionTime": "1970-01-01T00:00:00.000Z",
"statusCode": "SUCCESS",
"status": "SUCCESS",
"runnerStatusCode": "WAITING",
"duration": 8795,
"location": {
"host": "localhost",
"port": 8100,
"tlsPort": -1
},
"dataSource": "testPerms1",
"errorMsg": null
}
```
[succesful_batch_delete.txt](https://github.com/apache/druid/files/11730331/succesful_batch_delete.txt)
# unable to delete one index
```
{
"id":
"api-issued_kill_wikipedia_2_niigolng_1000-01-01T00:00:00.000Z_2023-06-12T00:00:00.000Z_2023-06-13T03:13:35.830Z",
"groupId":
"api-issued_kill_wikipedia_2_niigolng_1000-01-01T00:00:00.000Z_2023-06-12T00:00:00.000Z_2023-06-13T03:13:35.830Z",
"type": "kill",
"createdTime": "2023-06-13T03:13:35.835Z",
"queueInsertionTime": "1970-01-01T00:00:00.000Z",
"statusCode": "FAILED",
"status": "FAILED",
"runnerStatusCode": "WAITING",
"duration": 6810,
"location": {
"host": "localhost",
"port": 8100,
"tlsPort": -1
},
"dataSource": "wikipedia_2",
"errorMsg": "org.apache.druid.segment.loading.SegmentLoadingException:
Couldn't delete from bucket: [tomfenwick-t..."
}
```
[no_perms_on_single_file_to_be_deleted_log.txt](https://github.com/apache/druid/files/11730316/no_perms_on_single_file_to_be_deleted_log.txt)
# Unable to delete all indices
```
{
"id":
"api-issued_kill_wikipedia_1_nbnhlfdk_1000-01-01T00:00:00.000Z_2023-06-12T00:00:00.000Z_2023-06-13T02:56:52.826Z",
"groupId":
"api-issued_kill_wikipedia_1_nbnhlfdk_1000-01-01T00:00:00.000Z_2023-06-12T00:00:00.000Z_2023-06-13T02:56:52.826Z",
"type": "kill",
"createdTime": "2023-06-13T02:56:52.829Z",
"queueInsertionTime": "1970-01-01T00:00:00.000Z",
"statusCode": "FAILED",
"status": "FAILED",
"runnerStatusCode": "WAITING",
"duration": 8239,
"location": {
"host": "localhost",
"port": 8100,
"tlsPort": -1
},
"dataSource": "wikipedia_1",
"errorMsg": "org.apache.druid.segment.loading.SegmentLoadingException:
Couldn't delete from bucket: [tomfenwick-t..."
}
```
[no_perms_on_all_files_to_be_deleted_log.txt](https://github.com/apache/druid/files/11730324/no_perms_on_all_files_to_be_deleted_log.txt)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]