Open rozele opened 7 years ago
This repo is deprecated and will be archived in one week. Please see the latest version of Cassandra or DSE for DC/OS:
https://docs.mesosphere.com/service-docs/cassandra/ https://docs.mesosphere.com/service-docs/dse/ (enterprise-only)
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 from DC/OS CLI, using default config:
2) Add a keyspace, table, and some rows:
3) Backup the cluster to Azure Blob
4) Uninstall cassandra and cleanup associated data 5) Reinstall cassandra 6) Restore the schema manually (until patch for Azure blob schema is ready) 7) Restore the cluster from Azure blob
8) Run
SELECT * FROM demo.map
and find no data.