Skip to content

Glue UpdateTableOptimizer Fails with Timeout #4711

@surendragalwa

Description

@surendragalwa

Describe the bug

Creating and updating glue table optimizers - compaction, retention & orphan file deletion with boto3 SDK, it fails with timeout errors -

Connection was closed before we received a valid response from endpoint URL: "https://glue.us-east-2.amazonaws.com/

Does boto3 API call wait for glue to execute the optimizers? Why does it take more than 2 mins to just update the configuration? Also, I can see the glue table optimizer configuration has been updated but the API call with SDK it fails with above error.

Regression Issue

  • Select this option if this issue appears to be a regression.

Expected Behavior

Boto3 SDK should just update the configuration for glue optimizers instead of waiting for them to execute and complete.

Current Behavior

Failes with error.

Reproduction Steps

glue_client.update_table_optimizer

Possible Solution

No response

Additional Information/Context

No response

SDK version used

1.34.93

Environment details (OS name and version, etc.)

Linux

Metadata

Metadata

Assignees

Labels

gluep3This is a minor priority issueresponse-requestedWaiting on additional information or feedback.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions