Eu Jing Chua

Results 7 issues of 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...

bug

`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...

enhancement
ready for review
mlos-bench

- 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. ![image](https://github.com/user-attachments/assets/74193a87-47e9-4144-a261-98421d43a106) 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...