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
Describe the bug
hms-readwrite container restart succeeding even if the calls to aws fails like to get aws account_id, which cause issues like removing aws account_id from s3 bucket name apiary--<aws_account_id>-<aws_region>-<schema_name>.
below shows a blank for aws_account_id
desc database sandbox;
sandbox s3://apiary-<prefix>--us-east-1-sandbox/ root USER
To Reproduce
Can restart the hms-readwrite container with aws calls failing
Expected behavior
hms-readwrite container startup should fail if any aws call fails.
Describe the bug
hms-readwrite container restart succeeding even if the calls to aws fails like to get aws account_id, which cause issues like removing aws account_id from s3 bucket name apiary--<aws_account_id>-<aws_region>-<schema_name>.
below shows a blank for aws_account_id
To Reproduce
Can restart the hms-readwrite container with aws calls failing
Expected behavior
hms-readwrite container startup should fail if any aws call fails.
Logs
@rpoluri has more details
The text was updated successfully, but these errors were encountered: