Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging from AzureStorageDriver is broken #447

Open
rozele opened this issue Jun 7, 2017 · 0 comments · May be fixed by #448
Open

Logging from AzureStorageDriver is broken #447

rozele opened this issue Jun 7, 2017 · 0 comments · May be fixed by #448

Comments

@rozele
Copy link

rozele commented Jun 7, 2017

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
  1. Try to backup the cluster to Azure Blob storage:
dcos cassandra backup start \
  --backup_name=<name> \
  --external_location=azure://<container_name> \
  --azure_account=<storage_account_name> \
  --azure_key=<storage_account_key>
  1. Check the logs from one of the node upload tasks, logs from AzureStorageDriver are absent.
rozele added a commit to rozele/dcos-cassandra-service that referenced this issue Jun 7, 2017
The static initializer for AzureStorageDriver does not work as expected. Changing to be consistent with how the logger is resolved in other files.

Fixes mesosphere-backup#447
@rozele rozele linked a pull request Jun 7, 2017 that will close this issue
rozele added a commit to rozele/dcos-cassandra-service that referenced this issue Jul 11, 2017
The static initializer for AzureStorageDriver does not work as expected. Changing to be consistent with how the logger is resolved in other files.

Fixes mesosphere-backup#447
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant