Eu Jing Chua
Eu Jing Chua
I experienced this error while trying to load TPC-C on a MySQL server that came with [GIPK](https://dev.mysql.com/doc/refman/8.0/en/create-table-gipks.html#:~:text=Beginning%20with%20MySQL%208.0.30%2C%20MySQL%20supports%20generated%20invisible,invisible%20primary%20key%20%28GIPK%29%20to%20any%20such%20table.) enabled by default. `[ERROR] 2023-12-07 00:55:28,801 [Thread-1] com.oltpbenchmark.api.Loader loadCustomerHistory - No value specified...
`is_defaults` looks like a boolean that is stored in the results storage when a new trial is created. However, the current implementation is storing a serialized method that tends exceeds...
Currently used for validating a default configuration against some other specific configuration, in an alternating manner on the same MySQL instance. This sets up the collected pairs of metrics for...
- Creates the managed identity (MI) in the specified RG. If existing, operation is idempotent. - Assigns the MI as a user-assigned MI to the created control VM - Grants...
In `_check_operation_status()` of `AzureDeploymentService`, debug logging relying on a JSON response from the management operation should be done after checking for response status code is 200.  In this case,...
If an experiment happens to fail on the first trial (maybe quota / provisioning issues) and then MLOS crashes after due to our user scripts expecting a result metric, trying...
# Pull Request ## Basic implementation for mlos_benchd service This PR introduces: - Creation of `Experiment` via the storage API, separate from running via CLI. - A new `mlos_benchd` script...