Hello All,
I have this backup failure, occuring on one of the machines. What could be the cause of this. I have validated the yaml so I don't think it is this. Checking the backup folder, I see that there are backups still being written to the DataMiner BackUps Folder
[09/26/2023 02:00:02][INFO][Program.cs:32] Beginning backup...[09/26/2023 02:00:02][ERROR][Program.cs:43] System.Exception: Cassandra configuration yaml could not be read properly.
at SLCassandraClassLibrary.DBGateway.Cassandra.Management.CassandraConfig.VerifySettings()
at SLDataGateway.Backup.Cassandra.Operations.OperationFactory.CreateInstance(ProgramOptions options, ILogger logger)
at SLDataGateway.Backup.Cassandra.Program.Main(String[] args)
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 19th October 2023
Hi Ryan,
This error is being thrown if any of the following settings in the Cassandra.yaml file is not present or configured as an empty string:
data_file_directories
commitlog_directory
cluster_name
seeds
listen_address
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 19th October 2023