delphix / mysqllinux

MySQLVirtualization Plugin for Delphix
Apache License 2.0
1 stars 9 forks source link

"2021/10/04: Adaptive Sleep for larger databases" #9

Open arunskurian opened 3 years ago

arunskurian commented 3 years ago

Is your feature request related to a problem? Please describe. When linking/provisioning a large dataset, the server takes longer to come to a state where it can be shutdown for snapshots. Sending commands before the server is in an active state fails the operation.

Describe the solution you'd like The plugin must be able to throttle/time the shutdown or subsequent commands and wait until the server is ready.

Describe alternatives you've considered Hardcoded sleep times. May work, but not the right solution.