Skip to content

Create virtualwarehouse may fail if multiple are requested #74

@Chaffelson

Description

@Chaffelson

state=self.cdpy.sdk.STARTED_STATES, delay=self.delay, timeout=self.timeout

This line is susceptible to a kind of race condition where multiple virtual warehouses may be requested in cloudera.cloud, but some of them create and then auto-stop due to idleness before the full create sequence completes. This is because the 'Stopped' state is not considered a valid completion state for this wait operation.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions