Eric Rozell

Results 89 issues of Eric Rozell

## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) ### Why The DynamicAutomationPeer.h header is in the parent `Views`...

## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) ### Why Clang doesn't like attempting to override the virtual...

## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) ### Why These headers are needed in case alternative PCH...

## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) ### Why It may not always be the case that...

Area: Islands

**Issue:** When you try to backup Cassandra from the DC/OS CLI to Azure, it attempts to use the S3StorageDriver as opposed to the AzureStorageDriver. **Version:** 1.0.25-3.0.10 **Environment:** Azure ACS **Repro...

**Issue:** When you try to restore Cassandra from the DC/OS CLI from Azure blob, the rows are not restored correctly. **Version:** 1.0.25-3.0.10 **Environment:** Azure ACS **Repro steps:** 1) Install cassandra...

As documented, schema backup / restore is not supported for Blob storage. There are ToDos: [AzureStorageDriver.java#L160](https://github.com/mesosphere/dcos-cassandra-service/blob/master/cassandra-executor/src/main/java/com/mesosphere/dcos/cassandra/executor/backup/AzureStorageDriver.java#L160) [AzureStorageDriver.java#L227](https://github.com/mesosphere/dcos-cassandra-service/blob/master/cassandra-executor/src/main/java/com/mesosphere/dcos/cassandra/executor/backup/AzureStorageDriver.java#L227)

Fixes a bug in StorageDriverFactory that prevents the AzureStorageDriver from being created by the factory, and fixes logging in the AzureStorageDriver. This PR also adds support for schema upload /...

**Issue:** Logging from the AzureStorageDriver is broken. **Version:** 1.0.25-3.0.10 **Environment:** Azure ACS **Repro steps:** 1) Install cassandra from DC/OS CLI, using default config: ``` dcos package install cassandra ``` 2)...

## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) - Breaking change (fix or feature that would cause existing...

Breaking Change