Uh oh!
There was an error while loading. Please reload this page.
[feat](cloud) Support alter operation for obj_info and s3 vault obj_info - #51162
Conversation
hello-stephen
commented
May 22, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
swjtu-zhanglei
commented
May 22, 2025
run buildall |
swjtu-zhanglei
commented
May 22, 2025
run buildall |
hello-stephen
commented
May 22, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
May 22, 2025
TPC-H: Total hot run time: 34181 ms |
doris-robot
commented
May 22, 2025
TPC-DS: Total hot run time: 187292 ms |
doris-robot
commented
May 22, 2025
ClickBench: Total hot run time: 29.27 s |
swjtu-zhanglei
commented
May 23, 2025
run buildall |
doris-robot
commented
May 23, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
May 23, 2025
TPC-H: Total hot run time: 34072 ms |
doris-robot
commented
May 23, 2025
TPC-DS: Total hot run time: 193352 ms |
doris-robot
commented
May 23, 2025
ClickBench: Total hot run time: 29.87 s |
swjtu-zhanglei
commented
May 23, 2025
run buildall |
doris-robot
commented
May 23, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
May 23, 2025
TPC-H: Total hot run time: 33838 ms |
doris-robot
commented
May 23, 2025
TPC-DS: Total hot run time: 195200 ms |
doris-robot
commented
May 23, 2025
ClickBench: Total hot run time: 29.81 s |
hello-stephen
commented
May 23, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
May 23, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
swjtu-zhanglei
commented
May 26, 2025
run buildall |
hello-stephen
commented
May 26, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
May 26, 2025
TPC-H: Total hot run time: 34037 ms |
doris-robot
commented
May 26, 2025
TPC-DS: Total hot run time: 193651 ms |
swjtu-zhanglei
commented
May 26, 2025
run feut |
doris-robot
commented
May 26, 2025
ClickBench: Total hot run time: 29.8 s |
hello-stephen
commented
May 26, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
Jun 9, 2025
TPC-DS: Total hot run time: 193372 ms |
doris-robot
commented
Jun 9, 2025
ClickBench: Total hot run time: 30.3 s |
hello-stephen
commented
Jun 9, 2025
FE UT Coverage ReportIncrement line coverage |
doris-robot
commented
Jun 9, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Jun 9, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
| .alterCluster(request); | ||
| } | ||
| /** |
| return w.executeRequest((client) -> client.removeDeleteBitmapUpdateLock(request)); | ||
| } | ||
| /** |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
1 similar comment
PR approved by anyone and no changes requested. |
…nfo (#51162) ``` obj_info mode: curl '127.0.0.1:5000/MetaService/http/v1/?alter_obj_info?token=greedisgood9999' -d '{ "cloud_unique_id": "${cloud_unique_id}", "obj": { "id": "1", "ak": "new_ak", "sk": "new_sk" } }' curl '127.0.0.1:5000/MetaService/http/v1/?alter_obj_info?token=greedisgood9999' -d '{ "cloud_unique_id": "${cloud_unique_id}", "obj": { "id": "1", "role_arn": "new_role_arn", "external_id": "new_external_id" } }' s3 vault mode: curl '127.0.0.1:5000/MetaService/http/v1/?alter_s3_vault?token=greedisgood9999' -d '{ "cloud_unique_id": "${cloud_unique_id}", "vault": { "name": "built_in_storage_vault", "obj_info": { "ak": "test-ak2", "sk": "test-sk2" } } }' curl '127.0.0.1:5000/MetaService/http/v1/?alter_s3_vault?token=greedisgood9999' -d '{ "cloud_unique_id": "${cloud_unique_id}", "vault": { "name": "built_in_storage_vault", "obj_info": { "role_arn": "test-role-arn", "external_id": "test-external-id" } } }' ```
…nfo (#51162) ``` obj_info mode: curl '127.0.0.1:5000/MetaService/http/v1/?alter_obj_info?token=greedisgood9999' -d '{ "cloud_unique_id": "${cloud_unique_id}", "obj": { "id": "1", "ak": "new_ak", "sk": "new_sk" } }' curl '127.0.0.1:5000/MetaService/http/v1/?alter_obj_info?token=greedisgood9999' -d '{ "cloud_unique_id": "${cloud_unique_id}", "obj": { "id": "1", "role_arn": "new_role_arn", "external_id": "new_external_id" } }' s3 vault mode: curl '127.0.0.1:5000/MetaService/http/v1/?alter_s3_vault?token=greedisgood9999' -d '{ "cloud_unique_id": "${cloud_unique_id}", "vault": { "name": "built_in_storage_vault", "obj_info": { "ak": "test-ak2", "sk": "test-sk2" } } }' curl '127.0.0.1:5000/MetaService/http/v1/?alter_s3_vault?token=greedisgood9999' -d '{ "cloud_unique_id": "${cloud_unique_id}", "vault": { "name": "built_in_storage_vault", "obj_info": { "role_arn": "test-role-arn", "external_id": "test-external-id" } } }' ```
…nfo (#51162) ``` obj_info mode: curl '127.0.0.1:5000/MetaService/http/v1/?alter_obj_info?token=greedisgood9999' -d '{ "cloud_unique_id": "${cloud_unique_id}", "obj": { "id": "1", "ak": "new_ak", "sk": "new_sk" } }' curl '127.0.0.1:5000/MetaService/http/v1/?alter_obj_info?token=greedisgood9999' -d '{ "cloud_unique_id": "${cloud_unique_id}", "obj": { "id": "1", "role_arn": "new_role_arn", "external_id": "new_external_id" } }' s3 vault mode: curl '127.0.0.1:5000/MetaService/http/v1/?alter_s3_vault?token=greedisgood9999' -d '{ "cloud_unique_id": "${cloud_unique_id}", "vault": { "name": "built_in_storage_vault", "obj_info": { "ak": "test-ak2", "sk": "test-sk2" } } }' curl '127.0.0.1:5000/MetaService/http/v1/?alter_s3_vault?token=greedisgood9999' -d '{ "cloud_unique_id": "${cloud_unique_id}", "vault": { "name": "built_in_storage_vault", "obj_info": { "role_arn": "test-role-arn", "external_id": "test-external-id" } } }' ```
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)